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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.0 利用难度: 中等 EPSS 0.21% · P11

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinux75748837b7e56919679e02163f45d5818c644d03< dadf82c1b2608727bcc306843b540cd7414055a7affected
75748837b7e56919679e02163f45d5818c644d03< b57ac2d92c1f565743f6890a5b9cf317ed856b09affected
75748837b7e56919679e02163f45d5818c644d03< 60fd3538d2a8fd44c41d25088c0ece3e1fd30659affected
75748837b7e56919679e02163f45d5818c644d03< bfe9446ea1d95f6cb7848da19dfd58d2eec6fd84affected
75748837b7e56919679e02163f45d5818c644d03< e2ef0f317a52e678fe8fa84b94d6a15b466d6ff0affected
75748837b7e56919679e02163f45d5818c644d03< e9bd9c498cb0f5843996dbe5cbce7a1836a83c70affected
5.10affected
< 5.10unaffected
… +6 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
bpf: sync_linked_regs() must preserve subreg_def
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bpf: sync_linked_regs() must preserve subreg_def Range propagation must not affect subreg_def marks, otherwise the following example is rewritten by verifier incorrectly when BPF_F_TEST_RND_HI32 flag is set: 0: call bpf_ktime_get_ns call bpf_ktime_get_ns 1: r0 &= 0x7fffffff after verifier r0 &= 0x7fffffff 2: w1 = w0 rewrites w1 = w0 3: if w0 < 10 goto +0 --------------> r11 = 0x2f5674a6 (r) 4: r1 >>= 32 r11 <<= 32 (r) 5: r0 = r1 r1 |= r11 (r) 6: exit; if w0 < 0xa goto pc+0 r1 >>= 32 r0 = r1 exit (or zero extension of w1 at (2) is missing for architectures that require zero extension for upper register half). The following happens w/o this patch: - r0 is marked as not a subreg at (0); - w1 is marked as subreg at (2); - w1 subreg_def is overridden at (3) by copy_register_state(); - w1 is read at (5) but mark_insn_zext() does not mark (2) for zero extension, because w1 subreg_def is not set; - because of BPF_F_TEST_RND_HI32 flag verifier inserts random value for hi32 bits of (2) (marked (r)); - this random value is read at (5).
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于bpf子系统中sync_linked_regs函数未能保留subreg_def标记,可能导致BPF_F_TEST_RND_HI32标志下的错误重写。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 75748837b7e56919679e02163f45d5818c644d03 ~ dadf82c1b2608727bcc306843b540cd7414055a7 -
LinuxLinux 5.10 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-53125 补丁与修复 (6)

同批安全公告 · Linux · 2024-12-04 · 共 16 条

CVE-2024-53126Linux kernel 安全漏洞
CVE-2024-53127Linux kernel 安全漏洞
CVE-2024-53128Linux kernel 安全漏洞
CVE-2024-53129Linux kernel 安全漏洞
CVE-2024-53130Linux kernel 安全漏洞
CVE-2024-53131Linux kernel 安全漏洞
CVE-2024-53132Linux kernel 安全漏洞
CVE-2024-53133Linux kernel 安全漏洞
CVE-2024-53134Linux kernel 安全漏洞
CVE-2024-53135Linux kernel 安全漏洞
CVE-2024-53136Linux kernel 安全漏洞
CVE-2024-53138Linux kernel 安全漏洞
CVE-2024-53137Linux kernel 安全漏洞
CVE-2024-53139Linux kernel 安全漏洞
CVE-2024-53140Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2024-53125

暂无评论


发表评论