Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-58400 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

GeoNetwork is a catalog application to manage spatially referenced resources. Prior to versions 4.4.12 and 4.2.17, the Saxon XSLT processor used to render formatters is configured without secure processing (`FEATURE_SECURE_PROCESSING`) and without disabling Java extension functions (`ALLOW_EXTERNAL_FUNCTIONS`). Any stylesheet loaded by GeoNetwork can therefore invoke `java.lang.Runtime.exec()` or `java.lang.ProcessBuilder` directly, achieving arbitrary command execution as the GeoNetwork process user. A user with sufficient privileges to upload a formatter can deliver a `.xsl` file containing Java extension call that execute arbitrary OS commands with the privileges of the GeoNetwork process. The issue is patched in GeoNetwork versions 4.4.12 and 4.2.17.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-470Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')[email protected]
CWE-94Improper Control of Generation of Code ('Code Injection')[email protected]

Affected Products

ProductVersions
GeoNetwork
<= 4.4.11 (semver)
<= 4.2.16 (semver)

CPE

  • cpe:2.3:a:osgeo:geonetwork:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 4.4.12moderate effort
  • Upgrade: 4.2.17moderate effort
  • Mitigation:low effort

    Block write methods to the formatter endpoint at the reverse proxy: * Apache httpd: deny POST, PUT, and PATCH requests to the /geonetwork/srv/api/formatters location. * Nginx: restrict the same location to GET, HEAD, and OPTIONS methods.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-58400
NVD Published Date:
Sep 3, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]