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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-73324— VLC 3.0.0至3.0.23 堆越界读取漏洞

一分钟漏洞结论

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

以下是对该漏洞描述的中文翻译: VLC 媒体播放器将 RTSP 响应行复制到固定大小的缓冲区时,未确保字符串的终止符,随后将该缓冲区当作 C 字符串使用。具体而言, 中的 函数调用 时使用整个缓冲区的长度作为复制长度;当源行长度大于或等于目标缓冲区大小时, 不会写入终止符 。接着, 中的 函数以 字节分配该缓冲区,并将其传递给 。当服务器返回长度达到 4096 字节或更长的响应行时, 会越过该缓冲区的末尾继续测量长度,并复制相邻堆内存中的字节,直到遇到一个偶然的零字节为止。由于受影响的是 头,这些被泄露的字节会被保

CVSS 6.5 · Medium

可能的 ATT&CK 技术 1 AI

T1040 · Network Sniffing
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
VLC media player 3.0.0 through 3.0.23 Heap Out-of-Bounds Read via Unterminated RealRTSP Response Line
来源: CVE Program / CVE List V5
Vulnerability Description
VLC media player copies an RTSP response line into a fixed buffer without guaranteeing termination and then treats that buffer as a C string. RtspReadLine in modules/access/rtsp/access.c calls strncpy with the full buffer length, which writes no terminator when the source line is at least as long as the destination, and rtsp_get in modules/access/rtsp/rtsp.c allocates that buffer as BUF_SIZE bytes and passes it to strdup. When a server returns a line of 4096 bytes or more, strdup measures its length past the end of the allocation and copies adjacent heap bytes until an incidental zero byte. Because the affected line is the Session header, the disclosed bytes are retained as the session identifier and sent back to the server on every subsequent request, so the operator of a hostile server reads heap memory from the client rather than inferring it. The attacker controls the line length and therefore how far the read runs. A single playlist entry naming a realrtsp URL is sufficient. The module is a build-time option, disabled in some distribution packages and enabled in the official VideoLAN builds.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
VideoLAN VLC media player 3.0.0 ~ 3.0.23 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-73324 其他参考 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-73324

暂无评论


发表评论