diff --git a/security/status.md b/security/status.md index bdb7cbf18b..534bf7391e 100644 --- a/security/status.md +++ b/security/status.md @@ -348,6 +348,14 @@ Following is the vulnerability report of Fleet and its dependencies. - **Justification:** `vulnerable_code_not_in_execute_path` - **Timestamp:** 2026-07-06 08:51:11 +### [CVE-2026-57433](https://nvd.nist.gov/vuln/detail/CVE-2026-57433) +- **Author:** @lucasmrod +- **Status:** `not_affected` +- **Status notes:** perl is not used during fleetd package generation. +- **Products:** `fleetctl`,`pkg:deb/debian/perl-base` +- **Justification:** `vulnerable_code_not_in_execute_path` +- **Timestamp:** 2026-07-27 17:15:39 + ### [CVE-2026-54513](https://nvd.nist.gov/vuln/detail/CVE-2026-54513) - **Author:** @lucasmrod - **Status:** `not_affected` diff --git a/security/vex/fleetctl/CVE-2026-57433.vex.json b/security/vex/fleetctl/CVE-2026-57433.vex.json new file mode 100644 index 0000000000..60a9608874 --- /dev/null +++ b/security/vex/fleetctl/CVE-2026-57433.vex.json @@ -0,0 +1,26 @@ +{ + "@context": "https://openvex.dev/ns/v0.2.0", + "@id": "https://openvex.dev/docs/public/vex-b141cb2cfe309854b18482ce258698e94e1fa4b647be29161fc6504026317d24", + "author": "@lucasmrod", + "timestamp": "2026-07-27T17:15:39Z", + "version": 1, + "statements": [ + { + "vulnerability": { + "name": "CVE-2026-57433" + }, + "timestamp": "2026-07-27T17:15:39Z", + "products": [ + { + "@id": "fleetctl" + }, + { + "@id": "pkg:deb/debian/perl-base" + } + ], + "status": "not_affected", + "status_notes": "perl is not used during fleetd package generation", + "justification": "vulnerable_code_not_in_execute_path" + } + ] +}