Lucene search

K
osvGoogleOSV:CVE-2024-27402
HistoryMay 17, 2024 - 12:15 p.m.

CVE-2024-27402

2024-05-1712:15:00
Google
osv.dev
linux kernel
vulnerability
resolved
phonet/pep

AI Score

6.7

Confidence

Low

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.