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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-39685— Linux kernel 安全漏洞

AI 预测 5.3 利用难度: 极易 EPSS 0.15% · P5

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinuxfff46207245cd9e39c05b638afaee2478e64914b< bab220b0bb5af652007e278e8e8357f952b0e1eaaffected
fff46207245cd9e39c05b638afaee2478e64914b< 5a33d07c94ba91306093e823112a7aa9727549f6affected
fff46207245cd9e39c05b638afaee2478e64914b< 0eb4ed2aa261dee228f1668dbfa6d87353e8162daffected
fff46207245cd9e39c05b638afaee2478e64914b< a3cfcd0c78c80ca7cd80372dc28f77d01be57bf6affected
fff46207245cd9e39c05b638afaee2478e64914b< d8992c9a01f81128f36acb7c5755530e21fcd059affected
fff46207245cd9e39c05b638afaee2478e64914b< 96cb948408b3adb69df7e451ba7da9d21f814d00affected
3.13affected
< 3.13unaffected
… +6 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-39685 基础信息

漏洞信息

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

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

Vulnerability Title
comedi: pcl726: Prevent invalid irq number
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number(0x80008000) that was too large, which triggered the oob. Added an interrupt number check to prevent users from passing in an irq number that was too large. If `it->options[1]` is 31, then `1 << it->options[1]` is still invalid because it shifts a 1-bit into the sign bit (which is UB in C). Possible solutions include reducing the upper bound on the `it->options[1]` value to 30 or lower, or using `1U << it->options[1]`. The old code would just not attempt to request the IRQ if the `options[1]` value were invalid. And it would still configure the device without interrupts even if the call to `request_irq` returned an error. So it would be better to combine this test with the test below.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于comedi/pcl726模块未验证中断号有效性。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux fff46207245cd9e39c05b638afaee2478e64914b ~ bab220b0bb5af652007e278e8e8357f952b0e1ea -
LinuxLinux 3.13 -

二、漏洞 CVE-2025-39685 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-39685 的情报信息

登录查看更多情报信息。

CVE-2025-39685 补丁与修复 (1)

同批安全公告 · Linux · 2025-09-05 · 共 60 条

CVE-2025-39707Linux kernel 安全漏洞
CVE-2025-39725Linux kernel 安全漏洞
CVE-2025-39722Linux kernel 安全漏洞
CVE-2025-39721Linux kernel 安全漏洞
CVE-2025-39720Linux kernel 安全漏洞
CVE-2025-39723Linux kernel 安全漏洞
CVE-2025-39711Linux kernel 安全漏洞
CVE-2025-39710Linux kernel 安全漏洞
CVE-2025-39709Linux kernel 安全漏洞
CVE-2025-39708Linux kernel 安全漏洞
CVE-2025-39712Linux kernel 安全漏洞
CVE-2025-39706Linux kernel 安全漏洞
CVE-2025-39705Linux kernel 安全漏洞
CVE-2025-39704Linux kernel 安全漏洞
CVE-2025-39703Linux kernel 安全漏洞
CVE-2025-39702Linux kernel 安全漏洞
CVE-2025-39701Linux kernel 安全漏洞
CVE-2025-39700Linux kernel 安全漏洞
CVE-2025-39699Linux kernel 安全漏洞
CVE-2025-39698Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-39685

暂无评论


发表评论