<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>VeraPDF Validation-Model (&gt;= 1.17.35, &lt;= 1.30.1) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/verapdf-validation-model--1.17.35--1.30.1/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 29 Jul 2026 15:10:34 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/verapdf-validation-model--1.17.35--1.30.1/feed.xml" rel="self" type="application/rss+xml"/><item><title>veraPDF Validation Module XML External Entity Injection Vulnerability (CVE-2026-54079)</title><link>https://feed.craftedsignal.io/briefs/2026-07-verapdf-xxe-vulnerability/</link><pubDate>Wed, 29 Jul 2026 15:10:34 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-verapdf-xxe-vulnerability/</guid><description>A critical XML External Entity Injection (XXE) vulnerability, CVE-2026-54079, in veraPDF's validation-model module allows a remote attacker to read arbitrary files on the server file system or perform Server-Side Request Forgery (SSRF) by submitting a crafted PDF containing a malicious XFA stream, due to insecure XML parsing defaults.</description><content:encoded><![CDATA[<p>An XML External Entity Injection (CWE-611) vulnerability exists in veraPDF's validation-model module, affecting all current versions. Discovered and published by GHSA on July 29, 2026, this flaw allows a remote attacker to achieve arbitrary file disclosure or Server-Side Request Forgery (SSRF) by submitting a specially crafted PDF file containing a malicious XFA stream. The vulnerability resides in the <code>GFPDAcroForm.java</code> component, where the <code>getdynamicRender()</code> method insecurely parses attacker-controlled XML from the XFA entry using a <code>DocumentBuilderFactory</code> with default, unsafe settings. This lack of security features, such as <code>disallow-doctype-decl</code> and <code>external-general-entities</code> being enabled, allows the XML parser to process external entities specified by the attacker. Exploitation occurs when the target validates the malicious PDF, particularly against the PDF/UA-1 profile, which triggers the vulnerable parsing logic. This bypasses typical validation checks and poses a significant risk to server integrity and data confidentiality, as it enables unauthorized access to local files and internal network resources, with exfiltration typically occurring out-of-band.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker crafts a malicious PDF document embedded with an XFA stream containing an XML External Entity (XXE) payload designed for file disclosure or SSRF.</li>
<li>The attacker submits or delivers this malicious PDF to a target system running a vulnerable version of veraPDF.</li>
<li>The target veraPDF instance begins validating the PDF, specifically against the PDF/UA-1 profile, which invokes the <code>getdynamicRender()</code> method in <code>GFPDAcroForm.java</code>.</li>
<li>The <code>getdynamicRender()</code> method retrieves and decodes the embedded XML stream from the PDF's /XFA entry.</li>
<li>A <code>DocumentBuilderFactory.newInstance()</code> is used to parse the untrusted XML without security features enabled (e.g., <code>disallow-doctype-decl</code> or <code>external-general-entities</code>).</li>
<li>The XML parser processes the malicious external entities within the XFA stream, triggering either arbitrary file reading from the veraPDF server's file system or initiating a Server-Side Request Forgery (SSRF) connection.</li>
<li>If the XXE is configured for file reading, the contents of the target file are either processed internally or, more commonly, exfiltrated out-of-band via a parameter entity to an attacker-controlled server.</li>
<li>The attacker gains unauthorized access to sensitive local files or uses the SSRF capability to interact with internal network services or bypass network restrictions.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>This vulnerability (CVE-2026-54079) impacts all current releases of the veraPDF <code>validation-model</code> module, including versions 1.17.35 through 1.30.1 and 1.31.1 through 1.31.70 for both <code>validation-model</code> and <code>validation-model-jakarta</code>. Successful exploitation allows a remote attacker to achieve arbitrary file disclosure, enabling the theft of sensitive information (e.g., configuration files, credentials), or to perform Server-Side Request Forgery, which can lead to internal network reconnaissance, access to internal services, or further compromise of the network. Exploitation is silent and does not require additional configuration or user interaction beyond the standard validation of a malicious PDF against the PDF/UA-1 profile.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-54079 immediately by updating veraPDF <code>validation-model</code> and <code>validation-model-jakarta</code> to versions beyond the affected ranges (e.g., to versions patched against this XXE vulnerability) to prevent arbitrary file disclosure and SSRF.</li>
<li>Restrict inbound PDF submissions to trusted sources or implement strict content validation and sanitization for all untrusted PDF inputs.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>xxe</category><category>xml-external-entity</category><category>pdf</category><category>server-side-request-forgery</category><category>vulnerability</category></item></channel></rss>