CVE-2026-70441
Received Received - Intake

Stored XSS in Jenkins Summary Display Plugin

Vulnerability report for CVE-2026-70441, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: Jenkins Project

Description

Jenkins Summary Display Plugin 1.15 and earlier does not escape the job name in a JavaScript context in build report pages, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with Item/Create or Item/Configure permission.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jenkinsci summary_display_plugin to 1.15 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Jenkins Summary Display Plugin 1.15 and earlier has a stored cross-site scripting (XSS) vulnerability. The issue occurs because the plugin does not properly escape job names in a JavaScript context on build report pages. Attackers with Item/Create or Item/Configure permissions can exploit this to inject malicious scripts.

Detection Guidance

This vulnerability can be detected by checking the installed version of the Jenkins Summary Display Plugin. If the version is 1.15 or earlier, the system is vulnerable. Use the Jenkins script console or CLI to run: 'println(Jenkins.instance.pluginManager.plugins.findAll { it.shortName == "summary-display" }.version)' to check the version.

Impact Analysis

This vulnerability allows attackers with specific permissions to inject and execute malicious scripts in the context of a user's browser session. This could lead to unauthorized actions, data theft, or session hijacking for users viewing affected build reports.

Compliance Impact

This XSS vulnerability could compromise user data confidentiality, potentially violating GDPR's data protection requirements or HIPAA's safeguards for protected health information. Organizations may face compliance violations if user data is exposed due to this flaw.

Mitigation Strategies

Immediately update the Jenkins Summary Display Plugin to the latest version. If updating is not possible, disable or uninstall the plugin until a patch is available. Restrict Item/Create and Item/Configure permissions to trusted users only.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-70441. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart