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-10092

CVE-2025-10092: Jinher OA XXE Vulnerability Explained

CVE-2025-10092 is an XML external entity vulnerability in Jinher OA that enables remote attackers to exploit the XML handler and access sensitive data. This article covers the technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-10092 Overview

A critical XML External Entity (XXE) vulnerability has been discovered in Jinher OA, a popular office automation software. This vulnerability affects the XML Handler component within the Task Management module, specifically in the AddTask.aspx file. The flaw allows remote attackers to exploit improper XML parsing to access sensitive information, perform server-side request forgery, or potentially cause denial of service conditions.

Critical Impact

Remote attackers can exploit this XXE vulnerability without authentication to read arbitrary files, access internal network resources, or cause service disruption through malicious XML payloads.

Affected Products

  • Jinher OA up to version 1.2
  • Jinher OA Task Management Module (/c6/Jhsoft.Web.projectmanage/TaskManage/AddTask.aspx)
  • XML Handler component in affected Jinher OA installations

Discovery Timeline

  • 2025-09-08 - CVE-2025-10092 published to NVD
  • 2025-10-09 - Last updated in NVD database

Technical Details for CVE-2025-10092

Vulnerability Analysis

This vulnerability stems from improper handling of XML input within the Jinher OA Task Management module. When the application processes XML data through the vulnerable endpoint at /c6/Jhsoft.Web.projectmanage/TaskManage/AddTask.aspx/?Type=add, it fails to properly validate or sanitize external entity references. This allows attackers to inject malicious XML payloads containing external entity declarations that can reference local files, internal network resources, or external URLs.

The vulnerability is classified under CWE-611 (Improper Restriction of XML External Entity Reference) and CWE-610 (Externally Controlled Reference to a Resource in Another Sphere). The exploit has been made public, increasing the risk of active exploitation against unpatched systems.

Root Cause

The root cause of this vulnerability lies in the XML parser configuration within the Jinher OA application. The parser is configured to process external entity references without proper restrictions or sanitization. When user-controlled XML data is submitted to the AddTask.aspx endpoint, the application's XML Handler component processes external entity declarations, allowing attackers to:

  1. Define external entities pointing to local file system resources
  2. Reference internal network services via SSRF-style attacks
  3. Trigger recursive entity expansion for denial of service

The lack of input validation and secure XML parser configuration enables this attack vector.

Attack Vector

The attack is network-based and can be executed remotely without requiring authentication. An attacker crafts a malicious XML payload containing external entity references and submits it to the vulnerable endpoint. The XML Handler processes the payload, resolving the external entities and potentially exposing sensitive data or internal resources.

The attack flow involves submitting a crafted XML document to the AddTask.aspx endpoint with the Type=add parameter. The malicious XML contains DOCTYPE declarations with external entity definitions that reference system files (such as /etc/passwd on Linux or C:\Windows\win.ini on Windows) or internal network resources. When the server parses this XML, it attempts to resolve these entities, reading and potentially returning the contents in error messages or responses.

For detailed technical analysis, see the GitHub CVE Issue Discussion and VulDB Entry #323047.

Detection Methods for CVE-2025-10092

Indicators of Compromise

  • Unusual HTTP POST requests to /c6/Jhsoft.Web.projectmanage/TaskManage/AddTask.aspx containing XML payloads with DOCTYPE declarations
  • Web server logs showing requests with <!ENTITY or SYSTEM keywords in request bodies
  • Unexpected outbound connections from the Jinher OA server to internal network resources or external domains
  • Error logs containing file path references or sensitive configuration data leakage

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XML payloads containing external entity declarations or DOCTYPE references
  • Monitor HTTP traffic for POST requests to the vulnerable endpoint containing suspicious XML patterns such as <!DOCTYPE, <!ENTITY, or SYSTEM keywords
  • Deploy network-based intrusion detection signatures to identify XXE attack patterns targeting Jinher OA installations
  • Configure SentinelOne agents to monitor for suspicious file access patterns originating from the web application process

Monitoring Recommendations

  • Enable detailed logging for the Jinher OA application, particularly for the Task Management module
  • Set up alerts for any access attempts to sensitive system files from web application processes
  • Monitor for unusual DNS queries or network connections originating from the Jinher OA server that may indicate SSRF via XXE
  • Review web server access logs regularly for patterns indicating exploitation attempts against the AddTask.aspx endpoint

How to Mitigate CVE-2025-10092

Immediate Actions Required

  • Restrict network access to the vulnerable endpoint /c6/Jhsoft.Web.projectmanage/TaskManage/AddTask.aspx using firewall rules or access control lists
  • Implement WAF rules to block XML payloads containing external entity declarations targeting Jinher OA
  • Contact Jinher support for official patch availability and apply updates as soon as they become available
  • Consider temporarily disabling the affected Task Management module if it is not business-critical

Patch Information

No vendor advisory or official patch information is currently available from Jinher. Organizations should monitor the vendor's official channels for security updates. In the interim, implementing the recommended workarounds and detection strategies is critical for protecting vulnerable installations.

For additional technical details and community discussion, refer to:

  • GitHub CVE Issue Discussion
  • VulDB Entry #323047

Workarounds

  • Configure the XML parser to disable external entity processing by setting appropriate parser flags (e.g., disabling DTD processing entirely)
  • Implement strict input validation on all XML data submitted to the application, rejecting any payloads containing DOCTYPE or ENTITY declarations
  • Deploy a reverse proxy or WAF in front of the Jinher OA application to filter malicious XML content before it reaches the application
  • Restrict the web application's file system and network access using principle of least privilege to limit the impact of successful exploitation
bash
# Example WAF rule pattern for ModSecurity to block XXE attempts
# Add to your ModSecurity configuration
SecRule REQUEST_BODY "<!ENTITY" "id:100001,phase:2,deny,status:403,msg:'XXE Attack Detected'"
SecRule REQUEST_BODY "SYSTEM\s+[\"']" "id:100002,phase:2,deny,status:403,msg:'XXE External Entity Detected'"
SecRule REQUEST_BODY "<!DOCTYPE" "id:100003,phase:2,deny,status:403,msg:'DOCTYPE Declaration Blocked'"

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechJinher Oa

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-610

  • CWE-611
  • Technical References
  • GitHub CVE Issue Discussion

  • VulDB CTIID #323047

  • VulDB #323047

  • VulDB Submission #644868
  • Related CVEs
  • CVE-2025-11341: Jinher OA XXE Vulnerability

  • CVE-2025-10091: Jinher OA XXE Vulnerability

  • CVE-2025-11035: Jinher OA XXE Vulnerability

  • CVE-2025-10816: Jinher OA 2.0 XXE 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