Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2023-52522— net: fix possible store tearing in neigh_periodic_work()

CVSS 8.8 · High EPSS 0.33% · P26

Affected Version Matrix 14

VendorProductVersion RangeStatus
LinuxLinux767e97e1e0db0d0f3152cd2f3bd3403596aedbad< 95eabb075a5902f4c0834ab1fb12dc35730c05afaffected
767e97e1e0db0d0f3152cd2f3bd3403596aedbad< 2ea52a2fb8e87067e26bbab4efb8872639240eb0affected
767e97e1e0db0d0f3152cd2f3bd3403596aedbad< 147d89ee41434b97043c2dcb17a97dc151859baaaffected
767e97e1e0db0d0f3152cd2f3bd3403596aedbad< f82aac8162871e87027692b36af335a2375d4580affected
767e97e1e0db0d0f3152cd2f3bd3403596aedbad< a75152d233370362eebedb2643592e7c883cc9fcaffected
767e97e1e0db0d0f3152cd2f3bd3403596aedbad< 25563b581ba3a1f263a00e8c9a97f5e7363be6fdaffected
2.6.37affected
< 2.6.37unaffected
… +6 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2023-52522

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
net: fix possible store tearing in neigh_periodic_work()
Source: CVE Program / CVE List V5
Vulnerability 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().
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于显示器从帧缓冲区(framebuffer)中读取数据的过程中,帧缓冲区被更新,导致显示器读取到的数据不一致,从而在屏幕上产生撕裂或不连贯的图像效果。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 767e97e1e0db0d0f3152cd2f3bd3403596aedbad ~ 95eabb075a5902f4c0834ab1fb12dc35730c05af -
LinuxLinux 2.6.37 -

II. Public POCs for CVE-2023-52522

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2023-52522

登录查看更多情报信息。

Other References for CVE-2023-52522 (5)

Same Patch Batch · Linux · 2024-03-02 · 57 CVEs total

CVE-2023-525159.8 CRITICALRDMA/srp: Do not call scsi_done() from srp_abort()
CVE-2023-525308.8 HIGHwifi: mac80211: fix potential key use-after-free
CVE-2023-525028.8 HIGHnet: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()
CVE-2024-266218.2 HIGHmm: huge_memory: don't force huge page alignment on 32 bit
CVE-2023-525237.8 HIGHbpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
CVE-2023-525097.8 HIGHravb: Fix use-after-free issue in ravb_tx_timeout_work()
CVE-2023-525727.8 HIGHcifs: Fix UAF in cifs_demultiplex_thread()
CVE-2023-525747.8 HIGHteam: fix null-ptr-deref when team device type is changed
CVE-2023-525177.8 HIGHspi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain
CVE-2023-525037.8 HIGHtee: amdtee: fix use-after-free vulnerability in amdtee_close_session
CVE-2023-525137.5 HIGHRDMA/siw: Fix connection failure handling
CVE-2023-525657.1 HIGHmedia: uvcvideo: Fix OOB read
CVE-2023-52559iommu/vt-d: Avoid memory allocation in iommu_suspend()
CVE-2023-52563drm/meson: fix memory leak on ->hpd_notify callback
CVE-2023-52561arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
CVE-2023-52560mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()
CVE-2023-52582netfs: Only call folio_start_fscache() one time for each folio
CVE-2023-52566nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
CVE-2023-52562mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()
CVE-2023-52518Bluetooth: hci_codec: Fix leaking content of local_codecs

Showing top 20 of 57 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2023-52522

No comments yet


Leave a comment