CVE-2024-27401: firewire: nosy: ensure user_length is taken into account when fetching packet contents
In the Linux kernel, the following vulnerability has been resolved:
firewire: nosy: ensure user_length is taken into account when fetching packet contents
Ensure that packet_buffer_get respects the user_length provided. If
the length of the head packet exceeds the user_length, packet_buffer_get
will now return 0 to signify to the user that no data were read
and a larger buffer size is required. Helps prevent user space overflows.
Security readout for executives and security teams
Plain-English summary
A flaw in the Linux FireWire nosy packet-capture path could place more packet data into a user-provided buffer than requested. A locally authenticated user may be able to trigger serious confidentiality, integrity, or availability impact. Exposure depends on the affected kernel code being present and accessible.
Executive priority
Treat as a high-priority endpoint and server patching issue where affected FireWire functionality is exposed to local users. Accelerate remediation on shared or multi-user systems. Internet-facing status alone does not increase exposure because the documented attack vector is local.
Technical view
The kernel's packet_buffer_get function did not respect user_length when fetching the head packet. If that packet exceeded the supplied length, data could overflow the user-space buffer. The fix returns zero, indicating that no data was read and a larger buffer is required. CVSS 3.1 is 7.8 with local, low-privilege access.
Likely exposure
Prioritize Linux systems running affected kernel builds where the FireWire nosy functionality is available to untrusted local users. Remote-only services are not directly implicated by the supplied evidence. The listed version data is unusually broad and includes commit identifiers, so confirm exposure against distribution advisories and the deployed kernel package.
Exploitation context
The CVSS vector requires local access and low privileges, without user interaction. CISA KEV status is false, and the supplied sources provide no evidence of active exploitation or a public exploit. Exploitability remains conditional on access to the affected functionality.
Researcher notes
No CWE is supplied. The version list mixes releases and repeated commit identifiers, limiting precise range interpretation. The core security boundary is enforcement of user_length before copying the head packet. The bundle supports a local buffer-overflow condition and upstream fixes, but does not establish practical exploit reliability or exploitation in the wild.
Mitigation direction
Install a distribution-supported kernel update containing the referenced upstream fix.
Reboot into the updated kernel and confirm the running version changed.
Until updated, restrict untrusted local access to FireWire nosy functionality.
Consult Linux distribution guidance for exact fixed package versions.
Validation and detection
Record the running kernel version and distribution package release.
Compare the package against applicable Debian, Fedora, or vendor advisories.
Determine whether FireWire nosy support is built, loaded, and accessible.
Confirm the deployed kernel contains the applicable upstream fix.
Verify oversized packets are rejected when the supplied user buffer is smaller.
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-27401 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.
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.