Description
A weakness has been identified in vgmstream up to r2117. This issue affects the function sscanf of the file src/meta/txth.c of the component txth-txtp. This manipulation causes stack-based buffer overflow. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks. Patch name: 4669d37a6af94866f6f0628678f9f90d46954e8b. To fix this issue, it is recommended to deploy a patch.
Published: 2026-09-08
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A stack-based buffer overflow exists in vgmstream’s sscanf function within src/meta/txth.c, affecting the txth-txtp component. The flaw allows an attacker to overflow a stack buffer and potentially execute arbitrary code. The exploitation path is simple: an attacker can remotely supply crafted input that triggers the overflow, leading to memory corruption and control‑flow hijack. This translates directly into remote code execution, compromising the confidentiality, integrity, and availability of the affected system.

Affected Systems

The vulnerability affects vgmstream releases up to revision 2117. All installations of vgmstream prior to applying the patch identified by commit 4669d37a6af94866f6f0628678f9f90d46954e8b are vulnerable. The component in question is the txth-txtp module used during metadata parsing.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, yet the flaw is remotely exploitable and the exploit code is publicly available. The EPSS score is not provided, but the vulnerability is not listed in the CISA KEV catalog. Attackers can abuse the stack-based overflow (CWE-119, CWE-121) to gain arbitrary code execution if no mitigating controls are in place.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the vendor patch identified by commit 4669d37a6af94866f6f0628678f9f90d46954e8b to all affected vgmstream installations
  • Update to the latest vgmstream release that eliminates the sscanf overflow bug
  • Monitor logs for unusual metadata parsing activity and monitor for indicators of code execution until the patch is confirmed applied

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:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in vgmstream up to r2117. This issue affects the function sscanf of the file src/meta/txth.c of the component txth-txtp. This manipulation causes stack-based buffer overflow. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks. Patch name: 4669d37a6af94866f6f0628678f9f90d46954e8b. To fix this issue, it is recommended to deploy a patch.
Title vgmstream txth-txtp txth.c sscanf stack-based overflow
First Time appeared Vgmstream
Vgmstream vgmstream
Weaknesses CWE-119
CWE-121
CPEs cpe:2.3:a:vgmstream:vgmstream:*:*:*:*:*:*:*:*
Vendors & Products Vgmstream
Vgmstream vgmstream
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/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:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Vgmstream Vgmstream
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-08T02:45:09.281Z

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

Link: CVE-2026-86514

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-86514

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-121

    Stack-based Buffer Overflow