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.
Published: 2026-09-08
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability appears in the add_entry function within src/meta/txtp_parser.c of the vgmstream project. By manipulating the range_start and range_end parameters, an attacker can cause the parser to allocate an excessive amount of memory or CPU time, leading to resource exhaustion and service disruption. This flaw is tied to CWE‑400 (Uncontrolled Resource Consumption) and CWE‑404 (Missing File or Resource Access).

Affected Systems

Any installation of vgmstream up to revision 2117 is vulnerable, including audio processing applications that embed the vgmstream library or invoke the txtp component. The issue exists in all releases that incorporate the code before the patch committed as 4b6a02dd.

Risk and Exploitability

The CVSS score of 5.3 reflects moderate severity, while the lack of an EPSS score indicates an undetermined but noteworthy likelihood of exploitation. The vulnerability can be triggered remotely by providing crafted data to the txtp parser, requiring no elevated privileges. Consequently, a remote attacker could potentially cause a denial of service on systems that process such files. The vulnerability is not listed in the CISA KEV catalog, suggesting no confirmed exploitation in the wild at the time of this assessment.

Generated by OpenCVE AI on September 8, 2026 at 04:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update vgmstream to the latest release that includes the patch commit 4b6a02dd or higher.
  • If immediate update is not feasible, isolate the audio processing process from untrusted input sources to limit the attack surface.
  • Continuously monitor system resources for abnormal usage patterns and restart the service when thresholds are exceeded.

Generated by OpenCVE AI on September 8, 2026 at 04:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 03:15:00 +0000

Type Values Removed Values Added
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.
Title vgmstream txtp txtp_parser.c add_entry resource consumption
First Time appeared Vgmstream
Vgmstream vgmstream
Weaknesses CWE-400
CWE-404
CPEs cpe:2.3:a:vgmstream:vgmstream:*:*:*:*:*:*:*:*
Vendors & Products Vgmstream
Vgmstream vgmstream
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:N/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV4_0

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


Subscriptions

Vgmstream Vgmstream
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-08T03:00:12.750Z

Reserved: 2026-09-07T19:18:15.498Z

Link: CVE-2026-86515

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-08T03:17:19.987

Modified: 2026-09-08T03:17:19.987

Link: CVE-2026-86515

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T04:30:07Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-404

    Improper Resource Shutdown or Release