CVE-2026-42212

SolidCAM-GPPL-IDE is an unofficial, independently developed extension, Postprocessor IDE for SolidCAM. From version 1.0.0 to before version 1.0.2, Opening a .gpp file in the SolidCAM Postprocessor IDE extension causes the language server to parse a companion .vmid file from the same directory (naming convention: foo.gpp to foo.vmid). The VMID parser called XDocument.Load(path) without any XmlReaderSettings, inheriting the framework defaults which in .NET 8 allow DTD processing. A malicious .vmid file could therefore: disclose local files via external entity references, exhaust memory via recursive entity expansion, and cause denial of service via oversized or deeply nested XML. This issue has been patched in version 1.0.2.
CVSS

No CVSS.

Configurations

No configuration.

History

11 May 2026, 16:17

Type Values Removed Values Added
References () https://github.com/anzory/SolidCAM-GPPL-IDE/security/advisories/GHSA-92vg-f4fq-fxm9 - () https://github.com/anzory/SolidCAM-GPPL-IDE/security/advisories/GHSA-92vg-f4fq-fxm9 -

08 May 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-08 22:16

Updated : 2026-05-12 16:43


NVD link : CVE-2026-42212

Mitre link : CVE-2026-42212

CVE.ORG link : CVE-2026-42212


JSON object : View

Products Affected

No product.

CWE
CWE-400

Uncontrolled Resource Consumption

CWE-611

Improper Restriction of XML External Entity Reference

CWE-776

Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')