diff --git a/security/status.md b/security/status.md index 04235c8afb..a1ad6290ba 100644 --- a/security/status.md +++ b/security/status.md @@ -292,6 +292,14 @@ Following is the vulnerability report of Fleet and its dependencies. - **Justification:** `vulnerable_code_not_in_execute_path` - **Timestamp:** 2026-04-08 12:06:46 +### [CVE-2026-33845](https://nvd.nist.gov/vuln/detail/CVE-2026-33845) +- **Author:** @lucasmrod +- **Status:** `not_affected` +- **Status notes:** fleetdm/fleetctl functionality does not make use of gnutls. +- **Products:** `fleetctl`,`pkg:deb/debian/libgnutls30t64` +- **Justification:** `vulnerable_code_cannot_be_controlled_by_adversary` +- **Timestamp:** 2026-05-07 12:01:42 + ### [CVE-2026-33810](https://nvd.nist.gov/vuln/detail/CVE-2026-33810) - **Author:** @lucasmrod - **Status:** `affected` diff --git a/security/vex/fleetctl/CVE-2026-33845.vex.json b/security/vex/fleetctl/CVE-2026-33845.vex.json new file mode 100644 index 0000000000..8dfe57f021 --- /dev/null +++ b/security/vex/fleetctl/CVE-2026-33845.vex.json @@ -0,0 +1,26 @@ +{ + "@context": "https://openvex.dev/ns/v0.2.0", + "@id": "https://openvex.dev/docs/public/vex-34c3fbffb8fb4d12ae1572ab80e792852d8cede22032ba9d77a0fa841129683f", + "author": "@lucasmrod", + "timestamp": "2026-05-07T12:01:42.509509-03:00", + "version": 1, + "statements": [ + { + "vulnerability": { + "name": "CVE-2026-33845" + }, + "timestamp": "2026-05-07T12:01:42.509509-03:00", + "products": [ + { + "@id": "fleetctl" + }, + { + "@id": "pkg:deb/debian/libgnutls30t64" + } + ], + "status": "not_affected", + "status_notes": "fleetdm/fleetctl functionality does not make use of gnutls.", + "justification": "vulnerable_code_cannot_be_controlled_by_adversary" + } + ] +}