Skip to content

Instantly share code, notes, and snippets.

@LLM4IG
Created April 8, 2024 16:00
Show Gist options
  • Save LLM4IG/a4a54fc4abe044976a66af9fffedfc94 to your computer and use it in GitHub Desktop.
Save LLM4IG/a4a54fc4abe044976a66af9fffedfc94 to your computer and use it in GitHub Desktop.
[CVE-2024-23085]
[CVE ID]
CVE-2024-23085
[PRODUCT]
Apfloat
[VERSION]
v1.10.1
[PROBLEM TYPE]
Buffer Overflow - NullPointerException
[DESCRIPTION]
Taking org.apfloat.internal.DoubleCRTMath::add(double[], double[]) as an example, if we pass null to either of the two arguments, a NullPointerException is thrown.
@robert-gdv
Copy link

robert-gdv commented Apr 16, 2024

[irony]Wow, what a discovery! You get a NPE if you pass null![/irony]
Can the owner of this bot please review the findings before creating a CVE?

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