Description
An integer overflow in the hScale16To19_c() function (libswscale/output.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted image file.
Published: 2026-08-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The hScale16To19_c() function in FFmpeg’s libswscale converts 16‑bit YUV images to a 19‑bit format. An attacker can supply a specially crafted image that causes an integer overflow in this routine, leading to incorrect buffer calculations and a crash of the FFmpeg process. The flaw does not provide code execution or compromise data confidentiality, but it does interrupt the service that relies on FFmpeg, resulting in a denial of service.

Affected Systems

The vulnerability resides in the FFmpeg library, specifically the libswscale component. Any software that links against FFmpeg and processes images using the vulnerable hScale16To19_c() routine is affected. The exact version range is not specified, but the issue references a commit (gdd2976b9e1) that predates the patch, so all releases prior to the fix are potentially at risk.

Risk and Exploitability

The CVSS score is not publicly documented and the EPSS score is unavailable, but the attack surface is relatively high for applications that consume image data. An adversary can trigger the overflow by presenting a malicious image, which may be done remotely if the target service accepts external media or locally if a user can place a crafted file. The result is a local or remote service disruption. Because the flaw is a straightforward DoS, widespread exploitation is possible in high‑traffic image processing services or media servers that rely on FFmpeg without additional isolation measures. The vulnerability is not listed in CISA’s KEV catalog, suggesting it is not yet actively exploited at scale.

Generated by OpenCVE AI on August 28, 2026 at 07:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update FFmpeg to a version that includes the fix for the hScale16To19_c() integer overflow
  • If an update cannot be applied immediately, run applications that use FFmpeg inside a sandbox or container that limits the impact of a crash
  • Monitor application logs and crash reports for sudden terminations that may indicate attempts to trigger the overflow

Generated by OpenCVE AI on August 28, 2026 at 07:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Title Integer Overflow in FFmpeg Scaling Function Leads to Denial of Service
Weaknesses CWE-190

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

Type Values Removed Values Added
First Time appeared Ffmpeg
Ffmpeg ffmpeg
Vendors & Products Ffmpeg
Ffmpeg ffmpeg

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

Type Values Removed Values Added
Description An integer overflow in the hScale16To19_c() function (libswscale/output.c) of FFmpeg N-122528-gdd2976b9e1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted image file.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-27T21:19:57.081Z

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

Link: CVE-2026-38349

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-38349

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T07:30:07Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound