Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.bouncycastle:bcprov-jdk18on Observable Timing Discrepancy VULNERABILITY #1269

Closed
ansarisaifulla opened this issue Apr 1, 2024 · 2 comments

Comments

@ansarisaifulla
Copy link

Description of the problem: A vulnerability has been found in io.github.bonigarcia:[email protected] › com.github.docker-java:[email protected] › com.github.docker-java:[email protected] › org.bouncycastle:[email protected] › org.bouncycastle:[email protected].
This package is vulnerable to Observable Timing Discrepancy via the PKCS#1 1.5 and OAEP decryption process. An attacker can recover ciphertexts via a side-channel attack by exploiting the Marvin security flaw. The PKCS#1 1.5 attack vector leaks data via javax.crypto.Cipher exceptions and the OAEP interface vector leaks via the bit size of the decrypted data.

Browser and version: latest chrome browser

Operating system and architecture: amazon linux 2

Selenium version: 4.18

WebDriverManager version: 5.7.0

WebDriverManager call:

WebDriverManager traces:

Error log:

@bonigarcia
Copy link
Owner

bonigarcia commented Apr 4, 2024

This is a similar issue than #916. Unfortunately, this is a transitive dependency in WebDriverManager, declared in docker-java. So far, I had no luck asking them to update vulnerable dependencies.

@bonigarcia
Copy link
Owner

I have just released WebDriverManager 5.9.0, which excludes org.bouncycastle:bcpkix-jdk18on and forces to use jackson-databind 2.17.1. So I believe this issue should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants