CVE-2023-43795
WPS Server Side Request Forgery in GeoServer
Record summary
CVE-2023-43795 has a selected CVSS score of 8.6 (high); EIP currently links 1 Nuclei template.
Description
GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. The OGC Web Processing Service (WPS) specification is designed to process information from any server using GET and POST requests. This presents the opportunity for Server Side Request Forgery. This vulnerability has been patched in version 2.22.5 and 2.23.2.
Exploitation context
Known exploitation
- VulnCheck KEV
- Listed · Jul 22, 2024 · VulnCheck
- Reported exploitation
- Observed · VulnCheck
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Sep 11, 2024 · Source: CVE List
Affected products and versions
3| Product | Source | Version range | Status |
|---|---|---|---|
GeoServerBrowse OSGeo / GeoServer | VulnCheck | Version data not supplied | |
geoserverBrowse geoserver / geoserver | CVE List | < 2.22.5 | affected |
| >= 2.23.0, < 2.23.2 | affected | ||
org.geoserver.extension:gs-wps-coreBrowse Maven / org.geoserver.extension:gs-wps-core | GitHub Advisory | Before 2.22.5 · Fixed in 2.22.5 | affected |
| 2.23.0 to < 2.23.2 · Fixed in 2.23.2 | affected | ||
Nuclei templates
1ProjectDiscoveryCRITICALGeoServer WPS - Server Side Request ForgeryCVSS 9.8
GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. The OGC Web Processing Service (WPS) specification is designed to process information from any server using GET and POST requests. This presents the opportunity for Server Side Request Forgery. This vulnerability has been patched in version 2.22.5 and 2.23.2.
Impact
Unauthenticated attackers can exploit SSRF through the WPS service to make arbitrary HTTP requests and access internal network resources, potentially compromising the entire GeoServer infrastructure and accessing sensitive geospatial data.
Remediation
Update GeoServer to version 2.22.5 or 2.23.2 or later that validates URLs in WPS requests and restricts access to authorized external resources only.
Source: ProjectDiscovery