Skip to content

Instantly share code, notes, and snippets.

@LLM4IG
Created April 8, 2024 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LLM4IG/5b7dd0a87db14d9c95d4c0ea62e0195b to your computer and use it in GitHub Desktop.
Save LLM4IG/5b7dd0a87db14d9c95d4c0ea62e0195b to your computer and use it in GitHub Desktop.
[CVE-2024-23084]
[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