GHSA-5vvx-3h34-f3gjHighCVSS 7.5

MPXJ: XXE Vulnerability in MerlinReader

Published
September 22, 2026
Last Modified
September 22, 2026

🔗 CVE IDs covered (1)

📋 Description

Impact

MPXJ used the default configuration when creating a DocumentBuilder instance, which leaves doctype declarations enabled, when parsing the XML content of the ZTIMEINTERVALS column from a Merlin project SQLite file. This would allow a carefully crafted XML payload to read an arbitrary file. However, although an arbitrary file can be read, the way the resulting parsed XML is processed by MPXJ means that the data it contains is unlikely to be available for exfiltration.

Patches

The patch is included in MPXJ 16.4.1

Workarounds

Potential workarounds include:

  • Avoid reading Merlin project files with MPXJ
  • Only accept Merlin project files from trusted sources
  • Preprocess Merlin SQLite databases to strip doctype declarations from the ZTIMEINTERVALS column

🎯 Affected products7

  • maven/net.sf.mpxj:mpxj:>= 5.5.5, < 16.4.1
  • rubygems/mpxj:>= 5.5.5, < 16.4.1
  • nuget/MPXJ.Net:>= 5.5.5, < 16.4.1
  • nuget/net.sf.mpxj:>= 5.5.5, < 16.4.1
  • nuget/net.sf.mpxj-for-csharp:>= 5.5.5, < 16.4.1
  • nuget/net.sf.mpxj-for-vb:>= 5.5.5, < 16.4.1
  • pip/mpxj:>= 5.5.5, < 16.4.1

🔗 References (4)