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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-52948— Linux kernel 安全漏洞

AI 预测 5.5 利用难度: 较易 EPSS 0.13% · P3

可能的 ATT&CK 技术 1AI

T1498.002 · Reflection Amplification

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinuxcd97f39b7cdf1c8a9c9f52865eec795b7f0c811d< e9ffd5f5050fbb199d270a85614cd27ebed6fbacaffected
cd97f39b7cdf1c8a9c9f52865eec795b7f0c811d< 0b88ecfbc9dc33b4db8836c37b50cf174e6c0691affected
cd97f39b7cdf1c8a9c9f52865eec795b7f0c811d< 943e318eedbeaeea08ece3f5dd44c982f4ed2ef5affected
cd97f39b7cdf1c8a9c9f52865eec795b7f0c811d< aa6ef734016912653a909477fb30aeb66c98b3a2affected
cd97f39b7cdf1c8a9c9f52865eec795b7f0c811d< ff02add34ffd03449b8115904ebe2ec4fed022d4affected
cd97f39b7cdf1c8a9c9f52865eec795b7f0c811d< ffbcf31f032eb454ebfd29309f51366fe57f4ac4affected
cd97f39b7cdf1c8a9c9f52865eec795b7f0c811d< 4576621dc6577f21a032acfd16c3ad61907a5ea7affected
cd97f39b7cdf1c8a9c9f52865eec795b7f0c811d< 617eb7c0961a8dfcfc811844a6396e406b2923eaaffected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-52948 基础信息

漏洞信息

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

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

Vulnerability Title
i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl While fuzzing with Syzkaller, a persistent `schedule_timeout: wrong timeout value` warning was observed, accompanied by SMBus controller state machine corruption. The I2C_TIMEOUT ioctl accepts a user-provided timeout in multiples of 10 ms. The user argument is checked against INT_MAX, but it is subsequently multiplied by 10 before being passed to msecs_to_jiffies(). A malicious user can pass a large value (e.g., 429496729) that passes the `arg > INT_MAX` check but overflows when multiplied by 10. This results in a truncated 32-bit unsigned value that bypasses the internal `(int)m < 0` check in `msecs_to_jiffies()`. The truncated value is then assigned to `client->adapter->timeout` (a signed 32-bit int), which is reinterpreted as a negative number. When passed to wait_for_completion_timeout(), this negative value undergoes sign extension to a 64-bit unsigned long, triggering the `schedule_timeout` warning and causing premature returns. This leaves the SMBus state machine in an unrecoverable state, constituting a local Denial of Service (DoS). Fix this by bounding the user argument to `INT_MAX / 10`. [wsa: move the comment as well]
来源: 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 kernel存在安全漏洞,该漏洞源于I2C_TIMEOUT ioctl中整数溢出问题,可能导致本地拒绝服务攻击。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux cd97f39b7cdf1c8a9c9f52865eec795b7f0c811d ~ e9ffd5f5050fbb199d270a85614cd27ebed6fbac -
LinuxLinux 2.6.29 -

二、漏洞 CVE-2026-52948 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-52948 的情报信息

登录查看更多情报信息。

CVE-2026-52948 补丁与修复 (8)

同批安全公告 · Linux · 2026-06-24 · 共 219 条

CVE-2026-530499.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529939.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529899.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529869.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529829.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530029.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530069.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530459.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530869.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530469.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529559.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530109.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530889.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529149.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530559.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529249.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529319.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529999.1 CRITICALLinux kernel 安全漏洞
CVE-2026-530439.1 CRITICALLinux kernel 安全漏洞
CVE-2026-529589.1 CRITICALLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-52948

暂无评论


发表评论