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

目标: 1000 元 · 已筹: 1336

100%

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

EPSS 0.30% · P22

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinuxb9377ffc3a03cde558d76349a262a1adbb6d3112< acf2b80c31c37acab040baa3cf5f19fbd5140b18affected
b9377ffc3a03cde558d76349a262a1adbb6d3112< 19c166ee42cf16d8b156a6cb4544122d9a65d3caaffected
b9377ffc3a03cde558d76349a262a1adbb6d3112< a8c988d752b3d98d5cc1e3929c519a55ef55426caffected
b9377ffc3a03cde558d76349a262a1adbb6d3112< 262e942ff5a839b9e4f3302a8987928b0c8b8a2daffected
b9377ffc3a03cde558d76349a262a1adbb6d3112< 8aa11aa001576bf3b00dcb8559564ad7a3113588affected
b9377ffc3a03cde558d76349a262a1adbb6d3112< 3ad0034910a57aa88ed9976b1431b7b8c84e0048affected
b9377ffc3a03cde558d76349a262a1adbb6d3112< aa6107dcc4ce9a3451f2d729204713783b657257affected
b9377ffc3a03cde558d76349a262a1adbb6d3112< ff2e185cf73df480ec69675936c4ee75a445c3e4affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
powerpc/pseries: Enforce hcall result buffer validity and size
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Enforce hcall result buffer validity and size plpar_hcall(), plpar_hcall9(), and related functions expect callers to provide valid result buffers of certain minimum size. Currently this is communicated only through comments in the code and the compiler has no idea. For example, if I write a bug like this: long retbuf[PLPAR_HCALL_BUFSIZE]; // should be PLPAR_HCALL9_BUFSIZE plpar_hcall9(H_ALLOCATE_VAS_WINDOW, retbuf, ...); This compiles with no diagnostics emitted, but likely results in stack corruption at runtime when plpar_hcall9() stores results past the end of the array. (To be clear this is a contrived example and I have not found a real instance yet.) To make this class of error less likely, we can use explicitly-sized array parameters instead of pointers in the declarations for the hcall APIs. When compiled with -Warray-bounds[1], the code above now provokes a diagnostic like this: error: array argument is too small; is of size 32, callee requires at least 72 [-Werror,-Warray-bounds] 60 | plpar_hcall9(H_ALLOCATE_VAS_WINDOW, retbuf, | ^ ~~~~~~ [1] Enabled for LLVM builds but not GCC for now. See commit 0da6e5fd6c37 ("gcc: disable '-Warray-bounds' for gcc-13 too") and related changes.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于 powerpc/pseries 组件在执行 hcall 时,未能检查执行结果缓冲区的有效性和大小。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux b9377ffc3a03cde558d76349a262a1adbb6d3112 ~ acf2b80c31c37acab040baa3cf5f19fbd5140b18 -
LinuxLinux 2.6.19 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-40974 其他参考 (7)

同批安全公告 · Linux · 2024-07-12 · 共 122 条

CVE-2024-40959Linux kernel 安全漏洞
CVE-2024-40975Linux kernel 安全漏洞
CVE-2024-40973Linux kernel 安全漏洞
CVE-2024-40972Linux kernel 安全漏洞
CVE-2024-40970Linux kernel 安全漏洞
CVE-2024-40971Linux kernel 安全漏洞
CVE-2024-40969Linux kernel 安全漏洞
CVE-2024-40967Linux kernel 安全漏洞
CVE-2024-40968Linux kernel 安全漏洞
CVE-2024-40966Linux kernel 安全漏洞
CVE-2024-40965Linux kernel 安全漏洞
CVE-2024-40964Linux kernel 安全漏洞
CVE-2024-40963Linux kernel 安全漏洞
CVE-2024-40961Linux kernel 安全漏洞
CVE-2024-40962Linux kernel 安全漏洞
CVE-2024-40960Linux kernel 安全漏洞
CVE-2024-40950Linux kernel 安全漏洞
CVE-2024-40949Linux kernel 安全漏洞
CVE-2024-40947Linux kernel 安全漏洞
CVE-2024-40951Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-40974

暂无评论


发表评论