Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2022-28890

CVE-2022-28890: Apache Jena XXE Vulnerability

CVE-2022-28890 is an XML External Entity (XXE) vulnerability in Apache Jena's RDF/XML parser that allows attackers to retrieve external DTDs. This article covers the technical details, affected versions, and mitigation steps.

Published: February 17, 2026

CVE-2022-28890 Overview

A critical XML External Entity (XXE) vulnerability exists in the RDF/XML parser of Apache Jena that allows an attacker to cause an external DTD to be retrieved. This vulnerability affects Apache Jena version 4.4.0 and prior versions. Notably, Apache Jena versions 4.2.x and 4.3.x do not allow external entities, indicating a regression in the security posture of version 4.4.0.

Critical Impact

Attackers can exploit this XXE vulnerability to retrieve external DTDs, potentially leading to server-side request forgery (SSRF), information disclosure, or denial of service attacks against systems processing untrusted RDF/XML input.

Affected Products

  • Apache Jena version 4.4.0
  • Apache Jena versions prior to 4.2.x
  • Systems using vulnerable Apache Jena RDF/XML parsing functionality

Discovery Timeline

  • 2022-05-05 - CVE CVE-2022-28890 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-28890

Vulnerability Analysis

This vulnerability is classified as CWE-611 (Improper Restriction of XML External Entity Reference), commonly known as an XXE vulnerability. The flaw resides in the RDF/XML parser component of Apache Jena, which fails to properly restrict the processing of external Document Type Definitions (DTDs).

When the RDF/XML parser processes XML input containing a malicious DTD declaration, it will attempt to retrieve the external entity specified in the declaration. This behavior can be exploited by an attacker who can supply or manipulate RDF/XML input to the vulnerable application.

The vulnerability is particularly concerning because Apache Jena is widely used in semantic web applications and linked data platforms for processing RDF data. Applications that accept RDF/XML input from untrusted sources are at risk.

Root Cause

The root cause of this vulnerability is the improper configuration of the XML parser used by the RDF/XML component in Apache Jena 4.4.0. The parser does not adequately restrict the processing of external entities and DTDs, allowing attackers to reference external resources.

This represents a security regression, as versions 4.2.x and 4.3.x properly restricted external entities. The vulnerability was reintroduced in version 4.4.0, likely due to changes in the XML parsing configuration or the underlying parsing library usage.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by submitting specially crafted RDF/XML content to an application using the vulnerable Apache Jena parser. The malicious XML would include a DOCTYPE declaration referencing an external DTD controlled by the attacker.

When the vulnerable parser processes this input, it will make an outbound request to retrieve the external DTD. This can be leveraged for various attacks including reading local files (if file:// URIs are permitted), conducting SSRF attacks against internal network resources, or causing denial of service through billion laughs or other XML-based resource exhaustion attacks.

Detection Methods for CVE-2022-28890

Indicators of Compromise

  • Unusual outbound network connections from servers running Apache Jena applications to external hosts
  • XML parser errors in application logs referencing external DTD retrieval failures
  • Unexpected file access attempts from web application processes
  • HTTP requests containing DOCTYPE declarations with external SYSTEM or PUBLIC identifiers in RDF/XML payloads

Detection Strategies

  • Monitor web application firewall (WAF) logs for RDF/XML requests containing DOCTYPE declarations with external entity references
  • Implement network-level detection for outbound connections originating from application servers to unexpected destinations
  • Review application logs for XML parsing exceptions related to external entity resolution
  • Deploy intrusion detection signatures for common XXE payload patterns in HTTP traffic

Monitoring Recommendations

  • Enable detailed logging for all RDF/XML parsing operations in Apache Jena applications
  • Configure network monitoring to alert on outbound DNS lookups or HTTP requests from application tier to untrusted destinations
  • Implement file integrity monitoring on sensitive configuration files that could be targeted via XXE attacks
  • Set up alerts for unusual process behavior from Java applications utilizing Apache Jena

How to Mitigate CVE-2022-28890

Immediate Actions Required

  • Upgrade Apache Jena to a patched version that properly restricts external entity processing
  • Implement input validation to reject RDF/XML input containing DOCTYPE declarations
  • Configure XML parsers to disable external entity and DTD processing at the application level
  • Apply network segmentation to limit outbound connectivity from application servers

Patch Information

Apache has addressed this vulnerability in subsequent releases. Organizations should upgrade to a version of Apache Jena that includes the fix for this XXE vulnerability. Refer to the Apache Mailing List Thread for detailed patch information and official guidance from the Apache Jena project.

If running version 4.2.x or 4.3.x, those versions are not affected by this specific vulnerability according to the advisory, though upgrading to the latest stable release is still recommended for comprehensive security coverage.

Workarounds

  • If upgrading is not immediately possible, configure the underlying XML parser to disable external entity processing by setting appropriate parser features
  • Implement a sanitization layer that strips DOCTYPE declarations from incoming RDF/XML before passing to the Jena parser
  • Use RDF formats other than RDF/XML (such as Turtle or JSON-LD) that do not have XXE attack surface
  • Deploy a web application firewall with rules to block requests containing potential XXE payloads
bash
# Configuration example for disabling XXE in Java XML parsers
# Add these JVM system properties to your application startup
-Djavax.xml.accessExternalDTD=""
-Djavax.xml.accessExternalSchema=""
-Djavax.xml.accessExternalStylesheet=""

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechApache Jena

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.68%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-611
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2025-50151: Apache Jena Path Traversal Vulnerability

  • CVE-2025-49656: Apache Jena Path Traversal Vulnerability
Default Legacy - Prefooter | 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