Description
GeoNetwork is a catalog application to manage spatially referenced resources. Prior to versions 4.4.12 and 4.2.17, the API endpoint for creating a new formatter via file upload is unprotected and allows the upload of external uncontrolled files. An unauthenticated attacker can upload arbitrary `.xsl` or `.zip` formatter files to the server. An unauthenticated attacker can write arbitrary files into the GeoNetwork formatter directory. On its own this constitutes unauthorized write access to server storage. The issue is patched in GeoNetwork versions 4.4.12 and 4.2.17.
Published: 2026-09-03
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows any unauthenticated user to upload arbitrary .xsl or .zip files to GeoNetwork’s formatter upload endpoint, enabling them to write files directly into the formatter directory. This lack of authorization (CWE-862) permits an attacker to add or overwrite stored files, thereby compromising data integrity and potentially the application’s behavior. The description does not state that code execution is guaranteed, but the ability to place arbitrary files could be leveraged in subsequent attacks if those files are executable or modify critical configuration.

Affected Systems

Any GeoNetwork instance running a version older than 4.4.12 or 4.2.17 is vulnerable. This includes deployments of geonetwork:core-geonetwork before those releases.

Risk and Exploitability

With a CVSS score of 8.6 the vulnerability is high risk. It is not listed in the CISA KEV catalog. The lack of authentication allows an attacker to submit a request to the /formatter/upload endpoint; the likely attack vector is an unauthenticated HTTP request containing a file payload. Given the severity and the ease of exploitation, immediate action is recommended.

Generated by OpenCVE AI on September 3, 2026 at 19:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade GeoNetwork to version 4.4.12 or 4.2.17 to apply the fix that restores authorization checks on the formatter upload endpoint.
  • If an immediate upgrade is not possible, restrict access to the /formatter/upload API by configuring network firewalls or IP whitelisting so that only trusted administrators can reach the endpoint.
  • Scan the formatter directory for unauthorized files, remove any that were added without proper approval, and monitor the directory for future unauthorized writes.

Generated by OpenCVE AI on September 3, 2026 at 19:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 03 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Description GeoNetwork is a catalog application to manage spatially referenced resources. Prior to versions 4.4.12 and 4.2.17, the API endpoint for creating a new formatter via file upload is unprotected and allows the upload of external uncontrolled files. An unauthenticated attacker can upload arbitrary `.xsl` or `.zip` formatter files to the server. An unauthenticated attacker can write arbitrary files into the GeoNetwork formatter directory. On its own this constitutes unauthorized write access to server storage. The issue is patched in GeoNetwork versions 4.4.12 and 4.2.17.
Title Unauthenticated file upload via missing authorization on formatter upload endpoint
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-03T17:40:21.680Z

Reserved: 2026-07-15T22:19:06.907Z

Link: CVE-2026-63219

cve-icon Vulnrichment

Updated: 2026-09-03T17:40:18.946Z

cve-icon NVD

Status : Received

Published: 2026-09-03T18:17:22.997

Modified: 2026-09-03T18:17:22.997

Link: CVE-2026-63219

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T19:30:08Z

Weaknesses