DEBIAN-CVE-2026-73324

    Dashboard / Vulnerabilities / DEBIAN-CVE-2026-73324

    DEBIAN-CVE-2026-73324

    Published: 9 Sept 2026Last Modified: 12 Sept 2026
    Upstream:

    Summary:

    Details: 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.

    Affected packages

    Package

    Name: vlc

    Purl: pkg:deb/debian/vlc?arch=source&distro=bookworm

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    3.0.18-2
    3.0.18-3
    3.0.18-4
    3.0.19-1
    3.0.20-0+deb12u1
    3.0.20-1
    3.0.20-2
    3.0.20-3
    3.0.20-4
    3.0.21-0+deb12u1
    3.0.21-1
    3.0.21-10
    3.0.21-11
    3.0.21-2
    3.0.21-3
    3.0.21-4
    3.0.21-4~exp1
    3.0.21-5
    3.0.21-6
    3.0.21-7
    3.0.21-8
    3.0.21-9
    3.0.22-0+deb12u1
    3.0.22-1
    3.0.22-2
    3.0.22-3
    3.0.22-4
    3.0.22~rc1-1
    3.0.22~rc2-1
    3.0.23-0+deb12u1
    3.0.23-1
    3.0.23-2
    3.0.23-3

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    DEBIAN-CVE-2026-73324 | CVE-DB