-
-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulnerable Code #403
Comments
Can I be nitpicky and complain about the wording of this thing too? Should be "throws" not "contains" a NullPointerException lol. |
I don't believe any of these are genuine security vulnerabilities. I added the following to the README for the v1.5.5 release:
|
CVE-2023-52070 (OSSINDEX)
JFreeChart v1.5.4 was discovered to be vulnerable to ArrayIndexOutOfBounds via the 'setSeriesNeedle(int index, int type)' method. NOTE: this is disputed by multiple third parties who believe there was not reasonable evidence to determine the existence of a vulnerability. The submission may have been based on a tool that is not sufficiently robust for vulnerability identification.
CWE-129 Improper Validation of Array Index
CVSSv3:
Base Score: HIGH (7.5)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
References:
OSSINDEX - [CVE-2023-52070] CWE-129: Improper Validation of Array Index
OSSIndex - http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-52070
OSSIndex - https://gist.github.com/LLM4IG/f55de46e65fb5a19b7815adb36fd858b
Vulnerable Software & Versions (OSSINDEX):
cpe:2.3:a:org.jfree:jfreechart:1.5.4
CVE-2024-22949 (OSSINDEX)
JFreeChart v1.5.4 was discovered to contain a NullPointerException via the component /chart/annotations/CategoryLineAnnotation. NOTE: this is disputed by multiple third parties who believe there was not reasonable evidence to determine the existence of a vulnerability. The submission may have been based on a tool that is not sufficiently robust for vulnerability identification.
CWE-476 NULL Pointer Dereference
CVSSv3:
Base Score: HIGH (7.5)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
References:
OSSINDEX - [CVE-2024-22949] CWE-476: NULL Pointer Dereference
OSSIndex - http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-22949
OSSIndex - https://gist.github.com/LLM4IG/35c46e009b205ef6acd0e290e80fb876
Vulnerable Software & Versions (OSSINDEX):
cpe:2.3:a:org.jfree:jfreechart:1.5.4
CVE-2024-23076 (OSSINDEX) suppress
JFreeChart v1.5.4 was discovered to contain a NullPointerException via the component /labels/BubbleXYItemLabelGenerator.java. NOTE: this is disputed by multiple third parties who believe there was not reasonable evidence to determine the existence of a vulnerability. The submission may have been based on a tool that is not sufficiently robust for vulnerability identification.
CWE-476 NULL Pointer Dereference
CVSSv3:
Base Score: HIGH (7.5)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
References:
OSSINDEX - [CVE-2024-23076] CWE-476: NULL Pointer Dereference
OSSIndex - http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-23076
OSSIndex - GHSA-cf2p-hqc9-vhmw
Vulnerable Software & Versions (OSSINDEX):
cpe:2.3:a:org.jfree:jfreechart:1.5.4
Evidence
The text was updated successfully, but these errors were encountered: