From f6211a5be1e6f2834ae4c8136cbbee256293eacd Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Tue, 26 May 2026 16:06:22 -0300 Subject: [PATCH] Ignore WiX CVEs on kerberos (#46187) Fixes: https://github.com/fleetdm/fleet/actions/runs/26437524407. Run: https://github.com/fleetdm/fleet/actions/runs/26452111600. ## Summary by CodeRabbit * **Chores** * Added security vulnerability assessment documentation for CVE-2026-40356, confirming this application is not affected by the vulnerability. [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/46187?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) --- security/status.md | 8 ++++++ security/vex/wix/CVE-2026-40356.vex.json | 35 ++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 security/vex/wix/CVE-2026-40356.vex.json diff --git a/security/status.md b/security/status.md index ae73138c00..71d1094223 100644 --- a/security/status.md +++ b/security/status.md @@ -723,6 +723,14 @@ Following is the vulnerability report of Fleet and its dependencies. - **Justification:** `vulnerable_code_not_in_execute_path` - **Timestamp:** 2026-05-19 10:16:53 +### [CVE-2026-40356](https://nvd.nist.gov/vuln/detail/CVE-2026-40356) +- **Author:** @lucasmrod +- **Status:** `not_affected` +- **Status notes:** fleetctl does not use Kerberos when using fleetdm/wix to generate msi installers. +- **Products:** `wix`,`pkg:deb/debian/libgssapi-krb5-2`,`pkg:deb/debian/libk5crypto3`,`pkg:deb/debian/libkrb5-3`,`pkg:deb/debian/libkrb5support0` +- **Justification:** `vulnerable_code_not_in_execute_path` +- **Timestamp:** 2026-05-26 10:42:11 + ### [CVE-2026-3833](https://nvd.nist.gov/vuln/detail/CVE-2026-3833) - **Author:** @lucasmrod - **Status:** `not_affected` diff --git a/security/vex/wix/CVE-2026-40356.vex.json b/security/vex/wix/CVE-2026-40356.vex.json new file mode 100644 index 0000000000..e9a7c37cde --- /dev/null +++ b/security/vex/wix/CVE-2026-40356.vex.json @@ -0,0 +1,35 @@ +{ + "@context": "https://openvex.dev/ns/v0.2.0", + "@id": "https://openvex.dev/docs/public/vex-3e17ee99d1248a0ad45a7c42554d6b1e8df616f307ad04c0f264230282d57f17", + "author": "@lucasmrod", + "timestamp": "2026-05-26T10:42:11.889571-03:00", + "version": 1, + "statements": [ + { + "vulnerability": { + "name": "CVE-2026-40356" + }, + "timestamp": "2026-05-26T10:42:11.889571-03:00", + "products": [ + { + "@id": "wix" + }, + { + "@id": "pkg:deb/debian/libgssapi-krb5-2" + }, + { + "@id": "pkg:deb/debian/libk5crypto3" + }, + { + "@id": "pkg:deb/debian/libkrb5-3" + }, + { + "@id": "pkg:deb/debian/libkrb5support0" + } + ], + "status": "not_affected", + "status_notes": "fleetctl does not use Kerberos when using fleetdm/wix to generate msi installers", + "justification": "vulnerable_code_not_in_execute_path" + } + ] +}