Skip to content

Unauthenticated Server-Side Request Forgery in SLD Tool

High
jodygarnett published GHSA-5hx7-j24v-rffj Aug 31, 2026

Package

maven org.geonetwork-opensource:gn-web-app (Maven)

Affected versions

>=4.4.0, <=4.4.11
>=4.0.0, <=4.2.16

Patched versions

4.4.12
4.2.17

Description

Summary

An unauthenticated server-side request forgery vulnerability lets any anonymous user make the GeoNetwork server issue arbitrary outbound HTTP requests. This gives an external attacker a position inside the server's network, making it possible to make internal requests no matter if the response is XML-type or not.

The SLD tooling endpoint POST /api/tools/ogc/sld takes a caller-supplied WMS server URL and performs a server-side HTTP GET to it, with no validation. The fetched body can also be stored and downloaded if the output of the outbound request is in XML format, making the SSRF non-blind.

Impact

Any unauthenticated user can make the server send arbitrary HTTP requests to internal hosts it would never expose publicly, and read the responses back if the request responses are XML. This enables internal data disclosure, for example, configuration files that return as XML, authorization bypass, and reconnaissance of the internal network all from an anonymous position.

Resolution

Patched releases:

  • 4.4.12
  • 4.2.17

References

Severity

High

CVE ID

CVE-2026-55864

Weaknesses

Server-Side Request Forgery (SSRF)

The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. Learn more on MITRE.

Credits