CVE-2026-57302
Analyzed Analyzed - Analysis Complete

Jenkins FitNesse Plugin Password Exposure Vulnerability

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

Publication date: 2026-06-24

Last updated on: 2026-06-26

Assigner: Jenkins Project

Description

Jenkins FitNesse Plugin 1.36 and earlier stores passwords unencrypted in job config.xml files on the Jenkins controller, where they can be viewed by users with Extended Read permission or access to the Jenkins controller file system.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-24
Last Modified
2026-06-26
Generated
2026-07-14
AI Q&A
2026-06-24
EPSS Evaluated
2026-07-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jenkins fitnesse to 1.36 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-256 The product stores a password in plaintext within resources such as memory or files.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

This vulnerability involves storing passwords unencrypted in job config.xml files on the Jenkins controller, where they can be viewed by users with Extended Read permission or access to the Jenkins controller file system.

Storing passwords in an unencrypted form can lead to unauthorized access to sensitive credentials, which may result in non-compliance with data protection standards and regulations such as GDPR and HIPAA that require protection of sensitive information.

Therefore, this vulnerability could negatively impact compliance with these regulations by exposing sensitive authentication data to unauthorized users.

Executive Summary

The vulnerability in Jenkins FitNesse Plugin version 1.36 and earlier involves storing passwords unencrypted in job config.xml files on the Jenkins controller.

These unencrypted passwords can be viewed by users who have Extended Read permission or by anyone with access to the Jenkins controller file system.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of sensitive passwords stored in Jenkins job configuration files.

Users with Extended Read permission or access to the Jenkins controller file system could view these passwords, potentially leading to unauthorized access to systems or data.

Detection Guidance

This vulnerability involves passwords being stored unencrypted in job config.xml files on the Jenkins controller.

To detect this vulnerability, you can inspect the config.xml files of Jenkins jobs on the controller for unencrypted passwords.

Since no specific commands or detection tools are provided, a general approach is to search for password fields in the config.xml files.

  • Use a command like: grep -r 'password' $JENKINS_HOME/jobs/*/config.xml
  • Review the output for any plaintext passwords stored in these files.
Mitigation Strategies

Immediate mitigation steps include restricting access to the Jenkins controller file system and limiting Extended Read permissions to trusted users only.

Additionally, consider upgrading the FitNesse Plugin to a version later than 1.36 where this issue is resolved.

Review and remove any stored plaintext passwords from job config.xml files and replace them with secure credential storage mechanisms.

Chat Assistant

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

EPSS Chart