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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-47668— lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()

AI Predicted 5.5 Difficulty: Theoretical EPSS 0.16% · P6

Possible ATT&CK Techniques 1AI

T1211 · Exploitation for Stealth

Affected Version Matrix 16

VendorProductVersion RangeStatus
LinuxLinuxba20ba2e3743bac786dff777954c11930256075e< 0f27f4f445390cb7f73d4209cb2bf32834dc53daaffected
ba20ba2e3743bac786dff777954c11930256075e< 99418ec776a39609f50934720419e0b464ca2283affected
ba20ba2e3743bac786dff777954c11930256075e< ad5ee9feebc2eb8cfc76ed74a2d6e55343b0e169affected
ba20ba2e3743bac786dff777954c11930256075e< ebeff038744c498a036e7a92eb8e433ae0a386d7affected
ba20ba2e3743bac786dff777954c11930256075e< d942e855324a60107025c116245095632476613eaffected
ba20ba2e3743bac786dff777954c11930256075e< 0f078f8ca93b28a34e20bd050f12cd4efeee7c0faffected
ba20ba2e3743bac786dff777954c11930256075e< b2f11c6f3e1fc60742673b8675c95b78447f3daeaffected
5.1affected
… +8 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2024-47668

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
lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc() If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated node that might be used later. If we then use that node for a new non-root node, it'll still have a pointer to the old root instead of being zeroed - fix this by zeroing it in the cmpxchg failure path.
Source: CVE Program / CVE List V5
CVSS Information
N/A
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存在安全漏洞,该漏洞源于lib组件中的generic-radix-tree在增加树深度时存在竞态条件,可能导致使用旧的根节点。
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 ba20ba2e3743bac786dff777954c11930256075e ~ 0f27f4f445390cb7f73d4209cb2bf32834dc53da -
LinuxLinux 5.1 -

II. Public POCs for CVE-2024-47668

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-47668

登录查看更多情报信息。

Patches & Fixes for CVE-2024-47668 (4)

Same Patch Batch · Linux · 2024-10-09 · 17 CVEs total

CVE-2024-46870drm/amd/display: Disable DMCUB timeout for DCN35
CVE-2024-46871drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX
CVE-2024-47658crypto: stm32/cryp - call finalize with bh disabled
CVE-2024-47659smack: tcp: ipv4, fix incorrect labeling
CVE-2024-47660fsnotify: clear PARENT_WATCHED flags lazily
CVE-2024-47662drm/amd/display: Remove register from DCN35 DMCUB diagnostic collection
CVE-2024-47661drm/amd/display: Avoid overflow from uint32_t to uint8_t
CVE-2024-47663staging: iio: frequency: ad9834: Validate frequency parameter value
CVE-2024-47664spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware
CVE-2024-47665i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
CVE-2024-47666scsi: pm80xx: Set phy->enable_completion only when we wait for it
CVE-2024-47667PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
CVE-2024-47669nilfs2: fix state management in error path of log writing function
CVE-2024-47670ocfs2: add bounds checking to ocfs2_xattr_find_entry()
CVE-2024-47671USB: usbtmc: prevent kernel-usb-infoleak
CVE-2024-47673wifi: iwlwifi: mvm: pause TCM when the firmware is stopped

IV. Related Vulnerabilities

V. Comments for CVE-2024-47668

No comments yet


Leave a comment