Description
FFmpeg versions 0.6.3 through 8.1.2 contain an infinite loop vulnerability in the RTP/ASF demuxer within libavformat/rtpdec_asf.c that allows remote attackers to cause denial of service by sending a crafted RTP/ASF stream. The rtp_asf_fix_header function fails to validate a minimum chunksize when iterating over ASF objects, causing the loop pointer to never advance when a chunksize is smaller than the 24-byte minimum ASF object header size, resulting in CPU exhaustion that denies service to legitimate users.
Published: 2026-07-22
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in FFmpeg’s RTP/ASF demuxer causes an infinite loop when the library processes a crafted RTP/ASF stream that contains a chunksize smaller than the 24‑byte minimum ASF object header. The loop never advances, exhausting CPU resources and denying service to legitimate users. The vulnerability results in a denial‑of‑service condition and no remote code execution or compromise of confidentiality or integrity.

Affected Systems

FFmpeg versions 0.6.3 through 8.1.2 on any platform that uses the libavformat library are affected. Attackers can trigger the issue from a remote network location by sending a malicious RTP/ASF stream to a host running one of these versions.

Risk and Exploitability

The CVSS score of 8.7 classifies the issue as high severity. The EPSS score indicates a low but non‑zero exploitation probability of less than 1%, and it is not listed in the CISA KEV catalog. The exploit requires the ability to transmit a crafted RTP/ASF packet, which is typically possible from any remote host that can reach the vulnerable demuxer. Once the packet is processed, an infinite loop on the CPU leads to a DoS.

Generated by OpenCVE AI on August 3, 2026 at 23:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FFmpeg to version 8.1.3 or newer, which contains the fix for the RTP/ASF demuxer.
  • If an immediate upgrade is not possible, apply the patch referenced in the FFmpeg commit 11d5f475 to repair the chunksize validation.
  • As a temporary measure, isolate the affected service or block incoming RTP/ASF traffic to prevent crafted streams from reaching the demuxer while a patch is applied.

Generated by OpenCVE AI on August 3, 2026 at 23:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Tue, 28 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:ffmpeg:ffmpeg:*:*:*:*:*:*:*:*

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 23 Jul 2026 01:30:00 +0000

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

Wed, 22 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
Description FFmpeg versions 0.6.3 through 8.1.2 contain an infinite loop vulnerability in the RTP/ASF demuxer within libavformat/rtpdec_asf.c that allows remote attackers to cause denial of service by sending a crafted RTP/ASF stream. The rtp_asf_fix_header function fails to validate a minimum chunksize when iterating over ASF objects, causing the loop pointer to never advance when a chunksize is smaller than the 24-byte minimum ASF object header size, resulting in CPU exhaustion that denies service to legitimate users.
Title FFmpeg 0.6.3 - 8.1.2 Infinite Loop DoS via RTP/ASF Demuxer
Weaknesses CWE-835
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-28T01:06:04.724Z

Reserved: 2026-07-20T18:27:48.161Z

Link: CVE-2026-64834

cve-icon Vulnrichment

Updated: 2026-07-23T15:50:50.701Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-22T18:17:05.780

Modified: 2026-07-28T17:01:56.720

Link: CVE-2026-64834

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-22T17:06:07Z

Links: CVE-2026-64834 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T23:30:17Z

Weaknesses
  • CWE-835

    Loop with Unreachable Exit Condition ('Infinite Loop')