Bugzilla – Bug 1222732
VUL-0: CVE-2024-23076: jfreechart: null pointer exception in the /labels/BubbleXYItemLabelGenerator.java component
Last modified: 2024-04-29 05:51:03 UTC
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. References: http://jfreechart.com https://github.com/jfree/jfreechart http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-23076 https://bugzilla.redhat.com/show_bug.cgi?id=2274494 https://www.cve.org/CVERecord?id=CVE-2024-23076 https://gist.github.com/LLM4IG/115de1f7c3051403f0301cee0d293518
Affected codestream: - openSUSE:Factory/jfreechart
This is speaking about null pointer exception when null pointer is passed. This is just normal in Java code and not any vulnerability. This might be a bug if the exception is not caught, but hardly any vulnerability.