CVE-2024-29198
Published: 10 June 2025
Summary
CVE-2024-29198 is a high-severity SSRF (CWE-918) vulnerability in Osgeo Geoserver. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 8.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
GeoServer, an open source Java-based server for sharing and editing geospatial data, contains a server-side request forgery vulnerability (CWE-918) in its Demo request endpoint. The flaw is exploitable when a Proxy Base URL has not been configured and carries a CVSS 3.1 score of 7.5 reflecting network-accessible attack conditions with no required authentication or user interaction.
An unauthenticated remote attacker can submit crafted requests to the affected endpoint and force the server to issue outbound requests to arbitrary internal or external destinations, resulting in disclosure of sensitive information from resources that would otherwise be inaccessible.
Public advisories and the associated Jira tickets state that the issue is resolved by upgrading to GeoServer 2.24.4 or 2.25.2, which removes the TestWfsPost servlet. The referenced GitHub security advisory and OSGeo issue trackers provide the official patch guidance and version mappings.
EPSS for the CVE reached a peak of 0.1036 on 2026-04-06 before receding to the current value of 0.0699.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-26218
Vulnerability details
GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. It possible to achieve Service Side Request Forgery (SSRF) via the Demo request endpoint if Proxy Base URL has not been…
more
set. Upgrading to GeoServer 2.24.4, or 2.25.2, removes the TestWfsPost servlet resolving this issue.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated SSRF in public-facing GeoServer (T1190) enables internal network service enumeration (T1046) and access to cloud instance metadata for sensitive data (T1522).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.
Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.
Validates server-side URLs and resource references to block SSRF attempts.
Detects server-side request forgery through monitoring of unexpected outbound connections.