GHSA-28gg-8qqj-fhh5: OpenSearch Data Prepper uses deprecated SSL protocol identifier
The GeoIP processor and Kafka source and buffer were using the deprecated “SSL” protocol identifier when creating SSL contexts, potentially allowing the use of insecure SSL protocols instead of modern TLS versions.
Multiple Data Prepper plugins used SSLContext.getInstance("SSL") which could potentially allow the use of deprecated SSL protocols (SSLv2, SSLv3) that have known security vulnerabilities. While modern Java implementations typically default to secure TLS versions even with the “SSL” identifier, explicitly using “TLS” ensures that only secure TLS protocols are negotiated.
The affected components were:
GeoIP Processor: The
DBSource.initiateSSL()method used for downloading GeoIP databases from external sourcesKafka Plugin: Both
CustomClientSslEngineFactoryandInsecureSslEngineFactoryclasses used for Kafka client connections
This could potentially allow connections to negotiate weaker SSL protocols instead of enforcing modern TLS versions, reducing the security of data transmission.
References
Code Behaviors & Features
Detect and mitigate GHSA-28gg-8qqj-fhh5 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 →