Lucas Manuel Rodriguez
2026-03-24 12:10:49 -03:00
committed by GitHub
parent ec9610bcea
commit 4f59eaceea
2 changed files with 36 additions and 1 deletions
+7 -1
View File
@@ -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"
}
]
}