Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2024-34711


GeoServer is an open source server that allows users to share and edit geospatial data. An improper URI validation vulnerability exists that enables an unauthorized attacker to perform XML External Entities (XEE) attack, then send GET request to any HTTP server. By default, GeoServer use PreventLocalEntityResolver class from GeoTools to filter out malicious URIs in XML entities before resolving them. The URI must match the regex (?i)(jar:file|http|vfs)[^?#;]*\\.xsd. But the regex leaves a chance for attackers to request to any HTTP server or limited file. Attacker can abuse this to scan internal networks and gain information about them then exploit further. GeoServer 2.25.0 and greater default to the use of ENTITY_RESOLUTION_ALLOWLIST and does not require you to provide a system property.


Published

2025-06-10T15:15:22.710

Last Modified

2025-08-26T16:24:18.393

Status

Analyzed

Source

[email protected]

Severity

CVSSv3.1: 9.3 (CRITICAL)

Weaknesses
  • Type: Primary
    CWE-200
    CWE-611
    CWE-918

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application osgeo geoserver < 2.25.0 Yes

References