U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-34711

Change History

New CVE Received from GitHub, Inc. 6/10/2025 11:15:22 AM

Action Type Old Value New Value
Added Description

								
							
							
						
GeoServer is an open source server that allows users to share and edit geospatial data. An improper URI validation vulnerability exists that enables an unauthorized attacker to perform XML External Entities (XEE) attack, then send GET request to any HTTP server. By default, GeoServer use PreventLocalEntityResolver class from GeoTools to filter out malicious URIs in XML entities before resolving them. The URI must match the regex (?i)(jar:file|http|vfs)[^?#;]*\\.xsd. But the regex leaves a chance for attackers to request to any HTTP server or limited file. Attacker can abuse this to scan internal networks and gain information about them then exploit further. GeoServer 2.25.0 and greater default to the use of ENTITY_RESOLUTION_ALLOWLIST and does not require you to provide a system property.
Added CVSS V3.1

								
							
							
						
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
Added CWE

								
							
							
						
CWE-200
Added CWE

								
							
							
						
CWE-611
Added CWE

								
							
							
						
CWE-918
Added Reference

								
							
							
						
https://docs.geoserver.org/latest/en/user/production/config.html#production-config-external-entities
Added Reference

								
							
							
						
https://github.com/geoserver/geoserver/security/advisories/GHSA-mc43-4fqr-c965