The latest Jenkins LTS release (2.492.3-lts) from April 2, 2025, has a Trivy detectable jenkins.war vulnerability of:
Java (jar)
==========
Total: 1 (HIGH: 1, CRITICAL: 0)
┌─────────────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬──────────────────────────────────────────────────────┬─────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │
├─────────────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼──────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────┤
│ org.springframework.security:spring-security-crypto │ CVE-2025-22228 │ HIGH │ fixed │ 6.4.2 │ 6.3.8, 6.4.4, 6.2.10, 6.1.14, 6.0.16, 5.8.18, 5.7.16 │ spring-security-core: Spring Security BCryptPasswordEncoder │
│ (jenkins.war) │ │ │ │ │ │ does not enforce maximum password length │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2025-22228 │
└─────────────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴──────────────────────────────────────────────────────┴─────────────────────────────────────────────────────────────┘
This issue has originally been registered in CVE databases March 19, 2025, and yet there’s no mention of it in Jenkins Security Advisories for March or April 2025. The 2.504 weekly release from the same day does not show this vulnerability.
Is the LTS version detected vulnerability a false-positive?
If not, can we update that spring-security-crypto on our end in the released container image? Or is a fix for LTS variant still in the works and we should be expecting it very soon (if so, when)?