A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-39053

CVE-2026-39053: Oinone Pamirs XXE Vulnerability

CVE-2026-39053 is an XML External Entity flaw in Oinone Pamirs 7.0.0 that enables attackers to exploit XStream-based XML parsing for file disclosure or SSRF attacks. This article covers technical details, impact, and mitigation.

Published: May 21, 2026

CVE-2026-39053 Overview

CVE-2026-39053 is an XML External Entity (XXE) vulnerability [CWE-611] in Oinone Pamirs 7.0.0. The framework uses XStream-based XML parsing without disabling external entity resolution. Attacker-controlled XML passed to entry points such as PamirsXmlUtils.fromXML(...) and ViewXmlUtils.fromXML(...) is processed unsafely. An unauthenticated attacker can submit crafted XML over the network to trigger local file disclosure or Server-Side Request Forgery (SSRF) against internal services.

Critical Impact

Unauthenticated network attackers can read local files and reach internal endpoints through SSRF by submitting malicious XML to vulnerable Pamirs parsing entry points.

Affected Products

  • Oinone Pamirs 7.0.0
  • PamirsXmlUtils.fromXML(...) parsing entry point
  • ViewXmlUtils.fromXML(...) parsing entry point

Discovery Timeline

  • 2026-05-15 - CVE-2026-39053 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-39053

Vulnerability Analysis

The vulnerability resides in Pamirs' XStream-based XML parsing logic. XStream supports XML deserialization, but its underlying parser must be configured to reject external entities and DTD declarations. Pamirs 7.0.0 leaves these protections off in its shared utility functions.

Any framework component that funnels untrusted input through PamirsXmlUtils.fromXML(...) or ViewXmlUtils.fromXML(...) inherits the flaw. Attackers exploit it by submitting XML containing a DOCTYPE declaration that references an external entity. The parser resolves that entity at processing time.

Resolving a file:// URI returns local file contents into the parsed document, leading to information disclosure. Resolving an http:// URI causes the server to issue outbound requests, enabling SSRF against cloud metadata services or internal-only applications. The Exploit Prediction Scoring System (EPSS) lists a probability of 0.066%.

Root Cause

The root cause is improper restriction of XML external entity references [CWE-611]. The XStream driver used by Pamirs does not disable DTD processing or external entity expansion. Input validation is delegated to the parser, which accepts entity declarations by default.

Attack Vector

Exploitation requires network access to an endpoint that forwards request bodies or parameters into the vulnerable fromXML utilities. No authentication or user interaction is required. The attacker supplies XML containing a malicious external entity reference and observes the response or out-of-band callbacks.

No verified public exploit code is available. For technical context, see the GitHub Gist Code Snippet referenced by the advisory and the GitHub PAMIRs Project source repository.

Detection Methods for CVE-2026-39053

Indicators of Compromise

  • Inbound HTTP request bodies containing <!DOCTYPE or <!ENTITY declarations directed at Pamirs application endpoints.
  • Outbound connections from Pamirs application servers to attacker-controlled hosts or to cloud metadata addresses such as 169.254.169.254.
  • Application logs showing XStream or SAX parser errors referencing external entity resolution failures.

Detection Strategies

  • Inspect HTTP traffic to Pamirs endpoints for XML payloads containing DTD or entity declarations.
  • Monitor process-level network telemetry for unexpected outbound connections originating from the Java process hosting Pamirs.
  • Search application logs for stack traces involving PamirsXmlUtils.fromXML or ViewXmlUtils.fromXML paired with I/O exceptions.

Monitoring Recommendations

  • Alert on read access to sensitive files such as /etc/passwd, /etc/shadow, and application credential files by the Pamirs service account.
  • Track DNS resolutions from Pamirs hosts to external domains that do not match documented integrations.
  • Correlate XML POST requests with subsequent outbound connections to flag SSRF chains in near real time.

How to Mitigate CVE-2026-39053

Immediate Actions Required

  • Inventory all deployments of Oinone Pamirs 7.0.0 and identify exposed endpoints that accept XML input.
  • Restrict network egress from Pamirs application servers to required destinations only, blocking access to cloud metadata services.
  • Place a Web Application Firewall (WAF) rule in front of Pamirs to reject request bodies containing <!DOCTYPE or <!ENTITY tokens.

Patch Information

Review the Oinone Changelog for fixed releases addressing the XStream parser configuration. Upgrade to the patched version once available and confirm that PamirsXmlUtils.fromXML(...) and ViewXmlUtils.fromXML(...) reject DTDs and external entities.

Workarounds

  • Configure the underlying XML parser to disable DTDs by setting the feature http://apache.org/xml/features/disallow-doctype-decl to true.
  • Disable external general and parameter entities by setting external-general-entities and external-parameter-entities features to false.
  • Reject any inbound XML at the application gateway when no XML payload is expected by the affected endpoints.
bash
# Configuration example: harden the SAX parser used by XStream
SAXParserFactory spf = SAXParserFactory.newInstance();
spf.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true);
spf.setFeature("http://xml.org/sax/features/external-general-entities", false);
spf.setFeature("http://xml.org/sax/features/external-parameter-entities", false);
spf.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);
spf.setXIncludeAware(false);

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechOinone

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-611
  • Technical References
  • GitHub Gist Code Snippet

  • GitHub PAMIRs Project

  • Oinone Changelog
  • Related CVEs
  • CVE-2026-39052: Oinone Pamirs 7.0.0 RCE Vulnerability

  • CVE-2026-39054: Oinone Pamirs Command Injection RCE Flaw

  • CVE-2026-8736: Oinone Pamirs Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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