PT-2026-80730 · Maven · Org.Geoserver.Web:Gs-Web-App+2

CVE-2024-45747

·

Published

2026-08-19

·

Updated

2026-08-19

CVSS v3.1

7.2

High

VectorAV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Summary

A server-side template injection (SSTI) vulnerability exist that allows an authenticated administrator to upload FreeMarker templates containing malicious content that can execute OS commands and read from or write to arbitrary files on the server. These FreeMarker templates are used in a plain GeoServer instance (no extension or community modules) for WMS GetFeatureInfo HTML and JSON and WMS GetMap KML and GeoRSS output formats.

Details

The org.geoserver.template.TemplateUtils.getSafeConfiguration() method attempts to block access to the class freemarker.template.utility.Execute but it is still possible to gain access to it and other sensitive functionality by chaining a specific sequence of method calls.

Impact

This vulnerability can lead to executing arbitrary code and reading and writing arbitrary files.

Resolution

GeoServer 2.27.0 addresses this vulnerability with several new application properties:
  • GEOSERVER FREEMARKER BLOCK LIST
  • GEOSERVER FREEMARKER ALLOW LIST
  • GEOSERVER FREEMARKER API EXPOSED
These application properties default to restricting the objects template authors can access, and limit access to "getter" methods used to access object properties.

Fix

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2024-45747
GHSA-WF6J-GR27-G7CH

Affected Products

Org.Geoserver.Web:Gs-Web-App
Org.Geoserver:Gs-Main
Org.Geoserver:Gs-Wms