Lucene search
+L

19 matches found

RedhatCVE
RedhatCVE
added 2026/08/28 9:00 a.m.7 views

CVE-2026-75145

A flaw was found in FFmpeg. An incorrect integer narrowing conversion in the AV1 RTP packetizer can lead to an out-of-bounds memory access. This occurs when processing specially crafted AV1 RTP Real-time Transport Protocol packets, where a large OBU Operating Block Unit size is incorrectly handle...

5.8CVSS6AI score0.00117EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/28 9:00 a.m.12 views

CVE-2026-75144

A flaw was found in FFmpeg. Attackers can trigger memory corruption in the VC-2/Dirac RTP packetizer by supplying a specially crafted Dirac data unit. This heap buffer overflow occurs because the packetizer copies input data into a fixed-size buffer without proper size validation. This can lead t...

8.5CVSS6AI score0.00137EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/28 9:00 a.m.8 views

CVE-2026-75147

A flaw was found in FFmpeg's AV1 Real-time Transport Protocol RTP packetizer. A local attacker could entice a user to process a crafted AV1 input packet. This crafted packet could cause an out-of-bounds read, potentially leading to information disclosure or a denial of service DoS condition...

7.1CVSS5.8AI score0.00121EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/08/22 4:35 a.m.16 views

Incorrect Conversion between Numeric Types

Overview Affected versions of this package are vulnerable to Incorrect Conversion between Numeric Types via an incorrect integer narrowing conversion in the AV1 RTP packetizer libavformat/rtpencav1.c. An attacker can cause an out-of-bounds memory access by supplying an AV1 OBU with a sufficiently...

5.8CVSS5.5AI score0.00117EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/20 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-75147

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - FFmpeg before commit 983dae9 contains an out-of-bounds read in the AV1 RTP packetizer libavformat/rtpencav1.c. The keyframe detection loop that searches for a...

7.1CVSS5.5AI score0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 5:21 p.m.8 views

CVE-2026-75147

FFmpeg before commit 983dae9 contains an out-of-bounds read in the AV1 RTP packetizer libavformat/rtpencav1.c. The keyframe detection loop that searches for a sequence header OBU advanced its pointer and remaining-size counter by the encoded header length plus the OBU payload size without first...

7.1CVSS0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 5:21 p.m.9 views

CVE-2026-75145

FFmpeg before commit b4c199c contains an incorrect integer narrowing conversion in the AV1 RTP packetizer libavformat/rtpencav1.c. The OBU size is cast to long before comparison against the remaining frame size. On targets where long is 32 bits, including 64-bit Windows, sufficiently large OBU si...

5.8CVSS0.00117EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 4:29 p.m.41 views

CVE-2026-75147 FFmpeg Out-of-Bounds Read in AV1 RTP Packetizer via rtpenc_av1.c

FFmpeg before commit 983dae9 contains an out-of-bounds read in the AV1 RTP packetizer libavformat/rtpencav1.c. The keyframe detection loop that searches for a sequence header OBU advanced its pointer and remaining-size counter by the encoded header length plus the OBU payload size without first...

7.1CVSS0.00121EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/19 4:29 p.m.13 views

EUVD-2026-62584

FFmpeg before commit 983dae9 contains an out-of-bounds read in the AV1 RTP packetizer libavformat/rtpencav1.c. The keyframe detection loop that searches for a sequence header OBU advanced its pointer and remaining-size counter by the encoded header length plus the OBU payload size without first...

7.1CVSS5.3AI score0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 4:29 p.m.45 views

CVE-2026-75147

FFmpeg versions before commit 983dae9 have an out-of-bounds read in the AV1 RTP packetizer (libavformat/rtpenc_av1.c). A crafted OBU size causes the remaining-size counter to wrap, letting the keyframe-detection loop dereference a pointer past the packet buffer. CVSS 3.1 scores 7.1 (HIGH). No in-...

7.1CVSS5.3AI score0.00121EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 4:27 p.m.39 views

CVE-2026-75145 FFmpeg Integer Narrowing Conversion OOB Memory Access in AV1 RTP Packetizer

FFmpeg before commit b4c199c contains an incorrect integer narrowing conversion in the AV1 RTP packetizer libavformat/rtpencav1.c. The OBU size is cast to long before comparison against the remaining frame size. On targets where long is 32 bits, including 64-bit Windows, sufficiently large OBU si...

5.8CVSS0.00117EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/19 4:27 p.m.16 views

EUVD-2026-62582

FFmpeg before commit b4c199c contains an incorrect integer narrowing conversion in the AV1 RTP packetizer libavformat/rtpencav1.c. The OBU size is cast to long before comparison against the remaining frame size. On targets where long is 32 bits, including 64-bit Windows, sufficiently large OBU si...

5.8CVSS5.4AI score0.00117EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 4:27 p.m.35 views

CVE-2026-75145

FFmpeg before commit b4c199c contains an integer narrowing conversion flaw in the AV1 RTP packetizer (libavformat/rtpenc_av1.c). The OBU size is cast to long before being compared against the remaining frame size. On platforms where long is 32 bits (including 64-bit Windows ), sufficiently large ...

5.8CVSS5.4AI score0.00117EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 4:26 p.m.46 views

CVE-2026-75144 FFmpeg Heap Buffer Overflow in VC-2/Dirac RTP Packetizer

FFmpeg before commit 1cdeb3c contains a heap buffer overflow vulnerability in the VC-2/Dirac RTP packetizer libavformat/rtpencvc2hq.c that allows attackers to trigger memory corruption by supplying a crafted Dirac data unit. The packetizer copies an input-derived data unit or fragment size into a...

8.5CVSS0.00137EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/19 4:26 p.m.10 views

EUVD-2026-62581

FFmpeg before commit 1cdeb3c contains a heap buffer overflow vulnerability in the VC-2/Dirac RTP packetizer libavformat/rtpencvc2hq.c that allows attackers to trigger memory corruption by supplying a crafted Dirac data unit. The packetizer copies an input-derived data unit or fragment size into a...

8.5CVSS5.8AI score0.00137EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 4:26 p.m.49 views

CVE-2026-75144

CVE-2026-75144 is a heap buffer overflow in FFmpeg 's VC-2/Dirac RTP packetizer (libavformat/rtpenc_vc2hq.c). The packetizer copies an input-derived data unit or fragment size into a fixed-size buffer without an upper bound check, allowing memory corruption when a crafted Dirac data unit is packe...

8.5CVSS5.8AI score0.00137EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.15 views

PT-2026-78528

Name of the Vulnerable Software and Affected Versions FFmpeg versions prior to commit b4c199c Description An incorrect integer narrowing conversion exists in the AV1 RTP packetizer within libavformat/rtpenc av1.c. The OBU Open Bitstream Unit size is cast to long before being compared to the...

9.8CVSS5.3AI score0.00405EPSS
SaveExploits1References42
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.15 views

PT-2026-78530

Name of the Vulnerable Software and Affected Versions FFmpeg versions prior to commit 983dae9 Description An out-of-bounds read exists in the AV1 RTP packetizer within the libavformat/rtpenc av1.c file. The issue occurs during the keyframe detection loop when searching for a sequence header OBU...

9.8CVSS6AI score0.00405EPSS
SaveExploits1References42
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.12 views

PT-2026-78527

Name of the Vulnerable Software and Affected Versions FFmpeg versions prior to commit 1cdeb3c Description A heap buffer overflow exists in the VC-2/Dirac RTP packetizer within the libavformat/rtpenc vc2hq.c file. The issue occurs because the packetizer copies an input-derived data unit or fragmen...

9.8CVSS5.9AI score0.00851EPSS
SaveExploits1References89
Rows per page
Query Builder