CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use
In the Linux kernel, the following vulnerability has been resolved:
phonet/pep: fix racy skb_queue_empty() use
The receive queues are protected by their respective spin-lock, not
the socket lock. This could lead to skb_peek() unexpectedly
returning NULL or a pointer to an already dequeued socket buffer.
Security readout for executives and security teams
Plain-English summary
CVE-2024-27402 is a Linux kernel race condition in the Phonet PEP networking code. A local, low-privileged user may be able to trigger unreliable queue handling, causing data exposure, data integrity impact, or service disruption. The source bundle rates it medium severity, with availability as the largest impact.
Executive priority
Schedule remediation through normal kernel patch cycles, accelerated for shared Linux infrastructure. There is no provided evidence of active exploitation, but the flaw can affect availability and kernel memory safety paths, making delayed patching risky on systems exposed to local untrusted users.
Technical view
The issue is a racy skb_queue_empty() check in phonet/pep. Receive queues are protected by their own spin-locks, not the socket lock, so skb_peek() may return NULL or a pointer to an already dequeued socket buffer. Linux stable commits are listed as fixes across supported branches.
Likely exposure
Exposure is most likely on systems running affected Linux kernel versions or downstream kernels without the referenced stable fixes. The attack vector is local, requires low privileges, has high complexity, and needs no user interaction. Actual exposure depends on kernel configuration and vendor backports, which are not detailed in the bundle.
Exploitation context
The bundle does not show CISA KEV listing or other evidence of active exploitation. CVSS indicates local access and high attack complexity. Treat this as a patch-management priority for multi-user Linux systems and systems where untrusted local code can run.
Researcher notes
Focus analysis on phonet/pep queue locking behavior and downstream backport status. The source bundle provides the root cause and stable fix references but not proof-of-concept details, exploit maturity, distribution-specific status, or operational mitigations beyond applying fixed kernel code.
Mitigation direction
Apply the relevant Linux stable kernel fix or vendor kernel update.
Check distribution advisories for backported fixes matching CVE-2024-27402.
Prioritize shared, multi-user, and untrusted workload hosts.
Avoid assuming fixed status from upstream version numbers alone.
Follow vendor guidance if running customized or embedded kernels.
Validation and detection
Inventory Linux kernel versions and vendor package build identifiers.
Confirm whether vendor advisories mark CVE-2024-27402 as fixed.
Verify the relevant stable commit or vendor backport is present.
Review affected hosts where local untrusted users or workloads exist.
Record KEV status as not listed in the provided bundle.
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-27402 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.