GeoServer has a Server-Side Request Forgery (SSRF) Vulnerability in its XML Entity Resolution
Moderate severity
GitHub Reviewed
Published
Jun 11, 2026
in
geoserver/geoserver
•
Updated Jun 12, 2026
Description
Published to the GitHub Advisory Database
Jun 12, 2026
Reviewed
Jun 12, 2026
Last updated
Jun 12, 2026
Summary
A GeoServer that uses
ENTITY_RESOLUTION_ALLOWLISTmay allow attacker to perform unauthenticated Server-Side Request Forgery (SSRF).Details
This vulnerability requires that GeoServer is set up to use a proxy base URL and the
ENTITY_RESOLUTION_ALLOWLIST(default since 2.25.0):Impact
This vulnerability allows an attacker to cause GeoServer to make requests to an unintended location.
Workaround
GeoServer installations are only affected by this vulnerability if they use a proxy base URL that does not contain a URL path or end with a slash (e.g.,
https://somesite.orginstead ofhttps://somesite.org/orhttps://somesite.org/geoserver). If the proxy base URL does not contain a path, adding a slash to the end of the URL will mitigate this vulnerability.Resources
https://osgeo-org.atlassian.net/browse/GEOS-11867
geoserver/geoserver#8622
Credits:
References