VYPR
High severityNVD Advisory· Published Jun 30, 2022· Updated Aug 3, 2024

CVE-2022-34795

CVE-2022-34795

Description

Jenkins Deployment Dashboard Plugin 1.0.10 and earlier has a stored XSS vulnerability due to unescaped environment names in the deployment dashboard view.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Jenkins Deployment Dashboard Plugin 1.0.10 and earlier has a stored XSS vulnerability due to unescaped environment names in the deployment dashboard view.

Vulnerability

Overview Jenkins Deployment Dashboard Plugin 1.0.10 and earlier fails to escape environment names when rendering the Deployment Dashboard view, leading to a stored cross-site scripting (XSS) vulnerability [1][2]. The plugin manages deployment of software artifacts to different environments (e.g., DEV, TEST, PROD) by tracking artifact versions in configured repositories and EC2 instances [3]. The core issue is that user-supplied environment names are not properly sanitized before being displayed.

Exploitation

Prerequisites Attackers must have the 'View/Configure' permission on the Jenkins instance to exploit this vulnerability [1][2]. By providing a malicious payload as an environment name, the attacker can inject arbitrary JavaScript into the dashboard view. When other users, including administrators, access the dashboard, the injected script executes in their browser sessions. No additional authentication is required beyond the base Jenkins access.

Impact

Successful exploitation allows an attacker to perform arbitrary actions in the context of the victim's Jenkins session [1][2]. This includes modifying job configurations, extracting credentials, or executing builds. The stored XSS nature means the payload persists and affects all users who view the compromised dashboard until it is removed or the plugin is updated.

Mitigation

Jenkins has released a fix in the Deployment Dashboard Plugin version 1.0.11 or later [1][2]. Users are advised to upgrade immediately. There is no mention of this CVE in the CISA Known Exploited Vulnerabilities catalog as of the advisory date. For plugins that have reached end of life (EOL), no patch is available, and migration to an alternative solution should be considered.

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.jenkins-ci.plugins:ec2-deployment-dashboardMaven
<= 1.0.10

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.