-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.main:jenkins-core | maven | >= 2.304, <= 2.318 | 2.319 |
| org.jenkins-ci.main:jenkins-core | maven | <= 2.303.2 | 2.303.3 |
The vulnerability description explicitly identifies FilePath#reading(FileVisitor) as the root cause (CVE-2021-21688/SECURITY-2484). The commit diff shows removal of security-related serialization checks in FilePath's inner classes, and the advisory states this method failed to reject operations outside allowed directories. The test case additions in Security2455Test.java validate() that archive operations (like unzip) were improperly allowed, which aligns with the described vulnerability pattern. The function is directly named in both the CVE description and security advisory as the flawed component.
Ongoing coverage of React2Shell