一、 漏洞 CVE-2024-42250 基础信息
漏洞标题
缓存文件:在轮询时添加缺失的锁定保护
来源:AIGC 神龙大模型
漏洞描述信息
在Linux内核中,已解决以下漏洞: 缓存文件:在轮询时添加缺失的锁定保护 在迭代xarray时,在poll函数中添加缺失的锁定保护,否则: 即使持有RCU读锁,仅确保radix树的槽被固定在那里,而在槽中存储的数据结构(例如,cachefiles_req结构体)则没有这样的保证。poll函数将迭代radix树并相应地解引用cachefiles_req。因此,在这种情况下,RCU读锁不够充分,需要使用spinlock。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源:AIGC 神龙大模型
漏洞类别
加锁机制不恰当
来源:AIGC 神龙大模型
漏洞标题
cachefiles: add missing lock protection when polling
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: cachefiles: add missing lock protection when polling Add missing lock protection in poll routine when iterating xarray, otherwise: Even with RCU read lock held, only the slot of the radix tree is ensured to be pinned there, while the data structure (e.g. struct cachefiles_req) stored in the slot has no such guarantee. The poll routine will iterate the radix tree and dereference cachefiles_req accordingly. Thus RCU read lock is not adequate in this case and spinlock is needed here.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于 cachefiles 模块在轮询时缺少锁保护,需要添加自旋锁来保护xarray迭代。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2024-42250 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2024-42250 的情报信息
  • 标题: cachefiles: add missing lock protection when polling - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: cachefiles: add missing lock protection when polling - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: cachefiles: add missing lock protection when polling - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: cachefiles: add missing lock protection when polling - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • https://nvd.nist.gov/vuln/detail/CVE-2024-42250