GeoServer OGC Filter SQL Injection Vulnerabilities
Critical severity
GitHub Reviewed
Published
Feb 21, 2023
in
geoserver/geoserver
•
Updated Feb 22, 2023
Package
Affected versions
< 2.21.4
>= 2.22.0, < 2.22.2
Patched versions
2.21.4
2.22.2
Description
Published by the National Vulnerability Database
Feb 21, 2023
Published to the GitHub Advisory Database
Feb 22, 2023
Reviewed
Feb 22, 2023
Last updated
Feb 22, 2023
Impact
GeoServer includes support for the OGC Filter expression language and the OGC Common Query Language (CQL) as part of the Web Feature Service (WFS) and Web Map Service (WMS) protocols. CQL is also supported through the Web Coverage Service (WCS) protocol for ImageMosaic coverages.
SQL Injection Vulnerabilities have been found with:
PropertyIsLikefilter, when used with a String field and any database DataStore, or with a PostGIS DataStore with encode functions enabledstrEndsWithfunction, when used with a PostGIS DataStore with encode functions enabledstrStartsWithfunction, when used with a PostGIS DataStore with encode functions enabledFeatureIdfilter, when used with any database table having a String primary key column and when prepared statements are disabledjsonArrayContainsfunction, when used with a String or JSON field and with a PostGIS or Oracle DataStore (GeoServer 2.22.0+ only)DWithinfilter, when used with an Oracle DataStorePatches
Workarounds
strEndsWith,strStartsWithvulnerabilities (Like filters have no mitigation, if there is a string field in the feature type published).FeatureIdvulnerability.References
References