Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.28, < 5.15.181 |
References
- https://git.kernel.org/stable/c/0a9f558c72c47472c38c05fcb72c70abb9104277Patch
- https://git.kernel.org/stable/c/7d2a894d7f487dcb894df023e9d3014cf5b93fe5Patch
- https://git.kernel.org/stable/c/7d3914a477eed92b48c493a8631cc4554ab4fd4fPatch
- https://git.kernel.org/stable/c/8ef4fcc7014b9f93619851d6b78d6cc2789a4c88Patch
- https://git.kernel.org/stable/c/9d5523e065b568e79dfaa2ea1085a5bcf74baf78Patch
- https://git.kernel.org/stable/c/0a9f558c72c47472c38c05fcb72c70abb9104277Patch
- https://git.kernel.org/stable/c/7d2a894d7f487dcb894df023e9d3014cf5b93fe5Patch
- https://git.kernel.org/stable/c/8ef4fcc7014b9f93619851d6b78d6cc2789a4c88Patch
- https://git.kernel.org/stable/c/9d5523e065b568e79dfaa2ea1085a5bcf74baf78Patch
FAQ
What is CVE-2024-27402?
CVE-2024-27402 is a vulnerability with a CVSS score of 5.8 (MEDIUM). 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. Th...
How severe is CVE-2024-27402?
CVE-2024-27402 has been rated MEDIUM with a CVSS base score of 5.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-27402?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.