Skip to content

Instantly share code, notes, and snippets.

@LLM4IG
Created April 8, 2024 16:00
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/63ad1a4d1e3955043b7a90fdbf36676b to your computer and use it in GitHub Desktop.
Save LLM4IG/63ad1a4d1e3955043b7a90fdbf36676b to your computer and use it in GitHub Desktop.
[CVE-2024-23086]
[CVE ID]
CVE-2024-23086
[PRODUCT]
Apfloat
[VERSION]
v1.10.1
[PROBLEM TYPE]
Buffer Overflow - StackOverflowError
[DESCRIPTION]
Taking org.apfloat.internal.DoubleModMath::modPow(double, double) as an example, if a is equal to 2.5 and n is equal to -3.0, then the program will fall into infinite recursion and cause StackOverflowError.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment