๐Ÿ” CVE Alert

CVE-2024-56654

MEDIUM 5.5

Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating

CVSS Score
5.5
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating The usage of rcu_read_(un)lock while inside list_for_each_entry_rcu is not safe since for the most part entries fetched this way shall be treated as rcu_dereference: Note that the value returned by rcu_dereference() is valid only within the enclosing RCU read-side critical section [1]_. For example, the following is **not** legal:: rcu_read_lock(); p = rcu_dereference(head.next); rcu_read_unlock(); x = p->address; /* BUG!!! */ rcu_read_lock(); y = p->data; /* BUG!!! */ rcu_read_unlock();

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 27, 2024
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new medium vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
a0bfde167b506423111ddb8cd71930497a40fc54 < 0108132d7d76d884e443d18b4f067cdf2811911b a0bfde167b506423111ddb8cd71930497a40fc54 < f9ecc90b5d501b3a5a62d0685d5104f934bb0104 a0bfde167b506423111ddb8cd71930497a40fc54 < 581dd2dc168fe0ed2a7a5534a724f0d3751c93ae b475c1109251e30ec21fb574d72a1c71a4ab0039 2ccde10127447c1a5caad8469fede945bdb62fdf
Linux / Linux
6.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/0108132d7d76d884e443d18b4f067cdf2811911b git.kernel.org: https://git.kernel.org/stable/c/f9ecc90b5d501b3a5a62d0685d5104f934bb0104 git.kernel.org: https://git.kernel.org/stable/c/581dd2dc168fe0ed2a7a5534a724f0d3751c93ae