Cyber Resilience

CVE-2026-30999

Memory Safety in Ffmpeg ≤ 8.0.1

Public PoCMemory Safety
Published
13 April 2026
Modified
23 April 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0045 37th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-30999 is a high-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Ffmpeg Ffmpeg. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 37th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-16 (Memory Protection) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-30999 is a heap buffer overflow vulnerability, classified under CWE-122, affecting the av_bprint_finalize() function in FFmpeg version 8.0.1. Published on 2026-04-13, it enables attackers to trigger a Denial of Service (DoS) condition via a specially crafted input. The issue carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high severity primarily due to its impact on availability.

The vulnerability can be exploited by remote, unauthenticated attackers requiring no privileges or user interaction, with low attack complexity over the network. Exploitation involves processing a malicious input, leading to a heap buffer overflow that crashes the affected FFmpeg instance and disrupts service availability, without compromising confidentiality or integrity.

Key references include a Notion site documenting CVE-2026-30999, FFmpeg doxygen source for zmqsend.c (version 7.0), the GitHub repository source for tools/zmqsend.c, and the official FFmpeg download page. Security practitioners should review these resources for code analysis and updates to address the vulnerability in FFmpeg deployments.

EU & UK References

Vulnerability Data

A heap buffer overflow in the av_bprint_finalize() function of FFmpeg v8.0.1 allows attackers to cause a Denial of Service (DoS) via a crafted input.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Heap buffer overflow in FFmpeg enables remote unauthenticated attackers to crash the application via crafted input, directly mapping to application exploitation for endpoint DoS.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-30998Same product: Ffmpeg Ffmpeg
CVE-2023-51794Same product: Ffmpeg Ffmpeg
CVE-2026-64834Same product: Ffmpeg Ffmpeg
CVE-2026-64830Same product: Ffmpeg Ffmpeg
CVE-2024-32229Same product: Ffmpeg Ffmpeg
CVE-2024-7055Same product: Ffmpeg Ffmpeg
CVE-2026-30997Same product: Ffmpeg Ffmpeg
CVE-2024-7272Same product: Ffmpeg Ffmpeg
CVE-2024-31582Same product: Ffmpeg Ffmpeg
CVE-2024-32230Same product: Ffmpeg Ffmpeg

Affected Assets

ffmpeg
ffmpeg
≤ 8.0.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.4.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the heap buffer overflow flaw in FFmpeg's av_bprint_finalize() function through timely patching or updates to prevent DoS exploitation.

prevent

Validates and sanitizes crafted inputs before processing by FFmpeg to block heap buffer overflows triggered by malicious media files.

prevent

Implements memory protections like ASLR and heap canaries to mitigate the effects of heap buffer overflows in FFmpeg, preventing reliable DoS crashes.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 full match
prevents

Secure-development practices directly require bounds checking and safe memory handling that prevent heap overflows.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover heap-overflow flaws but does not prevent their introduction in code.

PR.PS-02 partial match
prevents

Timely patching removes known heap-overflow instances after they exist.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development and acceptance can detect heap overflows before release.

prevents

Secure development lifecycle mandates practices that reduce the likelihood of introducing heap overflows.

prevents

Application security requirements can specify bounds-checking and safe memory APIs that mitigate heap overflows.

prevents

Secure architecture and engineering principles include memory-safety and input-validation controls that address heap overflows.

prevents

Secure coding standards directly prescribe techniques (safe functions, bounds checks) that prevent heap-based buffer overflows.

none

Change management ensures controlled deployment of fixes for discovered heap-overflow vulnerabilities.

References