Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2023-52522 Details

Description

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().

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
NVD-CWE-noinfoInsufficient Information to Classify Weakness[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 2.6.37, < 5.4.258
>= 5.5, < 5.10.198
>= 5.11, < 5.15.135
>= 5.16, < 6.1.57
>= 6.2, < 6.5.7

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6:rc4:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

9 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2023-52522
NVD Published Date:
Mar 2, 2024
NVD Last Modified:
Aug 4, 2026
Source:
kernel.org
CVE-2023-52522 Details - Not Deferred