2538 matches found
CVE-2008-4654
CVE-2008-4654 VideoLAN VLC media player 0.9.4 Media Player ty.c 缓冲区溢出 差异...
VLC_CVE-2021-25804_Analysis
一个AVI文件可以有多个轨道。例如,一个音频轨道和一个视频轨道。 为了解析任意数量的轨道,VLC必须首先确定一个给定的轨道是否已完成并可播放。为此设置有两个变量,都命名为 itrack。 在我们的上下文中,变量 psys 代表AVI文件。因此,“官方”的 itrack 变量(用于引用那些被确定为已完成并可播放的轨道)是 psys-itrack。它在此处通过一个宏进行初始化: root@kitploit: TABINITpsys-itrack, psys-track; //define TABINIT count, tab do count = 0; tab = NULL; while0...
DLL_Injection_On_VLC
Inyección de DLL y CVE-2010-3124 Descripción general 🌱 Este proyecto explora el tema de la inyección de DLL Dynamic Link Library y se centra específicamente en el CVE-2010-3124. CVE-2010-3124 se refiere a una vulnerabilidad de ruta de búsqueda no confiable encontrada en VLC Media Player versión...
VLC_CVE-2021-25801_Analysis
Análisis de CVE-2021-25801 La vulnerabilidad se origina por una falla al verificar a fondo el tipo de chunk que se pasa a Parseindx al intentar leer un sub chunk indx, al que apunta un super chunk indx válido. root@kitploit: else if pindx-iindextype == AVIINDEXOFINDEXES //este es el valor esperad...
UBUNTU-CVE-2026-73324
VLC media player copies an RTSP response line into a fixed buffer with...
Linux Distros Unpatched Vulnerability : CVE-2026-56711
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 th...
UBUNTU-CVE-2026-56711
VLC media player computes the size of a picture buffer with 32-bit ari...
CVE-2026-73324
VLC media player copies an RTSP response line into a fixed buffer with...
CVE-2026-56711
VLC media player computes the size of a picture buffer with 32-bit ari...
Linux Distros Unpatched Vulnerability : CVE-2026-73324
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...
CVE-2026-73324
A flaw was found in VLC media player. A remote attacker operating a hostile server can exploit a heap out-of-bounds read vulnerability. This occurs when the media player processes an unterminated Real Time Streaming Protocol RTSP response line, causing it to read beyond the allocated buffer...
CVE-2026-56711
A flaw was found in VLC media player. An integer overflow vulnerability exists when computing the size of a picture buffer, specifically in the AllocatePicture function. A remote attacker could exploit this by providing a specially crafted Portable Network Graphics PNG image file with large width...
CVE-2026-73324
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...
CVE-2026-56711
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 ibytes += p-ipitch p-ilines, and both planet fields are declared int in include/vlcpicture.h, so the...
EUVD-2026-74907
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...
CVE-2026-73324 VLC media player 3.0.0 through 3.0.23 Heap Out-of-Bounds Read via Unterminated RealRTSP Response Line
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...
CVE-2026-73324
VLC media player 3.0.0 through 3.0.23 is affected by a heap out-of-bounds read in the RTSP module. The root cause is that RtspReadLine in modules/access/rtsp/access.c calls strncpy with the full buffer length without guaranteeing null termination, and rtsp_get in modules/access/rtsp/rtsp.c passes...
EUVD-2026-74906
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 ibytes += p-ipitch p-ilines, and both planet fields are declared int in include/vlcpicture.h, so the...
CVE-2026-56711 VLC media player 3.0.0 through 3.0.23 Heap Out-of-Bounds Write via Integer Overflow in Picture Allocation
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 ibytes += p-ipitch p-ilines, and both planet fields are declared int in include/vlcpicture.h, so the...
CVE-2026-56711
VLC media player 3.0.0 through 3.0.23 is affected by a heap out-of-bounds write caused by a 32-bit integer overflow in picture buffer allocation. In AllocatePicture (src/misc/picture.c), the fields i_pitch and i_lines are declared as int, so the multiplication wraps before widening to the size_t ...