Sploitus

CVE-2026-56711

No indexed exploits for CVE-2026-56711 yet

VLC media player computes the size of a picture buffer with 32-bit arithmetic and allocates from the wrapped result. In AllocatePicture in src/misc/picture.c the running total is accumulated as i_bytes += p->i_pitch * p->i_lines, and both plane_t fields are declared int in include/vlc_picture.h, so the multiplication is evaluated at 32 bits and wraps before it is widened to the size_t accumulator. The overflow check that precedes it divides in 64-bit arithmetic and therefore does not constrain the product, and the subsequent comparison against PICTURE_SW_SIZE_MAX examines the already wrapped value, so both guards pass. aligned_alloc then reserves the small wrapped size while the decoder writes scanlines sized from the original dimensions. A crafted PNG whose IHDR declares large width and height reaches this path through the image demuxer, whose only size guard is on the input file's byte count rather than the declared dimensions, and the decoder in modules/codec/png.c writes past the end of the allocation with attacker-influenced length and content. Opening the file directly or through a playlist entry is sufficient, with no non-default settings.

Affected products
Vlc Media Player
CVSS 3.1
8.8 HIGH
EPSS
0.3% (22th percentile)
Weakness
CWE-787, CWE-190
NVD status
Deferred
Published
2026-09-09
CVE-2026-56711 at NVD
Authoritative description, scoring and affected products

No indexed exploits for CVE-2026-56711 yet

Our index is partial: it proves presence, never absence

No exploit for CVE-2026-56711 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.