CVE-2024-38381: nfc: nci: Fix uninit-value in nci_rx_work
In the Linux kernel, the following vulnerability has been resolved:
nfc: nci: Fix uninit-value in nci_rx_work
syzbot reported the following uninit-value access issue [1]
nci_rx_work() parses received packet from ndev->rx_q. It should be
validated header size, payload size and total packet size before
processing the packet. If an invalid packet is detected, it should be
silently discarded.
Security readout for executives and security teams
Plain-English summary
CVE-2024-38381 is a Linux kernel NFC issue. Malformed received NFC NCI packets were not fully size-checked before processing, leading to uninitialized-value access. Public sources show kernel stable fixes and vendor advisories, but no CVSS score or confirmed exploitation.
Executive priority
Set priority after confirming NFC exposure and vendor applicability. No active exploitation is cited, but kernel flaws in maintained products should enter normal vulnerability remediation, with higher urgency for externally managed appliances or regulated industrial environments.
Technical view
The flaw is in nci_rx_work(), which parses packets from ndev->rx_q. The fix validates header size, payload size, and total packet size before processing and silently discards invalid packets. The supplied data lists affected Linux kernel versions and multiple stable backport commits.
Likely exposure
Exposure is most relevant to systems running affected Linux kernels with NFC/NCI support present. Debian LTS and Siemens advisories indicate downstream vendor impact, but the bundle does not provide enough detail to name specific Siemens products or deployment conditions.
Exploitation context
The source bundle does not show CISA KEV listing, public active exploitation, exploit code, or a complete impact rating. Treat this as a patch management issue for affected kernels, especially in embedded, workstation, or appliance environments where NFC support may exist.
Researcher notes
Evidence is limited to the CVE record, Linux stable commits, and downstream advisories. The root issue is missing packet size validation in the NFC NCI receive path. The bundle does not establish exploitability, privilege requirements, CVSS, or concrete product impact beyond Linux and referenced vendors.
Mitigation direction
Apply the relevant Linux stable kernel fix or vendor-supplied kernel package.
Follow Debian, Siemens, or device-vendor guidance for affected downstream products.
Prioritize systems where NFC/NCI support is enabled or present.
Track vendor advisories for interim mitigations if patching is delayed.
Validation and detection
Inventory Linux kernel versions against the affected version list.
Confirm whether the applicable stable commit or vendor package fix is installed.
Check whether NFC/NCI support is present in relevant system builds.
Review Debian and Siemens advisories for environment-specific applicability.
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.
cve · low confidence lookup
CVE-2024-38381 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.