CVE-2025-10492
Published: 16 September 2025
Summary
CVE-2025-10492 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Cloud Jasperreports Io. Its CVSS base score is 8.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 28.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-10492 is a Java deserialization vulnerability (CWE-502) discovered in the Jaspersoft Library. The flaw arises from improper handling of externally supplied data, which may enable attackers to execute arbitrary code remotely on systems that incorporate the affected library. Published on 2025-09-16, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critically severe due to its potential for widespread impact.
The vulnerability is exploitable by unauthenticated attackers over the network with low attack complexity and no requirement for user interaction. Successful exploitation grants remote code execution, compromising confidentiality, integrity, and availability to a high degree on vulnerable systems running the Jaspersoft Library.
Jaspersoft has issued a security advisory outlining the vulnerability. A related community forum thread notes that no fix is available following upgrades to JasperReports Community Edition.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-29627
Vulnerability details
A Java deserialisation vulnerability has been discovered in Jaspersoft Library. Improper handling of externally supplied data may allow attackers to execute arbitrary code remotely on systems that use the affected library
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Java deserialization flaw directly enables unauthenticated remote code execution over the network.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Remediates the Java deserialization vulnerability in Jaspersoft Library through timely patching or removal of the affected component.
Validates and sanitizes externally supplied data before deserialization to block malicious payloads leading to arbitrary code execution.
Deploys malicious code protection at entry points to detect and block code execution resulting from deserialization exploits.