CVE-2026-86515
Received Received - Intake

Resource Exhaustion in vgmstream txtp Parser

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

Publication date: 2026-09-08

Last updated on: 2026-09-08

Assigner: VulDB

Description

A security vulnerability has been detected in vgmstream up to r2117. Impacted is the function add_entry of the file src/meta/txtp_parser.c of the component txtp. Such manipulation of the argument range_start/range_end leads to resource consumption. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. The name of the patch is 4b6a02dd1aff6428255db912563d77d4cb0a143e. It is advisable to implement a patch to correct this issue.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
vgmstream vgmstream to r2117 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-404 The product does not release or incorrectly releases a resource before it is made available for re-use.
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in vgmstream up to r2117, specifically in the txtp_parser.c file. It involves improper handling of range_start/range_end arguments in the add_entry function, leading to resource consumption issues. Attackers can exploit this remotely by crafting malicious input that triggers excessive memory and CPU usage.

Detection Guidance

To detect this vulnerability, monitor for unusual CPU or memory usage spikes when processing audio files with TXTP playlists. Check for files with large subsong ranges like #1~2147483647. Use system monitoring tools such as 'top', 'htop', or 'ps' to observe resource consumption during file processing.

Impact Analysis

This vulnerability can cause denial-of-service conditions by exhausting system resources. Applications using vgmstream may crash, freeze, or become unresponsive when processing specially crafted TXTP files with large subsong ranges. For example, a small input like ?#1~2147483647 can request billions of entries, consuming excessive memory and CPU.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling denial-of-service attacks that disrupt services handling personal or health data. Unbounded resource consumption may lead to service unavailability, violating availability requirements in these regulations.

Mitigation Strategies

Apply the patch from commit 4b6a02dd1aff6428255db912563d77d4cb0a143e. Update vgmstream to the latest version. Disable or restrict processing of TXTP files from untrusted sources. Implement input validation to reject invalid subsong ranges in TXTP files.

Chat Assistant

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

EPSS Chart