The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-10492

CVE-2025-10492: Cloud Jasperreports Io RCE Vulnerability

CVE-2025-10492 is a Java deserialization RCE flaw in Cloud Jasperreports Io that enables attackers to execute arbitrary code remotely. This article covers technical details, affected versions, impact, and mitigation.

Published: April 1, 2026

CVE-2025-10492 Overview

A Java deserialization vulnerability has been discovered in Jaspersoft Library that allows remote code execution. Improper handling of externally supplied data may allow attackers to execute arbitrary code remotely on systems that use the affected library. This vulnerability affects multiple Jaspersoft products including JasperReports IO, JasperReports Library, JasperReports Server, JasperReports Studio, and JasperReports Web Studio.

Critical Impact

Remote attackers with low privileges can exploit insecure deserialization to execute arbitrary code on vulnerable systems, potentially leading to complete system compromise.

Affected Products

  • Cloud JasperReports IO (Professional and At-Scale editions)
  • Cloud JasperReports Library (Community and Professional editions)
  • Cloud JasperReports Server
  • Cloud JasperReports Studio (Community and Professional editions)
  • Cloud JasperReports Web Studio

Discovery Timeline

  • 2025-09-16 - CVE-2025-10492 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2025-10492

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data). Java deserialization vulnerabilities occur when an application deserializes data from untrusted sources without proper validation. In the context of Jaspersoft Library, the application fails to adequately sanitize externally supplied serialized Java objects before deserialization.

When a Java application deserializes an object, the ObjectInputStream.readObject() method reconstructs the object from its serialized form. If an attacker can control the serialized data, they can craft malicious objects that, when deserialized, trigger arbitrary code execution through gadget chains present in the application's classpath.

Root Cause

The root cause of CVE-2025-10492 lies in improper handling of externally supplied data during deserialization operations within the Jaspersoft Library. The application accepts serialized Java objects from untrusted sources and deserializes them without implementing proper safeguards such as:

  • Input validation and filtering of serialized data
  • Look-ahead object input stream filtering
  • Allowlist-based class filtering during deserialization

This allows attackers to supply malicious serialized objects that can exploit known deserialization gadget chains to achieve remote code execution.

Attack Vector

The attack vector is network-based, requiring the attacker to have low-level privileges to submit crafted serialized objects to the vulnerable application. The exploitation does not require user interaction, making it particularly dangerous in automated or API-driven environments.

An attacker exploits this vulnerability by:

  1. Identifying a vulnerable endpoint that accepts serialized Java objects
  2. Crafting a malicious serialized object using known gadget chains (such as Commons Collections, Spring, or other libraries in the classpath)
  3. Submitting the crafted payload to the vulnerable Jaspersoft application
  4. Upon deserialization, the malicious object triggers the execution of arbitrary code with the privileges of the application

For technical details on the exploitation mechanism, refer to the Jaspersoft Security Advisory.

Detection Methods for CVE-2025-10492

Indicators of Compromise

  • Unexpected Java process spawning child processes (e.g., cmd.exe, /bin/sh, powershell.exe)
  • Unusual network connections from Jaspersoft application servers to external IP addresses
  • Presence of serialized Java objects with known malicious gadget chain signatures in application logs or network traffic
  • Abnormal heap memory consumption patterns indicating deserialization attacks

Detection Strategies

  • Monitor for ObjectInputStream.readObject() calls with untrusted input sources in application logs
  • Implement network intrusion detection rules to identify serialized Java object magic bytes (0xAC 0xED 0x00 0x05) in incoming traffic
  • Deploy endpoint detection and response (EDR) solutions to detect post-exploitation behaviors such as reverse shells or reconnaissance commands
  • Analyze Java application logs for deserialization exceptions or errors that may indicate exploitation attempts

Monitoring Recommendations

  • Enable verbose logging for Jaspersoft applications to capture deserialization events
  • Implement runtime application self-protection (RASP) solutions to monitor and block suspicious deserialization operations
  • Set up alerts for Java processes executing unexpected system commands or establishing outbound network connections
  • Regularly audit application dependencies for known vulnerable deserialization gadget libraries

How to Mitigate CVE-2025-10492

Immediate Actions Required

  • Review the Jaspersoft Security Advisory for vendor-provided patches and updated versions
  • Identify all instances of affected Jaspersoft products in your environment (JasperReports IO, Library, Server, Studio, and Web Studio)
  • Apply available security patches from Jaspersoft immediately
  • Restrict network access to Jaspersoft applications to trusted sources only
  • Review and remove unnecessary gadget chain libraries from the application classpath

Patch Information

Jaspersoft has released security updates to address this vulnerability. Organizations should review the official Jaspersoft Security Advisory for specific patch versions and upgrade instructions for each affected product edition.

For Community Edition users, refer to the Jaspersoft Forum Discussion for additional guidance and workarounds.

Workarounds

  • Implement Java serialization filters using ObjectInputFilter to restrict which classes can be deserialized
  • Deploy a Web Application Firewall (WAF) to filter incoming requests containing serialized Java objects
  • Isolate Jaspersoft applications in network segments with restricted access
  • Consider replacing native Java serialization with safer alternatives such as JSON or XML with strict schema validation
bash
# Example: Configure JVM serialization filter (Java 9+)
# Add to JVM startup arguments to restrict deserialization
java -Djdk.serialFilter="!*;maxdepth=5;maxrefs=100" -jar jasperreports-server.jar

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCloud Jasperreports Io

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Jaspersoft Forum Discussion CVE-2025-10492
  • Vendor Resources
  • Jaspersoft Security Advisory CVE-2025-10492
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English