Lucene search
+L

1429 matches found

Kitploit
Kitploit
added 2026/09/11 11:00 p.m.4 views

DLL_Injection_On_VLC

DLL 인젝션 및 CVE-2010-3124 개요 🌱 이 프로젝트는 DLL동적 링크 라이브러리 인젝션 주제를 탐구하며, 특히 CVE-2010-3124에 초점을 맞춥니다. CVE-2010-3124는 VLC Media Player 버전 1.1.3 및 이전 버전에서 발견된 신뢰할 수 없는 검색 경로 취약점을 의미합니다. 다음은 이 프로젝트에 대한 더 나은 개요를 제공하는 핵심 사항입니다. 취약점 : 이 문제는 VLC Media Player가 동적 링크 라이브러리DLL를 로드할 때 사용하는 안전하지 않은 검색 경로로 인해 발생합니다. ...

9.3CVSS5.9AI score0.12506EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/11 10:24 a.m.6 views

CVE-2008-4654

CVE-2008-4654 VideoLAN VLC 미디어 플레이어 0.9.4 Media Player ty.c 버퍼 오버플로우 차이...

9.3CVSS6.2AI score0.57547EPSS
SaveExploits10
OSV
OSV
added 2026/09/10 12:00 a.m.4 views

UBUNTU-CVE-2026-73324

VLC media player copies an RTSP response line into a fixed buffer with...

6.9CVSS0.00332EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/10 12:00 a.m.6 views

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

8.8CVSS0.00299EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/10 12:00 a.m.3 views

CVE-2026-73324

VLC media player copies an RTSP response line into a fixed buffer with...

6.9CVSS0.00332EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/10 12:00 a.m.4 views

CVE-2026-56711

VLC media player computes the size of a picture buffer with 32-bit ari...

8.8CVSS0.00299EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/10 12:00 a.m.4 views

UBUNTU-CVE-2026-56711

VLC media player computes the size of a picture buffer with 32-bit ari...

8.8CVSS0.00299EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/09 4:11 p.m.10 views

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

6.9CVSS0.00332EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/09 3:54 p.m.11 views

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

8.8CVSS0.00299EPSS
SaveExploits0References9
NVD
NVD
added 2026/09/09 2:17 p.m.5 views

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

6.9CVSS0.00332EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/09 2:17 p.m.5 views

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

8.8CVSS0.00299EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/09 1:31 p.m.8 views

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

6.9CVSS0.00332EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/09 1:31 p.m.6 views

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

6.9CVSS6.2AI score
SaveExploits0References6
CVE
CVE
added 2026/09/09 1:31 p.m.25 views

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

6.9CVSS0.00332EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/09 1:31 p.m.7 views

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

8.8CVSS0.00299EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/09 1:31 p.m.29 views

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

8.8CVSS0.00299EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/09 1:31 p.m.31 views

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

8.8CVSS0.00299EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/09 1:31 p.m.15 views

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

8.6CVSS6AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/09 10:38 a.m.6 views

CVE-2008-4654

CVE-2008-4654 Полнофункциональный эксплойт для уязвимости переполнения буфера на стеке CVE-2008-4654 в VideoLan's VLC Media Player 0.9.4 при обработке TiVo-файлов. Он нацелен на 32-битный бинарник, работающий на 64-битной системе Windows, и использует WOW64-еггхантер для обхода ограниченного...

9.3CVSS6AI score0.57547EPSS
SaveExploits10
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.11 views

PT-2026-88995

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

6.9CVSS0.00332EPSS
SaveExploits0References11
Rows per page
Query Builder