-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| io.jenkins.blueocean:blueocean | maven | <= 1.23.2 | 1.23.3 |
Ongoing coverage of React2Shell
The vulnerability stems from the removed GitCloneReadSaveRequest and GitCacheCloneReadSaveRequest classes which implemented the 'clone' feature. Their read/save methods directly handled file operations using user-controlled filePath parameters without proper path validation. The commit removes these classes entirely and redirects functionality to safer implementations, confirming they were the vulnerability source. The feature flag blueocean.features.GIT_READ_SAVE_TYPE=clone activated these vulnerable code paths.