
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-16626 is an unauthenticated XML External Entity (XXE) injection vulnerability in Jaspersoft JasperReports Server, classified under CWE-611. It affects JasperReports Server versions from 9.0.0 before Hotfix 9 (HF-9) and from 10.0.0 before Hotfix 10 (HF-10). The vulnerability was disclosed on August 10, 2026, with Jaspersoft publishing a security advisory and the CVE being received by NVD on the same date. It carries a CVSS v4.0 base score of 9.3 (Critical), assigned by Jaspersoft as the CNA (GitHub Advisory, Jaspersoft Advisory).
The vulnerability stems from improper restriction of XML external entity references (CWE-611) in JasperReports Server's XML processing logic. An unauthenticated remote attacker can submit a specially crafted XML document containing malicious external entity declarations to a vulnerable endpoint; the server resolves these entities, potentially reading arbitrary files from the server filesystem or initiating server-side requests to internal network resources (SSRF). No authentication or user interaction is required, and attack complexity is low, making exploitation straightforward and automatable. CISA's SSVC assessment confirms the vulnerability is automatable with total technical impact (GitHub Advisory, Jaspersoft Advisory).
Successful exploitation allows an unauthenticated attacker to read sensitive files from the server (e.g., configuration files, credentials, private keys) and potentially probe or access internal network resources via server-side request forgery (SSRF). The CVSS v4.0 scoring reflects high confidentiality and integrity impact on the vulnerable system, with low availability impact. This could facilitate credential theft, lateral movement within internal networks, and further compromise of connected systems or databases (GitHub Advisory, Feedly).
As of the disclosure date, there is no public proof-of-concept exploit and no evidence of active in-the-wild exploitation (Feedly). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.33% (26th percentile), indicating a relatively low near-term exploitation probability. However, CISA's SSVC assessment classifies the vulnerability as automatable with total technical impact, warranting prioritized patching (GitHub Advisory).
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE foo [
<!ENTITY xxe SYSTEM "file:///etc/passwd">
]>
<root>&xxe;</root>file:///) in application logs./etc/passwd, /etc/shadow, application configuration files) reflected in OS-level audit logs (e.g., auditd on Linux).Jaspersoft has released patches addressing this vulnerability: apply Hotfix 9 (HF-9) for installations running version 9.0.0 and later, and Hotfix 10 (HF-10) for installations running version 10.0.0 and later. Organizations should prioritize patching immediately given the unauthenticated, network-exploitable nature of the vulnerability. As interim mitigations, consider implementing network-level controls to restrict access to JasperReports Server XML-processing endpoints, disabling XML external entity resolution at the application or JVM level if feasible, and placing the server behind a WAF configured to block XXE payloads (Jaspersoft Advisory, GitHub Advisory).
Jaspersoft published an official security advisory on August 5–10, 2026, disclosing the vulnerability and providing hotfix guidance. CISA's ADP team assessed the vulnerability as automatable with total technical impact, though no active exploitation was noted at time of disclosure. A Tenable Nessus detection plugin (ID 335013) was published on August 18, 2026, enabling automated scanning for the vulnerability (Feedly, Jaspersoft Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."