CVE-2026-94108
Received Received - Intake

XML External Entity Injection in getID3

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

Publication date: 2026-09-20

Last updated on: 2026-09-20

Assigner: VulnCheck

Description

getID3 through 1.9.26 contains an XML external entity injection vulnerability in the XML2array helper function that fails to properly disable entity loading on PHP before 8.0. Attackers can craft malicious XML metadata in media files to disclose local files, perform server-side request forgery, or cause denial of service through entity expansion.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-611 The product processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-94108 is an XML External Entity (XXE) injection vulnerability in the getID3 library versions before 1.9.26. The XML2array function fails to properly disable XML entity loading on PHP versions below 8.0 due to error suppression. Attackers can embed malicious XML metadata in media files to read local files, perform server-side request forgery, or cause denial of service through entity expansion attacks.

Detection Guidance

To detect this vulnerability, inspect media files processed by getID3 for malicious XML metadata. Check PHP version; if below 8.0, verify if libxml_disable_entity_loader() fails silently. Review logs for XXE-related errors or unusual file access patterns.

Impact Analysis

If exploited, this vulnerability could allow attackers to read sensitive files on your server, make unauthorized requests to internal systems, or crash your application through excessive resource consumption. Systems using PHP versions below 8.0 with getID3 before 1.9.26 are particularly at risk.

Compliance Impact

This vulnerability could lead to unauthorized data exposure, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. A successful XXE attack may result in data breaches, triggering compliance violations and potential legal penalties.

Mitigation Strategies

Upgrade getID3 to version 1.9.26 or later. Ensure PHP is updated to 8.0 or higher. If using older PHP, manually patch the XML2array() function to remove error suppression and add LIBXML_NOENT to GETID3_LIBXML_OPTIONS.

Chat Assistant

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

EPSS Chart