CVE-2024-27402
Moderate
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.
Exploit probability
0.2%
Published
May 17, 2024
Required by
Not available
Last source change
August 12, 2026
02 / AFFECTED SOFTWARE
Affected packages
03 / CONNECTIONS
Connected vulnerabilities
04 / EVIDENCE
Source records
Open Source Vulnerabilities
CVE-2024-27402
View original source
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.
05 / REFERENCES
Further evidence
- https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
- https://git.kernel.org/stable/c/0a9f558c72c47472c38c05fcb72c70abb9104277
- https://git.kernel.org/stable/c/7d2a894d7f487dcb894df023e9d3014cf5b93fe5
- https://git.kernel.org/stable/c/7d3914a477eed92b48c493a8631cc4554ab4fd4f
- https://git.kernel.org/stable/c/8ef4fcc7014b9f93619851d6b78d6cc2789a4c88
- https://git.kernel.org/stable/c/9d5523e065b568e79dfaa2ea1085a5bcf74baf78
- https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/27xxx/CVE-2024-27402.json
- https://nvd.nist.gov/vuln/detail/CVE-2024-27402