Description
A NULL pointer dereference in the get_min_buffer_size function (/libswscale/slice.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted video file.
Published: 2026-08-27
Score: 5.0 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

FFmpeg contains a null pointer dereference in the get_min_buffer_size function, which can be triggered by a carefully crafted video file. When this function is called, the pointer dereference results in a crash of the process handling the video, causing a service outage. The weakness is a classic null pointer dereference that compromises the integrity of the media processing pipeline and leads to availability loss for any application relying on FFmpeg.

Affected Systems

Any system that incorporates the FFmpeg library—common in media servers, streaming services, video transcoding tools, and embedded devices—may be affected, regardless of the application layer. The vulnerability exists in the swscale component of FFmpeg, but no specific version range is listed, so users should verify whether they are running unpatched contributors prior to the issue’s resolution.

Risk and Exploitability

The CVSS score is 5.0, reflecting medium severity. The EPSS score is <1% (0.00149) and the vulnerability is not listed in CISA’s KEV catalog, indicating no current evidence of widespread exploitation. Still, the CVE describes a remote denial of service scenario via a crafted video file; the likely attack vector therefore requires the ability to deliver a malicious file to an environment that processes media with the vulnerable FFmpeg build. Consequently, if an application accepts user‑supplied video without validating its format, the DoS can be achieved with moderate effort. The absence of a public exploit does not reduce the need for mitigation, as a local denial of service can be extremely disruptive in high‑availability contexts.

Generated by OpenCVE AI on August 28, 2026 at 16:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FFmpeg to the latest stable release that includes the fix committed after issue 21583.
  • If an immediate upgrade is impossible, configure the application to reject or validate the format of input video files before passing them to FFmpeg, ensuring that only compliant files are processed.
  • Run media conversion in a sandboxed environment with strict resource limits (CPU, memory, stack size) to contain crashes and prevent full application shutdown.

Generated by OpenCVE AI on August 28, 2026 at 16:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Title DoS via Null Pointer Dereference in FFmpeg Swscale ffmpeg: FFmpeg: Denial of Service via crafted video file
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.0, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 28 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Title DoS via Null Pointer Dereference in FFmpeg Swscale
First Time appeared Ffmpeg
Ffmpeg ffmpeg
Weaknesses CWE-476
Vendors & Products Ffmpeg
Ffmpeg ffmpeg

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description A NULL pointer dereference in the get_min_buffer_size function (/libswscale/slice.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted video file.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-27T20:52:50.985Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-38344

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T00:17:27.087

Modified: 2026-08-28T00:17:27.087

Link: CVE-2026-38344

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-27T00:00:00Z

Links: CVE-2026-38344 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T16:45:03Z

Weaknesses