Lucene search
+L

4338 matches found

OSV
OSV
added 2026/07/24 10:37 p.m.13 views

GHSA-HMJ8-5XMH-5573 libp2p: yamux connection DoS via oversized data frame

Summary The yamux stream multiplexer in py-libp2p does not validate incoming DATA frame lengths against the receive window before reading the frame body. Any peer that completes a standard libp2p handshake can send a single 12-byte frame claiming a 4 GB body, causing the victim's yamux read loop ...

7.5CVSS6AI score0.00351EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/24 9:52 p.m.12 views

EUVD-2026-48369

swift-nio-http2: Missing CR/LF/NUL validation in header values...

5.3CVSS5.8AI score0.00181EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/24 8:18 p.m.18 views

DEBIAN-CVE-2026-66039

FFmpeg through 8.1.2, fixed in commit aafb5c6, contains a signed integer overflow vulnerability in the MACE6 audio decoder that allows attackers to corrupt heap memory by supplying a crafted CAF file with a malicious bytesperpacket value. Attackers can craft a CAF file with oversized bytesperpack...

7.8CVSS6.2AI score0.00307EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 8:18 p.m.10 views

UBUNTU-CVE-2026-66039

FFmpeg through 8.1.2, fixed in commit aafb5c6, contains a signed integer overflow vulnerability in the MACE6 audio decoder that allows attackers to corrupt heap memory by supplying a crafted CAF file with a malicious bytesperpacket value. Attackers can craft a CAF file with oversized bytesperpack...

8.8CVSS6.2AI score0.00307EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/24 7:54 p.m.45 views

CVE-2026-66041 FFmpeg 7.0 - 8.1.2 Heap Out-of-Bounds Write via vf_quirc Filter

FFmpeg 7.0 through 8.1.2, fixed in commit 4da9812, contains a heap out-of-bounds write vulnerability in the vfquirc filter that allows an attacker to corrupt heap memory by supplying a crafted PGS/SUP subtitle file with mismatched frame dimensions. Attackers can provide a subtitle file whose seco...

8.8CVSS0.00539EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/24 7:42 p.m.25 views

CVE-2026-66039 FFmpeg MACE6 Audio Decoder Heap Out-of-Bounds Write via CAF File

FFmpeg through 8.1.2, fixed in commit aafb5c6, contains a signed integer overflow vulnerability in the MACE6 audio decoder that allows attackers to corrupt heap memory by supplying a crafted CAF file with a malicious bytesperpacket value. Attackers can craft a CAF file with oversized bytesperpack...

8.7CVSS5.7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/24 7:42 p.m.20 views

CVE-2026-66039

FFmpeg through 8.1.2, fixed in commit aafb5c6, contains a signed integer overflow vulnerability in the MACE6 audio decoder that allows attackers to corrupt heap memory by supplying a crafted CAF file with a malicious bytesperpacket value. Attackers can craft a CAF file with oversized bytesperpack...

8.8CVSS6.2AI score0.00307EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/24 7:42 p.m.44 views

CVE-2026-66039 FFmpeg MACE6 Audio Decoder Heap Out-of-Bounds Write via CAF File

FFmpeg through 8.1.2, fixed in commit aafb5c6, contains a signed integer overflow vulnerability in the MACE6 audio decoder that allows attackers to corrupt heap memory by supplying a crafted CAF file with a malicious bytesperpacket value. Attackers can craft a CAF file with oversized bytesperpack...

8.8CVSS0.00307EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/24 7:42 p.m.9 views

CVE-2026-66039 FFmpeg MACE6 Audio Decoder Heap Out-of-Bounds Write via CAF File

FFmpeg through 8.1.2, fixed in commit aafb5c6, contains a signed integer overflow vulnerability in the MACE6 audio decoder that allows attackers to corrupt heap memory by supplying a crafted CAF file with a malicious bytesperpacket value. Attackers can craft a CAF file with oversized bytesperpack...

8.8CVSS6.2AI score0.00307EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/24 5:17 p.m.10 views

CVE-2026-65623

Inefficient Algorithmic Complexity vulnerability in mtrudel bandit allows unauthenticated remote denial of service via CPU exhaustion during WebSocket fragment reassembly. The size guard 'Elixir.Bandit.WebSocket.Connection':oversizemessage?/2 called from handleframe/3 in...

8.7CVSS0.00392EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.16 views

PT-2026-64417

Name of the Vulnerable Software and Affected Versions FFmpeg versions 7.0 through 8.1.2 Description A heap out-of-bounds write exists in the vf quirc filter. An attacker can corrupt heap memory by providing a crafted PGS/SUP subtitle file with mismatched frame dimensions, specifically where the...

8.8CVSS6AI score0.00539EPSS
SaveExploits1References30
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.23 views

PT-2026-64415

Name of the Vulnerable Software and Affected Versions FFmpeg versions prior to 8.1.2 Description The MACE6 audio decoder contains a signed integer overflow that allows heap memory corruption via a crafted CAF file. By providing oversized bytes per packet and frames per packet values in the desc...

8.8CVSS6.2AI score0.00307EPSS
SaveExploits0References42
NVD
NVD
added 2026/07/23 8:17 p.m.18 views

CVE-2026-65706

FFmpeg versions 3.0 through 8.1.2 contain an out-of-bounds write vulnerability in the vfswaprect video filter that allows attackers to corrupt heap memory by supplying a crafted NV12 video frame with odd width dimensions. The filterframe function reuses a temporary row buffer sized for plane 0's...

8.5CVSS0.00187EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/23 8:17 p.m.17 views

CVE-2026-64785

SwiftNIO HTTP/2 was missing validation on inbound HEADERS frames that let CR, LF, NUL, SP and other control characters reach an HTTP/1.1 backend through NIOHTTP2's HTTP/2-to-HTTP/1 codec, enabling HTTP request smuggling or response splitting. This vulnerability is addressed in swift-nio-http2...

5.3CVSS0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/23 8:17 p.m.9 views

UBUNTU-CVE-2026-65706

FFmpeg versions 3.0 through 8.1.2 contain an out-of-bounds write vulnerability in the vfswaprect video filter that allows attackers to corrupt heap memory by supplying a crafted NV12 video frame with odd width dimensions. The filterframe function reuses a temporary row buffer sized for plane 0's...

8.5CVSS6.2AI score0.00187EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/23 7:05 p.m.16 views

CVE-2026-65706

FFmpeg versions 3.0 through 8.1.2 contain an out-of-bounds write vulnerability in the vfswaprect video filter that allows attackers to corrupt heap memory by supplying a crafted NV12 video frame with odd width dimensions. The filterframe function reuses a temporary row buffer sized for plane 0's...

8.5CVSS6.2AI score0.00187EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 7:00 p.m.18 views

CVE-2026-65705

FFmpeg versions 3.4 through 8.1.2 contain an out-of-bounds write vulnerability in the vffloodfill video filter that allows attackers to corrupt heap memory by supplying a dynamically sized video stream with filtergraph reinitialization disabled via -reinitfilter 0. When configinput allocates the...

7.8CVSS6.3AI score0.00187EPSS
SaveExploits0
CVE
CVE
added 2026/07/23 7:00 p.m.49 views

CVE-2026-65705

CVE-2026-65705 affects FFmpeg 3.4–8.1.2, where the vf_floodfill filter can trigger an out-of-bounds write in filter_frame() when processing a larger frame after initial allocation, if filtergraph reinitialization is disabled with -reinit_filter 0. This causes heap corruption and a process crash; ...

7.8CVSS6.2AI score0.00187EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/23 6:52 p.m.7 views

CVE-2026-65703 FFmpeg 2.7 - 8.1.2 Out-of-Bounds Write in TDSC Video Decoder

FFmpeg versions 2.7 through 8.1.2 contain an out-of-bounds write vulnerability in the TDSC video decoder that allows remote attackers to cause heap corruption by supplying a crafted AVI file that changes frame dimensions across TDSF frames. The tdscparsetdsf function fails to unreference the...

8.5CVSS5.7AI score
SaveExploits0References6
NVD
NVD
added 2026/07/23 5:16 p.m.11 views

CVE-2026-44909

Proxygen lacked a generalized slow-consumer detection mechanism in its core HTTP session layer. A remote, unauthenticated attacker could exploit HTTP/2 flow-control by setting SETTINGSINITIALWINDOWSIZE to 0 or withholding WINDOWUPDATE frames, causing the server to buffer complete response bodies ...

7.5CVSS0.00573EPSS
SaveExploits0References1
Rows per page
Query Builder