Created
April 8, 2024 15:59
-
-
Save LLM4IG/5b7dd0a87db14d9c95d4c0ea62e0195b to your computer and use it in GitHub Desktop.
[CVE-2024-23084]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[CVE ID] | |
CVE-2024-23084 | |
[PRODUCT] | |
Apfloat | |
[VERSION] | |
v1.10.1 | |
[PROBLEM TYPE] | |
Integer Overflow - ArrayIndexOutOfBoundsException | |
[DESCRIPTION] | |
Taking org.apfloat.internal.DoubleCRTMath::add(double[], double[]) as an example, if we set either of the two arguments to an array of length less than 3, an ArrayIndexOutOfBoundsException is thrown. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment