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

CVE-2022-50899: Geonetwork XXE Vulnerability

CVE-2022-50899 is an XML external entity flaw in Geonetwork 3.10 through 4.2.0 that allows attackers to retrieve arbitrary files from the server. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2022-50899 Overview

GeoNetwork versions 3.10 through 4.2.0 contain an XML External Entity (XXE) vulnerability in the PDF rendering functionality. This vulnerability allows remote attackers to retrieve arbitrary files from the server by exploiting an insecure XML parser configuration. Attackers can craft malicious XML documents with external entity references to read sensitive system files through the baseURL parameter in PDF creation requests.

Critical Impact

Remote attackers can exploit this XXE vulnerability to access sensitive files from the server without authentication, potentially exposing configuration files, credentials, and other critical system data.

Affected Products

  • GeoNetwork 3.10.x
  • GeoNetwork 4.0.x
  • GeoNetwork 4.1.x through 4.2.0

Discovery Timeline

  • 2026-01-13 - CVE CVE-2022-50899 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2022-50899

Vulnerability Analysis

This vulnerability is classified as CWE-611 (Improper Restriction of XML External Entity Reference). The underlying issue stems from GeoNetwork's PDF rendering component failing to properly configure the XML parser to disable external entity processing. When a user requests PDF generation, the application processes XML input that includes a baseURL parameter. Because the XML parser does not restrict external entity references, an attacker can inject malicious Document Type Definition (DTD) declarations that reference external resources, including local files on the server.

The attack is network-accessible and requires no authentication or user interaction, making it particularly dangerous for internet-facing GeoNetwork deployments. Successful exploitation results in unauthorized disclosure of sensitive information stored on the server.

Root Cause

The root cause of this vulnerability is the improper configuration of the XML parser used in GeoNetwork's PDF rendering functionality. The parser fails to disable Document Type Definition (DTD) processing and external entity resolution. When XML input is parsed without these security controls, the parser will automatically attempt to resolve and include content from external URIs specified in entity declarations, including file:// URIs that can access local filesystem resources.

Attack Vector

The attack is conducted over the network by sending specially crafted HTTP requests to GeoNetwork's PDF generation endpoint. The attacker constructs a malicious XML payload containing an external entity declaration that references a target file (such as /etc/passwd on Linux systems or sensitive configuration files). When the server processes this request to generate a PDF, the XML parser resolves the external entity and includes the contents of the referenced file in the output, which is then returned to the attacker.

The vulnerability is exploited through the baseURL parameter in PDF creation requests, where the malicious XML payload with external entity references is injected. Technical details and a proof-of-concept exploit are available at Exploit-DB #50982.

Detection Methods for CVE-2022-50899

Indicators of Compromise

  • HTTP requests to PDF generation endpoints containing suspicious XML payloads with DTD declarations
  • Requests with <!ENTITY declarations referencing file://, http://, or other protocol handlers
  • Unusual access patterns to PDF rendering functionality from external IP addresses
  • Log entries showing attempts to access sensitive file paths through the application

Detection Strategies

  • Monitor web application logs for requests containing XML external entity patterns such as <!DOCTYPE, <!ENTITY, and SYSTEM declarations
  • Implement Web Application Firewall (WAF) rules to detect and block XXE payload signatures in request parameters
  • Configure intrusion detection systems to alert on attempts to access sensitive system files through web requests
  • Review application logs for PDF generation requests with abnormal baseURL parameter values

Monitoring Recommendations

  • Enable detailed logging for GeoNetwork's PDF generation functionality to capture request parameters
  • Monitor network traffic for data exfiltration patterns, particularly large responses from PDF endpoints
  • Implement file integrity monitoring on sensitive configuration files to detect unauthorized access attempts
  • Establish baseline metrics for PDF generation requests and alert on anomalous activity

How to Mitigate CVE-2022-50899

Immediate Actions Required

  • Upgrade GeoNetwork to a version newer than 4.2.0 that includes the security fix for this vulnerability
  • If immediate upgrade is not possible, restrict access to PDF generation functionality to trusted users only
  • Implement network segmentation to limit the exposure of GeoNetwork instances to the internet
  • Apply Web Application Firewall rules to filter requests containing XXE attack patterns

Patch Information

Organizations should update to the latest available version of GeoNetwork that addresses this XXE vulnerability. For detailed information about the affected versions and available patches, refer to the GeoNetwork Open Source Project and the VulnCheck Advisory on GeoNetwork XXE.

Workarounds

  • Disable or restrict access to the PDF rendering functionality if it is not required for business operations
  • Implement a reverse proxy or WAF to filter incoming requests and block XML payloads containing external entity declarations
  • Configure network-level access controls to limit which systems can reach the GeoNetwork application
  • If possible, configure the underlying XML parser to disable DTD processing and external entity resolution at the application server level
bash
# Example WAF rule to block XXE patterns (ModSecurity)
SecRule REQUEST_BODY "@rx <!ENTITY\s+\S+\s+SYSTEM" \
    "id:1001,phase:2,deny,status:403,msg:'XXE Attack Detected'"

# Restrict access to PDF endpoints at the web server level (nginx example)
location /geonetwork/srv/eng/pdf {
    allow 192.168.1.0/24;
    deny all;
}

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechGeonetwork

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • GeoNetwork Open Source Project

  • Exploit-DB #50982

  • VulnCheck Advisory on GeoNetwork XXE
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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