CVE-2026-84657
Received Received - Intake

Jenkins CLI Build Cancellation Permission Bypass

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

Publication date: 2026-09-02

Last updated on: 2026-09-02

Assigner: Jenkins Project

Description

In Jenkins 2.579 and earlier, LTS 2.568.2 and earlier, the build CLI command does not check the Item/Cancel permission when using the -s flag to cancel a build triggered to wait for completion, allowing attackers with Item/Build permission to cancel builds started by other users.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
jenkins jenkins to 2.580 (exc)
jenkins jenkins to 2.569 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in Jenkins allows attackers with Item/Build permission to cancel builds started by other users using the build CLI command with the -s flag. The system fails to check the Item/Cancel permission before allowing the cancellation.

Detection Guidance

This vulnerability affects Jenkins CLI build commands with the -s flag. To detect it, check Jenkins logs for unauthorized build cancellations using commands like 'grep -r "cancel" /var/log/jenkins/jenkins.log' or review user permissions with 'java -jar jenkins-cli.jar -s http://localhost:8080/ list-jobs --username USER --password PASS' to identify suspicious activity.

Impact Analysis

Attackers could disrupt ongoing builds, potentially causing delays or loss of work for other users. It may lead to unauthorized interruption of critical build processes.

Compliance Impact

This vulnerability does not directly impact compliance with standards like GDPR or HIPAA as it involves unauthorized build cancellation rather than data exposure or privacy violations.

Mitigation Strategies

Upgrade Jenkins to a version newer than 2.579 or LTS 2.568.2 to address the permission check issue in the build CLI command.

Chat Assistant

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

EPSS Chart