All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-12975
HIGHpublished 2026-06-25 22:17 UTC · 3 days ago · modified 2026-06-26 16:19 UTC
8.5
CVSS / 10
// description
A flaw was found in Apicurio Registry. The ContentTypeUtil.isParsableXml() method creates a SAXParserFactory without enabling secure processing features or disabling external entity resolution. An attacker with artifact-write permission (or unauthenticated when the registry runs with default configuration) can upload a crafted XML document to trigger blind server-side request forgery (SSRF) via external DTD/entity fetch, or cause denial of service via entity expansion.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:H
// weaknesses (CWE)
- CWE-611