Skip to content

Instantly share code, notes, and snippets.

@LLM4IG
Created April 8, 2024 15:45
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/f55de46e65fb5a19b7815adb36fd858b to your computer and use it in GitHub Desktop.
Save LLM4IG/f55de46e65fb5a19b7815adb36fd858b to your computer and use it in GitHub Desktop.
[CVE-2023-52070 / CVE-2024-23077]
[CVE ID]
CVE-2023-52070 / CVE-2024-23077
[PRODUCT]
JFreeChart
[VERSION]
v1.5.4
[PROBLEM TYPE]
Buffer Overflow - ArrayIndexOutOfBounds
[DESCRIPTION]
The method named 'setSeriesNeedle(int index, int type)' in class 'org.jfree.chart.plot.CompassPlot' can cause 'java.lang.ArrayIndexOutOfBoundsException' if the parameter 'index' is greater than the length of the array 'seriesNeedle'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment