Cyber Resilience

CVE-2024-54003

High

Published: 27 November 2024

Published
27 November 2024
Modified
03 October 2025
KEV Added
Patch
CVSS Score v3.1 8.0 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.4112 97.5th percentile
Risk Priority 41 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-54003 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Jenkins Simple Queue. Its CVSS base score is 8.0 (High).

Operationally, ranked in the top 2.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The vulnerability CVE-2024-54003 is a stored cross-site scripting flaw affecting the Jenkins Simple Queue Plugin in versions 1.4.4 and earlier. The root cause is the plugin's failure to escape the view name, which maps to CWE-79 and produces a CVSS 3.1 score of 8.0.

Attackers who possess View/Create permission can supply a crafted view name containing executable script. Because the payload is stored and later rendered for other users, successful exploitation can result in high-impact effects on confidentiality, integrity, and availability within the Jenkins instance.

The Jenkins project published an advisory at https://www.jenkins.io/security/advisory/2024-11-27/#SECURITY-3467 that documents the issue.

The associated EPSS score stands at 0.4112 with no material rise from a lower baseline.

EU & UK References

Vulnerability details

Jenkins Simple Queue Plugin 1.4.4 and earlier does not escape the view name, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with View/Create permission.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

jenkins
simple queue
≤ 1.4.4

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References