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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.8 · High EPSS 0.23% · P14

可能的 ATT&CK 技术 1AI

T1055 · Process Injection

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinux1507f51255c9ff07d75909a84e7c0d7f3c4b2f49< 6564b014af92b677c1f07c44d7f5b595d589cf6eaffected
1507f51255c9ff07d75909a84e7c0d7f3c4b2f49< 9c2b4b657739ecda38e3b383354a29566955ac48affected
1507f51255c9ff07d75909a84e7c0d7f3c4b2f49< 43fad1d0284de30159661d0badfc3cbaf7e6f8f8affected
1507f51255c9ff07d75909a84e7c0d7f3c4b2f49< 201e4aaf405dfd1308da54448654053004c579b5affected
1507f51255c9ff07d75909a84e7c0d7f3c4b2f49< 65291dcfcf8936e1b23cfd7718fdfde7cfaf7706affected
5.14affected
< 5.14unaffected
5.15.154≤ 5.15.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
mm/secretmem: fix GUP-fast succeeding on secretmem folios
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix GUP-fast succeeding on secretmem folios folio_is_secretmem() currently relies on secretmem folios being LRU folios, to save some cycles. However, folios might reside in a folio batch without the LRU flag set, or temporarily have their LRU flag cleared. Consequently, the LRU flag is unreliable for this purpose. In particular, this is the case when secretmem_fault() allocates a fresh page and calls filemap_add_folio()->folio_add_lru(). The folio might be added to the per-cpu folio batch and won't get the LRU flag set until the batch was drained using e.g., lru_add_drain(). Consequently, folio_is_secretmem() might not detect secretmem folios and GUP-fast can succeed in grabbing a secretmem folio, crashing the kernel when we would later try reading/writing to the folio, because the folio has been unmapped from the directmap. Fix it by removing that unreliable check.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞。攻击者利用该漏洞导致内核崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 1507f51255c9ff07d75909a84e7c0d7f3c4b2f49 ~ 6564b014af92b677c1f07c44d7f5b595d589cf6e -
LinuxLinux 5.14 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-35872 其他参考 (5)

同批安全公告 · Linux · 2024-05-19 · 共 82 条

CVE-2024-358619.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358629.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358639.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358649.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358659.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358849.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358709.8 CRITICALLinux kernel 安全漏洞
CVE-2024-358699.8 CRITICALLinux kernel 安全漏洞
CVE-2024-359399.3 CRITICALLinux kernel 安全漏洞
CVE-2024-358878.8 HIGHLinux kernel 安全漏洞
CVE-2024-359158.8 HIGHLinux kernel 安全漏洞
CVE-2024-358898.6 HIGHLinux kernel 安全漏洞
CVE-2024-358758.4 HIGHLinux kernel 安全漏洞
CVE-2024-359378.1 HIGHLinux kernel 安全漏洞
CVE-2024-359317.8 HIGHLinux kernel 安全漏洞
CVE-2024-358907.8 HIGHLinux kernel 安全漏洞
CVE-2024-359217.8 HIGHLinux kernel 安全漏洞
CVE-2024-359197.8 HIGHLinux kernel 安全漏洞
CVE-2024-359207.8 HIGHLinux kernel 安全漏洞
CVE-2024-358947.8 HIGHLinux kernel 安全漏洞

显示前 20 条,共 82 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-35872

暂无评论


发表评论