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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72396— Linux 内核 adm1275 驱动栈内存未初始化读取漏洞

AI 预测 3.7 利用难度: 中等 EPSS 0.22% · P13

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux87102808d03948c825c3bdc48316e48f6422fd7e< 57d583f069fa9d3d0c0831e34b967d1f61edae94affected
87102808d03948c825c3bdc48316e48f6422fd7e< 82e4ab03a6ab9b87667410f5143bc484d7a62bdcaffected
87102808d03948c825c3bdc48316e48f6422fd7e< c9e04a52663bc6651c06c2427df088b751062bd6affected
87102808d03948c825c3bdc48316e48f6422fd7e< 39a581bd64a0e91112ec8017a2dd4e70c1336e99affected
87102808d03948c825c3bdc48316e48f6422fd7e< aa35cee30686e6be3c890bf741429c5025d55abeaffected
87102808d03948c825c3bdc48316e48f6422fd7e< 36554592e2f5cac16ff8bf73720d38a6d9ef4a20affected
87102808d03948c825c3bdc48316e48f6422fd7e< 93b96e723bdcba6172a5814262be875abcc5d269affected
87102808d03948c825c3bdc48316e48f6422fd7e< 553f9517813912a5ab661af5504485d96824a61caffected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
hwmon: adm1275: Prevent reading uninitialized stack
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: adm1275: Prevent reading uninitialized stack While adding support for the ROHM BD127X0 hot-swap controllers, sashiko reported an error in device-name comparison, which can lead to reading uninitialized stack memory. Quoting Sashiko: This is a pre-existing issue, but I noticed that just before this block in adm1275_probe(), there might be an out-of-bounds stack read: ret = i2c_smbus_read_block_data(client, PMBUS_MFR_MODEL, block_buffer); if (ret < 0) { ... } for (mid = adm1275_id; mid->name[0]; mid++) { if (!strncasecmp(mid->name, block_buffer, strlen(mid->name))) break; } Since i2c_smbus_read_block_data() reads up to 32 bytes into the uninitialized stack array block_buffer without appending a null terminator, strncasecmp() could read past the valid bytes returned in ret. For example, if the device returns a shorter string like "adm12", checking it against "adm1275" up to the length of "adm1275" will continue reading into uninitialized stack bounds. Prevent reading uninitialized memory by zeroing the stack array.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 87102808d03948c825c3bdc48316e48f6422fd7e ~ 57d583f069fa9d3d0c0831e34b967d1f61edae94 -
LinuxLinux 3.3 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-08-15 · 共 848 条

CVE-2026-72255netfilter nf_queue 桥接设备 pin 漏洞
CVE-2026-72268t dfxfb tdfxfb_probe 内存泄漏漏洞
CVE-2026-72267fbdev carminefb alloc_carmine_fb()潜在内存泄漏漏洞
CVE-2026-72266vesafb: vesafb_probe() 内存泄漏漏洞
CVE-2026-72265NVIDIA fbdev 驱动 nvidiafb_probe 内存泄漏漏洞
CVE-2026-72264tridentfb:trident_pci_probe() 潜在内存泄漏
CVE-2026-72262ASoC: SOF: bytes_ext 堆溢出漏洞
CVE-2026-72263ASoC SOF拓扑内存泄漏漏洞
CVE-2026-72261ASoC SOF ipc3-control 验证 snd_sof_update_control 中的大小
CVE-2026-72260Mediatek MT8192 SoC驱动运行时恢复检查漏洞
CVE-2026-72259mediatek mt8192 资源释放漏洞
CVE-2026-72258MT8183内存清理释放漏洞
CVE-2026-72256netfilter xt_cluster 哈希匹配中拒绝模板连接跟踪漏洞
CVE-2026-72257qcom q6apm NULL指针解引用漏洞
CVE-2026-72245host1x: host1x_device_parse_dt() 设备引用泄露漏洞
CVE-2026-72248netfilter flowtable IPIP隧道直接转发漏洞
CVE-2026-72247Linux内核 nf_conncount 连接数模块元组去重时区域比较逻辑错误漏洞
CVE-2026-72246netfilter flowtable 隧道路由方向设置错误漏洞
CVE-2026-72249netfilter flowtable IPIP头部推送方向目标地址使用漏洞
CVE-2026-72244gpu/buddy:对齐失败时终止try_harder

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72396

暂无评论


发表评论