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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于q54sj108a2_debugfs_read函数中bin2hex参数错误导致栈缓冲区溢出,且输出始终为零。

CVSS 7.8 · High EPSS 0.14% · P4

可能的 ATT&CK 技术 1 AI

T1083 · File and Directory Discovery

影响版本矩阵 16

厂商产品 版本范围状态
Linux Linux d014538aa38561cd24c5eb228223585f26c5ec71< a0fc1b9c738fba231f190ab960c83202722efee5 affected
d014538aa38561cd24c5eb228223585f26c5ec71< c59090c50f62a17129fc4c5407bc4071305a9e82 affected
d014538aa38561cd24c5eb228223585f26c5ec71< 52db5ef163c96f916d424e472fb17aadc35a9f7a affected
d014538aa38561cd24c5eb228223585f26c5ec71< b48a0f8d4541a4f6651dc9a64430ce9fdf5c120b affected
d014538aa38561cd24c5eb228223585f26c5ec71< 73a7a345816946d276ad2c46c8bb771de67cfc46 affected
d014538aa38561cd24c5eb228223585f26c5ec71< 24a7b9daa103fa963b3fd37d8805b23e01621976 affected
d014538aa38561cd24c5eb228223585f26c5ec71< 25dd70a03b1f5f3aa71e1a5091ecd9cd2a13ee43 affected
5.11 affected
… +8 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read The q54sj108a2_debugfs_read function suffers from a stack buffer overflow due to incorrect arguments passed to bin2hex(). The function currently passes 'data' as the destination and 'data_char' as the source. Because bin2hex() converts each input byte into two hex characters, a 32-byte block read results in 64 bytes of output. Since 'data' is only 34 bytes (I2C_SMBUS_BLOCK_MAX + 2), this writes 30 bytes past the end of the buffer onto the stack. Additionally, the arguments were swapped: it was reading from the zero-initialized 'data_char' and writing to 'data', resulting in all-zero output regardless of the actual I2C read. Fix this by: 1. Expanding 'data_char' to 66 bytes to safely hold the hex output. 2. Correcting the bin2hex() argument order and using the actual read count. 3. Using a pointer to select the correct output buffer for the final simple_read_from_buffer call.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: 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存在安全漏洞,该漏洞源于q54sj108a2_debugfs_read函数中bin2hex参数错误导致栈缓冲区溢出,且输出始终为零。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux d014538aa38561cd24c5eb228223585f26c5ec71 ~ a0fc1b9c738fba231f190ab960c83202722efee5 -
Linux Linux 5.11 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-43380 补丁与修复 (7)

同批安全公告 · Linux · 2026-05-08 · 共 197 条

CVE-2026-43384 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-43304 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-43376 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-43341 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-43378 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-43414 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-43402 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-43465 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-43379 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-43383 9.4 CRITICAL Linux kernel 安全漏洞
CVE-2026-43407 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-43406 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-43322 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-43334 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-43403 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-43391 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-43284 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-43291 8.3 HIGH Linux kernel 安全漏洞
CVE-2026-43452 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-43365 8.2 HIGH Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-43380

暂无评论


发表评论