Cyber Resilience

CVE-2024-28156

Medium

Published: 06 March 2024

Published
06 March 2024
Modified
27 March 2025
KEV Added
Patch
CVSS Score v3.1 5.4 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.3890 97.4th percentile
Risk Priority 34 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-28156 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Jenkins Build Monitor View. Its CVSS base score is 5.4 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Browser Session Hijacking (T1185); ranked in the top 2.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The Jenkins Build Monitor View Plugin version 1.14-860.vd06ef2568b_3f and earlier contains a stored cross-site scripting vulnerability tracked as CVE-2024-28156. The root cause is insufficient escaping of Build Monitor View names, which are persisted and later rendered without sanitization, allowing script injection under CWE-79. The issue carries a CVSS 3.1 score of 5.4.

Attackers who can configure Build Monitor Views are able to store malicious payloads that execute in the browsers of other users who view the affected pages, resulting in limited impacts to confidentiality and integrity with no availability effect.

The Jenkins security advisory published on 2024-03-06 along with the corresponding oss-security mailing list postings describe the flaw and direct administrators to the plugin update that resolves SECURITY-3280. The associated EPSS score has reached a peak of 0.4462 with a current value of 0.3890.

EU & UK References

Vulnerability details

Jenkins Build Monitor View Plugin 1.14-860.vd06ef2568b_3f and earlier does not escape Build Monitor View names, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers able to configure Build Monitor Views.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Why these techniques?

Stored XSS in Build Monitor View names enables injection of JavaScript to steal web session cookies and hijack browser sessions of other Jenkins users viewing the views.

Affected Assets

jenkins
build monitor view
≤ 1.14-860.vd06ef2568b_3f

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