GHSA-rrmm-wq7q-h4v5: OpenSearch unauthorized data access on fields protected by field masking for fields of type ip, geo_point, geo_shape, xy_point, xy_shape
OpenSearch versions 2.19.2 and earlier improperly apply field masking rules on fields of the types ip
, geo_point
, geo_shape
, xy_point
, xy_shape
. While the content of these fields is properly redacted in the _source
document returned by search operations, the original unredacted values remain available to search queries. This allows to reconstruct the original field contents using range queries.
Additionally, the content of fields of type geo_point
, geo_shape
, xy_point
, xy_shape
is returned in an unredacted form if requested via the fields
option of the search API.
References
Code Behaviors & Features
Detect and mitigate GHSA-rrmm-wq7q-h4v5 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →