#VU13588 Cryptographic issues in The Bouncy Castle Crypto Package For Java - CVE-2016-1000340
Published: July 5, 2018
The Bouncy Castle Crypto Package For Java
Legion of the Bouncy Castle Inc.
Description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists in Bouncy Castle JCE Provider due to buggy implementation of squaring for several raw math classes have been fixed (org.bouncycastle.math.raw.Nat???). These classes are used by our custom elliptic curve implementations (org.bouncycastle.math.ec.custom.**), so there was the possibility of rare (in general usage) spurious calculations for elliptic curve scalar multiplications. Such errors would have been detected with high probability by the output validation for our scalar multipliers.