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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 理论可行 EPSS 0.22% · P13

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinuxee26dade0e3bcd8a34ae7520e373fb69365fce7a< b694989bb13ed5f166e633faa1eb0f21c6d261a6affected
ee26dade0e3bcd8a34ae7520e373fb69365fce7a< 3364c2ed1c241989847f19cf83e3db903ce689e3affected
ee26dade0e3bcd8a34ae7520e373fb69365fce7a< a21d76bd0b0d39518e9a4c19f6cf7c042a974affaffected
ee26dade0e3bcd8a34ae7520e373fb69365fce7a< 7e5471b5efebc30dd0bc035cda86693a5c73d45faffected
ee26dade0e3bcd8a34ae7520e373fb69365fce7a< ff941a8449e712eaf7efca1a13bfb9afd3d99fc2affected
ee26dade0e3bcd8a34ae7520e373fb69365fce7a< 009367099eb61a4fc2af44d4eb06b6b4de7de6dbaffected
5.5affected
< 5.5unaffected
… +6 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD [Changes from V1: - Use a default branch in the switch statement to initialize `val'.] GCC warns that `val' may be used uninitialized in the BPF_CRE_READ_BITFIELD macro, defined in bpf_core_read.h as: [...] unsigned long long val; \ [...] \ switch (__CORE_RELO(s, field, BYTE_SIZE)) { \ case 1: val = *(const unsigned char *)p; break; \ case 2: val = *(const unsigned short *)p; break; \ case 4: val = *(const unsigned int *)p; break; \ case 8: val = *(const unsigned long long *)p; break; \ } \ [...] val; \ } \ This patch adds a default entry in the switch statement that sets `val' to zero in order to avoid the warning, and random values to be used in case __builtin_preserve_field_info returns unexpected values for BPF_FIELD_BYTE_SIZE. Tested in bpf-next master. No regressions.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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 存在安全漏洞,该漏洞源于bpf模块中在BPF_CORE_READ_BITFIELD宏中,变量val可能未初始化。在__builtin_preserve_field_info返回意外值时,可能导致使用随机值。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux ee26dade0e3bcd8a34ae7520e373fb69365fce7a ~ b694989bb13ed5f166e633faa1eb0f21c6d261a6 -
LinuxLinux 5.5 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-42161 其他参考 (6)

同批安全公告 · Linux · 2024-07-30 · 共 70 条

CVE-2024-421089.8 CRITICALLinux kernel 安全漏洞
CVE-2024-422258.3 HIGHLinux kernel 安全漏洞
CVE-2024-421207.8 HIGHLinux kernel 安全漏洞
CVE-2024-421627.8 HIGHLinux kernel 安全漏洞
CVE-2024-421177.8 HIGHLinux kernel 安全漏洞
CVE-2024-421157.8 HIGHLinux kernel 安全漏洞
CVE-2024-421127.8 HIGHLinux kernel 安全漏洞
CVE-2024-421117.8 HIGHLinux kernel 安全漏洞
CVE-2024-421037.8 HIGHLinux kernel 安全漏洞
CVE-2024-421097.8 HIGHLinux kernel 安全漏洞
CVE-2024-420997.8 HIGHLinux kernel 安全漏洞
CVE-2024-421057.8 HIGHLinux kernel 安全漏洞
CVE-2024-421047.8 HIGHLinux kernel 安全漏洞
CVE-2024-421327.6 HIGHLinux kernel 安全漏洞
CVE-2024-421337.6 HIGHLinux kernel 安全漏洞
CVE-2024-421107.5 HIGHLinux kernel 安全漏洞
CVE-2024-421527.5 HIGHLinux kernel 安全漏洞
CVE-2024-421457.5 HIGHLinux kernel 安全漏洞
CVE-2024-422247.0 HIGHLinux kernel 安全漏洞
CVE-2024-421237.0 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-42161

暂无评论


发表评论