CVE-2026-76904 PUBLISHED

GeoTools has unauthenticated SQL injection in the jsonArrayContains filter function against PostGIS layers

Assigner: GitHub_M
Reserved: 19.08.2026 Published: 21.08.2026 Updated: 21.08.2026

GeoTools is an open source Java library that provides tools for geospatial data. Starting in version 30.5 and prior to versions 33.6, 34.5, and 33.6, an SQL Injection Vulnerability is present when executing OGC Filters with PostGIS DataStore implementation: jsonArrayContains function; Requires PostGIS 12 or greater with a String or JSON field. For PostGIS 12 and greater jsonArrayContains(<column>, <pointer>, <value>) function writes <value> into generated SQL without escaping. Patches are available in versions 33.6, 34.5, and 33.6. No known workaround is available. To limit scope of SQL Injection the PostGIS connection pool should be configured with limited rights.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor geotools
Product geotools
Versions
  • Version = 35.0 is affected
  • Version >= 34.0, < 34.5 is affected
  • Version >= 30.5, < 33.6 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE