CVE-2023-52522 Affecting kernel-rt-modules package, versions <0:5.14.0-427.13.1.el9_4
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-ALMALINUX9-KERNELRTMODULES-8334550
- published 4 Nov 2024
- disclosed 30 Apr 2024
Introduced: 30 Apr 2024
CVE-2023-52522 Open this link in a new tabHow to fix?
Upgrade AlmaLinux:9
kernel-rt-modules
to version 0:5.14.0-427.13.1.el9_4 or higher.
This issue was patched in ALSA-2024:2394
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream kernel-rt-modules
package and not the kernel-rt-modules
package as distributed by AlmaLinux
.
See How to fix?
for AlmaLinux:9
relevant fixed versions and status.
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().
References
- https://errata.almalinux.org/9/ALSA-2024-2394.html
- https://errata.almalinux.org/8/ALSA-2024-7000.html
- https://errata.almalinux.org/8/ALSA-2024-7001.html
- https://access.redhat.com/security/cve/CVE-2023-52522
- https://www.redhat.com/security/data/cve/CVE-2023-52522.html
- https://access.redhat.com/errata/RHSA-2024:2394
- https://access.redhat.com/errata/RHSA-2024:7000
- https://access.redhat.com/errata/RHSA-2024:7001
- https://git.kernel.org/stable/c/147d89ee41434b97043c2dcb17a97dc151859baa
- https://git.kernel.org/stable/c/25563b581ba3a1f263a00e8c9a97f5e7363be6fd
- https://git.kernel.org/stable/c/2ea52a2fb8e87067e26bbab4efb8872639240eb0
- https://git.kernel.org/stable/c/95eabb075a5902f4c0834ab1fb12dc35730c05af
- https://git.kernel.org/stable/c/a75152d233370362eebedb2643592e7c883cc9fc
- https://git.kernel.org/stable/c/f82aac8162871e87027692b36af335a2375d4580