-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
The vulnerability stems from unvalidated graph dimensions in graph rendering. The pre-patch code in Graph.java's render method directly parsed 'w' and 'h' parameters from the request (via Integer.parseInt(w)/Integer.parseInt(h)) and passed them to JFreeChart's createBufferedImage. This allowed attackers to specify arbitrary large values for graph dimensions. The commit added MAX_AREA validation and safeDimension checks, confirming the vulnerability was in the original rendering path that lacked these protections.
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.main:jenkins-core | maven | <= 2.263.1 | 2.263.2 |
| org.jenkins-ci.main:jenkins-core | maven | >= 2.264, <= 2.274 | 2.275 |
Ongoing coverage of React2Shell