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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-12232— Intel ALH DAI get_properties 漏洞未验证stream_id导致越界读取

CVSS 6.1 · Medium EPSS 0.10% · P1

影响版本矩阵 1

厂商产品版本范围状态
zephyrprojectzephyr4.4.0< 4.5.0affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Out-of-bounds read via unvalidated stream_id in Intel ALH DAI get_properties
来源: CVE Program / CVE List V5
Vulnerability Description
The Intel ALH digital-audio-interface driver function dai_alh_get_properties() in drivers/dai/intel/alh/alh.c used a caller-supplied int stream_id with no range validation. The value indexes the fixed-size static const uint8_t alh_handshake_map[64] array and scales a FIFO register address, so an out-of-range stream_id produces an out-of-bounds read of one byte at an attacker-chosen signed offset from the array. That byte is written into prop->dma_hs_id and the resulting struct dai_properties is copied back to the caller, leaking it. dai_get_properties_copy() is a Zephyr __syscall, and its verifier z_vrfy_dai_get_properties_copy() (drivers/dai/dai_handlers.c) validates only the device-object permission and the destination buffer, not stream_id. A user-mode thread that has been granted access to the ALH DAI device object can therefore call the syscall with an arbitrary stream_id, crossing the userspace/kernel sandbox boundary. The impact is a one-byte-per-call arbitrary-offset kernel information disclosure (and leakage of a computed kernel address via fifo_address); a stream_id that resolves to an unmapped page faults in kernel context, giving a local denial of service. Exploitation requires CONFIG_USERSPACE and device access, making this a local, moderate-severity issue. The fix rejects negative and too-large stream_id values up front and returns NULL, which the copy wrapper maps to -ENOENT.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 4.4.0 ~ 4.5.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-12232 补丁与修复 (1)

CVE-2026-12232 厂商安全公告 (1)

同批安全公告 · zephyrproject · 2026-08-12 · 共 4 条

CVE-2026-122347.8 HIGHLinux zsock_sendmsg/recvmsg内核堆越界写入漏洞
CVE-2026-122356.3 MEDIUMXtensa llext PLT重定位越界写漏洞
CVE-2026-122335.9 MEDIUMOpenSSL TLS信任凭证后端互斥锁未初始化导致内核空指针解引用拒绝服务漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-12232

暂无评论


发表评论