Add ignores for CVE-2026-0861 in bomutils (#42292)
Resolves https://github.com/fleetdm/fleet/actions/runs/23476296008/job/68309683127. Run: - https://github.com/fleetdm/fleet/actions/runs/23487678187 - https://github.com/fleetdm/fleet/actions/runs/23487670926
This commit is contained in:
+7
-1
@@ -423,5 +423,11 @@ Following is the vulnerability report of Fleet and its dependencies.
|
||||
|
||||
## `fleetdm/bomutils` docker image
|
||||
|
||||
No vulnerabilities tracked at the moment.
|
||||
### [CVE-2026-0861](https://nvd.nist.gov/vuln/detail/CVE-2026-0861)
|
||||
- **Author:** @lucasmrod
|
||||
- **Status:** `not_affected`
|
||||
- **Status notes:** Use of mkbom and xar from fleetdm/bomutils have admin controlled inputs.
|
||||
- **Products:**: `bomutils`,`pkg:deb/debian/libc6`,`pkg:deb/debian/libc-bin`
|
||||
- **Justification:** `vulnerable_code_cannot_be_controlled_by_adversary`
|
||||
- **Timestamp:** 2026-03-24 08:41:27
|
||||
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"@context": "https://openvex.dev/ns/v0.2.0",
|
||||
"@id": "https://openvex.dev/docs/public/vex-260ad6f7da65c07c942566f638dc0d1fe9a13e7e713b2e6085f0d66ed8691345",
|
||||
"author": "@lucasmrod",
|
||||
"timestamp": "2026-03-24T08:41:27.675383-03:00",
|
||||
"version": 1,
|
||||
"statements": [
|
||||
{
|
||||
"vulnerability": {
|
||||
"name": "CVE-2026-0861"
|
||||
},
|
||||
"timestamp": "2026-03-24T08:41:27.675384-03:00",
|
||||
"products": [
|
||||
{
|
||||
"@id": "bomutils"
|
||||
},
|
||||
{
|
||||
"@id": "pkg:deb/debian/libc6"
|
||||
},
|
||||
{
|
||||
"@id": "pkg:deb/debian/libc-bin"
|
||||
}
|
||||
],
|
||||
"status": "not_affected",
|
||||
"status_notes": "Use of mkbom and xar from fleetdm/bomutils have admin controlled inputs",
|
||||
"justification": "vulnerable_code_cannot_be_controlled_by_adversary"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user