CVE-2026-75142
Received Received - Intake

Stack Buffer Overflow in FFmpeg MPEG-PS Muxer

Vulnerability report for CVE-2026-75142, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-19

Last updated on: 2026-08-19

Assigner: VulnCheck

Description

FFmpeg before commit 9d786e4 contains a stack buffer overflow in the MPEG-PS muxer (libavformat/mpegenc.c). When muxing input with more streams than the muxer's fixed-size stack buffer accommodates, the buffer is overflowed. A crafted input with an excessive number of streams triggers the overflow during MPEG-PS muxing.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-08-19
Generated
2026-08-19
AI Q&A
2026-08-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
ffmpeg ffmpeg *
ffmpeg ffmpeg to 9d786e4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-121 A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a stack-based buffer overflow in FFmpeg's MPEG-PS muxer. It occurs when processing input with more streams than the muxer's fixed-size stack buffer can handle. An attacker can exploit this by crafting input with an excessive number of streams, causing the buffer to overflow during MPEG-PS muxing.

Detection Guidance

To detect this vulnerability, monitor for crashes or abnormal behavior in FFmpeg when processing MPEG-PS files with a high number of streams. Check FFmpeg logs for segmentation faults or buffer overflow errors. Use tools like 'valgrind' to detect memory corruption during MPEG-PS muxing operations.

Impact Analysis

The vulnerability could allow an attacker to execute arbitrary code or cause a denial of service on systems using vulnerable FFmpeg versions. Since FFmpeg is widely used for media processing, this could affect applications that handle video or audio streams.

Compliance Impact

This vulnerability is a stack buffer overflow in FFmpeg's MPEG-PS muxer that could allow arbitrary code execution. Such vulnerabilities may lead to unauthorized data access or modification, which could violate GDPR's data integrity and confidentiality requirements or HIPAA's safeguards for protected health information. However, specific compliance impacts depend on system configuration and deployment context.

Mitigation Strategies

Update FFmpeg to the latest commit or version that includes the fix for this issue. Avoid processing MPEG-PS files from untrusted sources until patched. Restrict access to FFmpeg muxing capabilities to trusted users only.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75142. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart