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-2023-43795

CVE-2023-43795: Osgeo GeoServer SSRF Vulnerability

CVE-2023-43795 is a server-side request forgery flaw in Osgeo GeoServer's Web Processing Service that enables attackers to forge requests. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-43795 Overview

CVE-2023-43795 is a critical Server-Side Request Forgery (SSRF) vulnerability in GeoServer, an open source software server written in Java that allows users to share and edit geospatial data. The vulnerability exists within the OGC Web Processing Service (WPS) specification implementation, which is designed to process information from any server using GET and POST requests. This design presents the opportunity for attackers to craft malicious requests that force the GeoServer instance to make unauthorized requests to internal or external resources.

Critical Impact

This SSRF vulnerability allows unauthenticated remote attackers to access internal network resources, potentially exposing sensitive data, internal services, and enabling further attacks against infrastructure that would otherwise be unreachable from external networks.

Affected Products

  • OSGeo GeoServer versions prior to 2.22.5
  • OSGeo GeoServer versions 2.23.x prior to 2.23.2
  • Any deployment utilizing the OGC Web Processing Service (WPS) functionality

Discovery Timeline

  • 2023-10-25 - CVE-2023-43795 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-43795

Vulnerability Analysis

The vulnerability resides in GeoServer's implementation of the OGC Web Processing Service (WPS) specification. WPS is designed to accept processing requests from clients and execute geospatial operations on server-side resources. By design, WPS allows servers to fetch data from remote URLs specified in client requests, creating an inherent SSRF risk when input validation is insufficient.

When processing WPS requests, GeoServer does not adequately validate or restrict the target URLs that can be specified in GET and POST request parameters. This allows an attacker to manipulate requests to force the GeoServer instance to make HTTP requests to arbitrary internal or external endpoints. The server-side nature of these requests means they originate from the GeoServer host, potentially bypassing firewalls, network segmentation, and access controls that would otherwise prevent direct access.

Root Cause

The root cause is classified as CWE-918 (Server-Side Request Forgery). The vulnerability stems from insufficient input validation and URL filtering in the WPS request processing logic. The OGC WPS specification inherently requires the ability to reference external data sources, but GeoServer's implementation lacks proper safeguards to prevent abuse of this functionality. Without URL allowlisting, protocol restrictions, or proper network isolation, the WPS endpoint becomes a proxy for attackers to reach internal network resources.

Attack Vector

The attack vector for this vulnerability is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted WPS requests to a publicly accessible GeoServer instance. The malicious requests contain URLs pointing to internal network resources, cloud metadata endpoints, or other sensitive targets. When GeoServer processes these requests, it fetches content from the attacker-specified URLs and may return the results or exhibit behavior that confirms successful access.

The WPS functionality processes information from external servers using standard HTTP methods (GET and POST). An attacker can leverage this by specifying internal IP addresses, localhost references, or cloud provider metadata endpoints (such as 169.254.169.254) in the request parameters. For detailed technical information, see the GeoServer Security Advisory.

Detection Methods for CVE-2023-43795

Indicators of Compromise

  • Unusual outbound HTTP requests from GeoServer servers to internal IP ranges (10.x.x.x, 172.16.x.x, 192.168.x.x)
  • WPS requests containing references to cloud metadata endpoints such as 169.254.169.254
  • Unexpected connections from the GeoServer host to internal services on non-standard ports
  • Log entries showing WPS requests with localhost or loopback addresses in URL parameters

Detection Strategies

  • Monitor GeoServer access logs for WPS endpoint requests (/wps or /ows?service=WPS) containing suspicious URL parameters
  • Implement network monitoring to detect outbound connections from GeoServer to internal network segments or cloud metadata services
  • Deploy web application firewall (WAF) rules to inspect and block WPS requests containing internal IP addresses or sensitive endpoints
  • Configure intrusion detection systems to alert on patterns consistent with SSRF exploitation attempts

Monitoring Recommendations

  • Enable verbose logging on GeoServer to capture full request details for WPS operations
  • Implement egress traffic monitoring on GeoServer hosts to identify unauthorized outbound connections
  • Set up alerts for any GeoServer connections to the cloud metadata IP range (169.254.169.254)
  • Regularly review GeoServer logs for anomalous WPS request patterns or error messages indicating failed internal resource access

How to Mitigate CVE-2023-43795

Immediate Actions Required

  • Upgrade GeoServer to version 2.22.5 or 2.23.2 immediately to address this vulnerability
  • If immediate patching is not possible, consider disabling the WPS service until the upgrade can be performed
  • Review network architecture to ensure GeoServer instances cannot reach sensitive internal services
  • Implement network-level egress filtering to restrict outbound connections from GeoServer hosts

Patch Information

OSGeo has released patched versions of GeoServer that address this SSRF vulnerability. Organizations should upgrade to GeoServer version 2.22.5 or version 2.23.2 or later. The security patches implement proper URL validation and restrictions to prevent exploitation of the WPS functionality. Detailed information about the vulnerability and remediation is available in the GeoServer GitHub Security Advisory.

Workarounds

  • Disable the WPS extension if it is not required for your deployment by removing or disabling the WPS module
  • Implement network segmentation to isolate GeoServer instances from sensitive internal resources
  • Deploy a reverse proxy or WAF in front of GeoServer to filter and validate incoming WPS requests
  • Configure firewall rules to restrict outbound connections from GeoServer hosts to only necessary external endpoints
bash
# Example: Disable WPS extension in GeoServer
# Navigate to GeoServer data directory and remove/rename WPS extension JAR files
cd /var/lib/geoserver/webapps/geoserver/WEB-INF/lib/
mv gs-wps-*.jar gs-wps-*.jar.disabled

# Restart GeoServer to apply changes
systemctl restart geoserver

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechOsgeo Geoserver

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability89.49%

  • 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-918
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2023-41339: GeoServer SSRF Vulnerability via WMS

  • CVE-2021-40822: Osgeo GeoServer SSRF Vulnerability

  • CVE-2023-25157: OSGeo GeoServer SQL Injection Vulnerability

  • CVE-2022-24847: GeoServer JNDI Injection RCE 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