diff --git a/security/status.md b/security/status.md index 2010a12a5e..bd84e5ddea 100644 --- a/security/status.md +++ b/security/status.md @@ -503,6 +503,14 @@ Following is the vulnerability report of Fleet and its dependencies. ## `fleetdm/bomutils` docker image +### [CVE-2026-28390](https://nvd.nist.gov/vuln/detail/CVE-2026-28390) +- **Author:** @lucasmrod +- **Status:** `not_affected` +- **Status notes:** fleetdm/bomutils does not connect to TLS servers using OpenSSL. +- **Products:**: `bomutils`,`pkg:deb/debian/libssl3t64`,`pkg:deb/debian/openssl`,`pkg:deb/debian/openssl-provider-legacy` +- **Justification:** `vulnerable_code_not_in_execute_path` +- **Timestamp:** 2026-04-20 11:48:55 + ### [CVE-2026-0861](https://nvd.nist.gov/vuln/detail/CVE-2026-0861) - **Author:** @lucasmrod - **Status:** `not_affected` diff --git a/security/vex/bomutils/CVE-2026-28390.vex.json b/security/vex/bomutils/CVE-2026-28390.vex.json new file mode 100644 index 0000000000..072769e993 --- /dev/null +++ b/security/vex/bomutils/CVE-2026-28390.vex.json @@ -0,0 +1,32 @@ +{ + "@context": "https://openvex.dev/ns/v0.2.0", + "@id": "https://openvex.dev/docs/public/vex-40bb280a46610256b8838be81c1666ffd343828e62043f457bf3e4b64343fe5e", + "author": "@lucasmrod", + "timestamp": "2026-04-20T11:48:55.894935-03:00", + "version": 1, + "statements": [ + { + "vulnerability": { + "name": "CVE-2026-28390" + }, + "timestamp": "2026-04-20T11:48:55.894935-03:00", + "products": [ + { + "@id": "bomutils" + }, + { + "@id": "pkg:deb/debian/libssl3t64" + }, + { + "@id": "pkg:deb/debian/openssl" + }, + { + "@id": "pkg:deb/debian/openssl-provider-legacy" + } + ], + "status": "not_affected", + "status_notes": "fleetdm/bomutils does not connect to TLS servers using OpenSSL", + "justification": "vulnerable_code_not_in_execute_path" + } + ] +}