Lucene search
+L

123124 matches found

Cvelist
Cvelist
added 2026/09/09 3:43 p.m.38 views

CVE-2026-22590 Fast-DDS Discovery Server: Out-of-Bounds Read & Heap Memory Disclosure via DATA_FRAG  sampleSize / fragmentsInSubmessage

eprosima Fast DDS is a C++ implementation of the DDS Data Distribution Service standard of the OMG Object Management Group. Versions prior to 2.6.12, 2.14.6, 3.2.4, 3.3.1, and 3.4.2 have a remotely triggerable Out-of-Bounds Read while processing RTPS DATAFRAG submessages. An attacker can craft a...

9.1CVSS0.00383EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/09 2:17 p.m.12 views

CVE-2026-73324

Certain VLC media player builds in versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing media from an attacker-controlled network source. Exploitation requires user interaction and may disclose a limited, layout-dependent amount of VLC process memory...

5.3CVSS0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/09 2:17 p.m.8 views

DEBIAN-CVE-2026-73324

Certain VLC media player builds in versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing media from an attacker-controlled network source. Exploitation requires user interaction and may disclose a limited, layout-dependent amount of VLC process memory...

5.3CVSS5.6AI score0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/09 2:17 p.m.7 views

DEBIAN-CVE-2026-56711

VLC media player versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing crafted media. Exploitation requires user interaction and may result in application termination or code execution with the privileges of the VLC process...

7CVSS5.9AI score0.00106EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/09 2:00 p.m.6 views

UBUNTU-CVE-2026-61908

An issue was discovered in Cyrus IMAP before 3.12.4. A JMAP email-header blob ID can reference an out-of-bounds index. An authenticated user could attempt to download a crafted JMAP blob ID of the form H-, which could read past the end of the internal blobheaders array during download, exposing...

6.5CVSS5.8AI score0.00224EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/09 2:00 p.m.8 views

CVE-2026-61908

An issue was discovered in Cyrus IMAP before 3.12.4. A JMAP email-header blob ID can reference an out-of-bounds index. An authenticated user could attempt to download a crafted JMAP blob ID of the form H-, which could read past the end of the internal blobheaders array during download, exposing...

6.5CVSS5.8AI score0.00224EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/09 1:31 p.m.36 views

CVE-2026-73324 VLC media player 3.0.0 through 3.0.23 information disclosure vulnerability

Certain VLC media player builds in versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing media from an attacker-controlled network source. Exploitation requires user interaction and may disclose a limited, layout-dependent amount of VLC process memory...

5.3CVSS0.00213EPSS
SaveExploits0References1
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.9CVSS6AI score0.00213EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/09 1:31 p.m.48 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...

5.3CVSS5.6AI score0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/09 1:31 p.m.14 views

CVE-2026-73324 VLC media player 3.0.0 through 3.0.23 information disclosure vulnerability

Certain VLC media player builds in versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing media from an attacker-controlled network source. Exploitation requires user interaction and may disclose a limited, layout-dependent amount of VLC process memory...

5.3CVSS5.6AI score
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/09 1:31 p.m.12 views

CVE-2026-73324

Certain VLC media player builds in versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing media from an attacker-controlled network source. Exploitation requires user interaction and may disclose a limited, layout-dependent amount of VLC process memory...

5.3CVSS5.6AI score0.00213EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/09 1:31 p.m.8 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.8CVSS6AI score0.00106EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/09 1:31 p.m.41 views

CVE-2026-56711 VLC media player 3.0.0 through 3.0.23 memory corruption vulnerability

VLC media player versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing crafted media. Exploitation requires user interaction and may result in application termination or code execution with the privileges of the VLC process...

7.3CVSS0.00106EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/09 1:31 p.m.49 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 ...

7.3CVSS5.9AI score0.00106EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/09 1:31 p.m.38 views

CVE-2026-56711 VLC media player 3.0.0 through 3.0.23 memory corruption vulnerability

VLC media player versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing crafted media. Exploitation requires user interaction and may result in application termination or code execution with the privileges of the VLC process...

7.3CVSS5.9AI score
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/09 1:31 p.m.10 views

CVE-2026-56711

VLC media player versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing crafted media. Exploitation requires user interaction and may result in application termination or code execution with the privileges of the VLC process...

7.3CVSS5.9AI score0.00106EPSS
SaveExploits0
NVD
NVD
added 2026/09/09 1:20 p.m.14 views

CVE-2026-85103

A heap-based buffer overflow in VPN certificate ASN.1 decoding may allow an unauthenticated remote attacker to execute arbitrary code on Check Point Quantum Security Management and Quantum Security Gateway systems...

9.8CVSS0.00361EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/09 1:00 p.m.138 views

CVE-2026-85103

Check Point Quantum Security Management and Quantum Security Gateway are affected by a heap-based buffer overflow in the VPN certificate ASN.1 decoding process. An unauthenticated remote attacker may exploit this to achieve arbitrary code execution , yielding a CVSS 3.1 score of 9.8 (Critical) wi...

9.8CVSS7.2AI score0.00361EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/09 1:00 p.m.16 views

EUVD-2026-75010

A heap-based buffer overflow in VPN certificate ASN.1 decoding may allow an unauthenticated remote attacker to execute arbitrary code on Check Point Quantum Security Management and Quantum Security Gateway systems...

9.8CVSS7.2AI score0.00361EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/09 1:00 p.m.50 views

CVE-2026-85103 Heap-based Buffer Overflow in VPN Certificate ASN.1 Decoding

A heap-based buffer overflow in VPN certificate ASN.1 decoding may allow an unauthenticated remote attacker to execute arbitrary code on Check Point Quantum Security Management and Quantum Security Gateway systems...

9.8CVSS0.00361EPSS
SaveExploits0References1
Rows per page
Query Builder