In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: dbg-tlv: ensure NUL termination
The iwl_fw_ini_debug_info_tlv is used as a string, so we must
ensure the string is terminated correctly before using it.
Security readout for executives and security teams
Plain-English summary
CVE-2024-35845 is a Linux kernel flaw in the Intel iwlwifi driver where debug information could be treated as a string without guaranteed NUL termination. The source rates it critical with potential confidentiality and availability impact, but the bundle does not show known active exploitation.
Executive priority
Treat as urgent for Linux endpoint and embedded-product fleets using Intel Wi-Fi, especially where vendor patch status is unclear. Do not assume internet-facing server exposure unless iwlwifi is present and reachable conditions apply.
Technical view
The resolved kernel change ensures iwl_fw_ini_debug_info_tlv is NUL-terminated before string use. The CVE record lists CWE-134 and CVSS 3.1 score 9.1, with network attack vector, no privileges, no user interaction, high confidentiality impact, and high availability impact.
Likely exposure
Likely exposure is Linux systems using affected kernel versions and the iwlwifi Wi-Fi driver path, including embedded or vendor-maintained Linux products. Actual exposure depends on hardware, driver inclusion, firmware/debug TLV handling, and downstream vendor backports.
Exploitation context
The source bundle marks KEV false and provides no cited evidence of exploitation in the wild. The CVSS vector indicates severe theoretical reachability, but practical exploitability and trigger conditions are not described in the supplied sources.
Researcher notes
The supplied affected-version data is broad and includes stable branch fix references, but it does not explain the full attack path. Validate against the upstream commits, CVE record, Debian LTS advisory, and product-specific advisories before assigning exploitability.
Mitigation direction
Upgrade to a kernel containing the referenced stable fixes.
Apply Debian or vendor kernel security updates where applicable.
Check Siemens guidance for affected Siemens products before product-specific action.
Prioritize systems with Intel Wi-Fi hardware using iwlwifi.
Track downstream kernel backports rather than relying only on version strings.
Validation and detection
Inventory Linux kernel versions across servers, endpoints, and appliances.
Identify systems loading or packaging the iwlwifi driver.
Compare installed kernels against vendor advisories and fixed stable commits.
Confirm distro security update status after patching.
Review SBOMs or firmware manifests for embedded Linux products.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-134: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-134 · source CWE mapping
Use of Externally-Controlled Format String
Use of Externally-Controlled Format String represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.