VDB
KO
HIGH 7.1

GHSA-2v4m-fw6c-g78f

GeoNetwork has reflected XSS through client-side template injection

Details

### Summary It is possible to craft a URL that causes GeoNetwork to reflect attacker-controlled content into an error page in a way that gets evaluated as a client-side template expression. Combined with known AngularJS sandbox-escape techniques, this can be used to execute arbitrary JavaScript in the victim's browser (reflected Cross-Site Scripting via client-side template injection).

### Details When a user requests a service URL that does not exist or that they are not authorized to access, GeoNetwork shows an error page that reflects part of the original request back to the user without adequately neutralizing it for the context it is rendered in. Because this error page is an AngularJS application, attacker-controlled content in the reflected value can be interpreted as a template expression and evaluated once the page loads in the victim's browser, rather than being displayed as inert text.

### Impact An attacker can trick a user (including an administrator) into visiting a crafted link. The resulting script execution runs in the context of the victim's authenticated session and can be used to exfiltrate information or perform actions on the victim's behalf. For example, an attacker could inject a fake login form that looks identical to the legitimate GeoNetwork login page to harvest credentials.

GeoNetwork 3.x and 4.0.x are archived/unmaintained and will not receive a fix for this issue. Instances running those lines should upgrade to a supported release (4.2.15 or later, or 4.4.10 or later).

Are you affected?

Enter the version of the package you're using.

Affected packages

Maven / org.geonetwork-opensource:geonetwork
Introduced in: 3.0.0

No fixed version published yet for org.geonetwork-opensource:geonetwork (maven). Pin to a known-safe version or switch to an alternative.

Maven / org.geonetwork-opensource:geonetwork
Introduced in: 4.0.0-alpha.1

No fixed version published yet for org.geonetwork-opensource:geonetwork (maven). Pin to a known-safe version or switch to an alternative.

Maven / org.geonetwork-opensource:geonetwork
Introduced in: 4.2.0 Fixed in: 4.2.15
Fix # pom.xml: bump <version>4.2.15</version> for org.geonetwork-opensource:geonetwork
Maven / org.geonetwork-opensource:geonetwork
Introduced in: 4.4.0 Fixed in: 4.4.10
Fix # pom.xml: bump <version>4.4.10</version> for org.geonetwork-opensource:geonetwork

References