目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2024-47674— Linux kernel 安全漏洞

AI 预测 4.4 利用难度: 中等 EPSS 0.24% · P15

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinuxb97a50adb37e98b940a30c4656565ff609aa8f94< 3213fdcab961026203dd587a4533600c70b3336baffected
69d4e1ce9087c8767f2fe9b9426fa2755c8e9072< 35770ca6180caa24a2b258c99a87bd437a1ee10faffected
74ffa5a3e68504dd289135b1cf0422c19ffb3f2e< 5b2c8b34f6d76bfbd1dd4936eb8a0fbfb9af3959affected
74ffa5a3e68504dd289135b1cf0422c19ffb3f2e< 65d0db500d7c07f0f76fc24a4d837791c4862cd2affected
74ffa5a3e68504dd289135b1cf0422c19ffb3f2e< a95a24fcaee1b892e47d5e6dcc403f713874ee80affected
74ffa5a3e68504dd289135b1cf0422c19ffb3f2e< 954fd4c81f22c4b6ba65379a81fd252971bf4ef3affected
74ffa5a3e68504dd289135b1cf0422c19ffb3f2e< 79a61cc3fc0466ad2b7b89618a6157785f0293b3affected
5.13affected
… +6 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2024-47674 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
mm: avoid leaving partial pfn mappings around in error case
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mm: avoid leaving partial pfn mappings around in error case As Jann points out, PFN mappings are special, because unlike normal memory mappings, there is no lifetime information associated with the mapping - it is just a raw mapping of PFNs with no reference counting of a 'struct page'. That's all very much intentional, but it does mean that it's easy to mess up the cleanup in case of errors. Yes, a failed mmap() will always eventually clean up any partial mappings, but without any explicit lifetime in the page table mapping itself, it's very easy to do the error handling in the wrong order. In particular, it's easy to mistakenly free the physical backing store before the page tables are actually cleaned up and (temporarily) have stale dangling PTE entries. To make this situation less error-prone, just make sure that any partial pfn mapping is torn down early, before any other error handling.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于mm模块在某些情况下会遗留部分 pfn 映射。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux b97a50adb37e98b940a30c4656565ff609aa8f94 ~ 3213fdcab961026203dd587a4533600c70b3336b -
LinuxLinux 5.13 -

二、漏洞 CVE-2024-47674 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-47674 的情报信息

登录查看更多情报信息。

CVE-2024-47674 补丁与修复 (3)

CVE-2024-47674 厂商安全公告 (1)

CVE-2024-47674 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2024-47674

暂无评论


发表评论