VDB
DEBIAN-CVE-2023-52522
DEBIAN-CVE-2023-52522
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neigh_periodic_work() While looking at a related syzbot report involving neigh_periodic_work(), I found that I forgot to add an annotation when deleting an RCU protected item from a list. Readers use rcu_deference(*np), we need to use either rcu_assign_pointer() or WRITE_ONCE() on writer side to prevent store tearing. I use rcu_assign_pointer() to have lockdep support, this was the choice made in neigh_flush_dev().
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.10.148-1, 5.10.70-1, 5.10.70-1 |
| Debian:14 | linux | 0, 0, 0 |
| Debian:12 | linux | 6.1.37-1, 6.1.38-1, 6.1.38-2 |
| Debian:13 | linux | 0, 0, 0 |
Timeline
- Mar 2, 2024 CVE Published
- Apr 28, 2026 CVE Updated