Bug 2530982 - CVE-2026-73324 vlc: VLC media player: Information disclosure via unterminated RTSP response line [fedora-all]
Summary: CVE-2026-73324 vlc: VLC media player: Information disclosure via unterminated...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: vlc
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Yaakov Selkowitz
QA Contact:
URL:
Whiteboard: {"flaws": ["a4f84651-abb3-4bac-8846-a...
Depends On:
Blocks: CVE-2026-73324
TreeView+ depends on / blocked
 
Reported: 2026-09-09 14:12 UTC by Vladimir Vasilev
Modified: 2026-09-09 14:12 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vladimir Vasilev 2026-09-09 14:12:41 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.


Note You need to log in before you can comment on or make changes to this bug.