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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 6.7 利用难度: 中等 EPSS 0.26% · P17

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinuxd19f5e41b344a057bb2450024a807476f30978d2< 23027309b099ffc4efca5477009a11dccbdae592affected
d19f5e41b344a057bb2450024a807476f30978d2< fa69a8063f8b27f3c7434a0d4f464a76a62f24d2affected
d19f5e41b344a057bb2450024a807476f30978d2< ce31d79aa1f13a2345791f84935281a2c194e003affected
d19f5e41b344a057bb2450024a807476f30978d2< 8b1d72395635af45410b66cc4c4ab37a12c4a831affected
09b931fcb87c8aad178475a7db1d4bfc939f7faaaffected
37e6234297379e0db25e39c2ca99776fea70026caffected
4.9.21< 4.10affected
4.10.9< 4.11affected
… +6 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
parisc: Fix random data corruption from exception handler
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: parisc: Fix random data corruption from exception handler The current exception handler implementation, which assists when accessing user space memory, may exhibit random data corruption if the compiler decides to use a different register than the specified register %r29 (defined in ASM_EXCEPTIONTABLE_REG) for the error code. If the compiler choose another register, the fault handler will nevertheless store -EFAULT into %r29 and thus trash whatever this register is used for. Looking at the assembly I found that this happens sometimes in emulate_ldd(). To solve the issue, the easiest solution would be if it somehow is possible to tell the fault handler which register is used to hold the error code. Using %0 or %1 in the inline assembly is not posssible as it will show up as e.g. %r29 (with the "%r" prefix), which the GNU assembler can not convert to an integer. This patch takes another, better and more flexible approach: We extend the __ex_table (which is out of the execution path) by one 32-word. In this word we tell the compiler to insert the assembler instruction "or %r0,%r0,%reg", where %reg references the register which the compiler choosed for the error return code. In case of an access failure, the fault handler finds the __ex_table entry and can examine the opcode. The used register is encoded in the lowest 5 bits, and the fault handler can then store -EFAULT into this register. Since we extend the __ex_table to 3 words we can't use the BUILDTIME_TABLE_SORT config option any longer.
来源: 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存在安全漏洞,该漏洞源于异常处理程序中随机数据损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux d19f5e41b344a057bb2450024a807476f30978d2 ~ 23027309b099ffc4efca5477009a11dccbdae592 -
LinuxLinux 4.11 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-26706 其他参考 (3)

同批安全公告 · Linux · 2024-04-03 · 共 94 条

CVE-2024-26744Linux kernel 安全漏洞
CVE-2024-26741Linux kernel 安全漏洞
CVE-2024-26739Linux kernel 安全漏洞
CVE-2024-26735Linux kernel 安全漏洞
CVE-2024-26734Linux kernel 安全漏洞
CVE-2024-26733Linux kernel 安全漏洞
CVE-2024-26732Linux kernel 安全漏洞
CVE-2024-26731Linux kernel 安全漏洞
CVE-2024-26736Linux kernel 安全漏洞
CVE-2024-26743Linux kernel 安全漏洞
CVE-2024-26742Linux kernel 安全漏洞
CVE-2024-26747Linux kernel 安全漏洞
CVE-2024-26748Linux kernel 安全漏洞
CVE-2024-26749Linux kernel 安全漏洞
CVE-2024-26751Linux kernel 安全漏洞
CVE-2024-26752Linux kernel 安全漏洞
CVE-2024-26753Linux kernel 安全漏洞
CVE-2024-26754Linux kernel 安全漏洞
CVE-2024-26755Linux kernel 安全漏洞
CVE-2024-26756Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-26706

暂无评论


发表评论