Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.opensearch.dataprepper.plugins/geoip-processor
  4. ›
  5. GHSA-3xgr-h5hq-7299

GHSA-3xgr-h5hq-7299: GeoIP processor disables SSL certificate validation when downloading databases

October 15, 2025

The GeoIP processor in Data Prepper was configured to trust all SSL certificates and disable hostname verification when downloading GeoIP databases from HTTP URLs, making downloads vulnerable to man-in-the-middle attacks.

The GeoIP processor included a custom SSL implementation that completely bypassed certificate validation when downloading GeoIP databases from external sources. The initiateSSL() method incorrectly implemented an approach for trusting all certificates. Specifically it:

  • Accepted all SSL certificates without validation
  • Disabled server certificate verification
  • Disabled client certificate verification
  • Disabled hostname verification

This configuration made database downloads vulnerable to man-in-the-middle attacks, potentially allowing attackers to serve malicious GeoIP databases that could compromise the integrity of geolocation data processing.

References

  • github.com/advisories/GHSA-3xgr-h5hq-7299
  • github.com/opensearch-project/data-prepper
  • github.com/opensearch-project/data-prepper/commit/b82ea0640d98d9f4c742622325faeeb6248ee135
  • github.com/opensearch-project/data-prepper/security/advisories/GHSA-3xgr-h5hq-7299

Code Behaviors & Features

Detect and mitigate GHSA-3xgr-h5hq-7299 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 →

Affected versions

All versions starting from 2.7.0 before 2.12.2

Fixed versions

  • 2.12.2

Solution

Upgrade to version 2.12.2 or above.

Impact 5.9 MEDIUM

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-295: Improper Certificate Validation

Source file

maven/org.opensearch.dataprepper.plugins/geoip-processor/GHSA-3xgr-h5hq-7299.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 04 Nov 2025 12:20:04 +0000.