
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-70429 is a privilege escalation vulnerability in Jenkins core caused by improper handling of case sensitivity in user and group name comparisons (SECURITY-3924). It affects Jenkins weekly releases up to and including 2.575 and LTS releases up to and including 2.568.1. The vulnerability was disclosed on August 5, 2026, as part of the Jenkins Security Advisory 2026-08-05. It carries a CVSS v3.1 base score of 8.1 (High) (Jenkins Advisory, GitHub Advisory).
The root cause is CWE-178 (Improper Handling of Case Sensitivity). Jenkins creates canonical IDs for case-insensitive user and group names by lowercasing the name, but performs comparisons using Java's String#equalsIgnoreCase, which considers certain Unicode characters equivalent that lowercasing does not — for example, the Unicode "dotless i" character (ı) is treated as equal to regular lowercase "i" by equalsIgnoreCase but produces a different canonical form when lowercased. An attacker who can register a new user or group with a Unicode variant name that case-insensitively matches an existing account can thereby impersonate that user or inherit their permissions. Exploitation requires a security realm that permits non-ASCII characters in usernames or group names and allows creation of accounts that case-insensitively match existing ones; notably, the built-in Jenkins user database restricts signups to ASCII usernames, limiting the attack surface to external security realms (Jenkins Advisory).
Successful exploitation allows an attacker to impersonate existing Jenkins users or groups and inherit their permissions, potentially including administrative access. This can result in full compromise of the Jenkins controller — including confidentiality of stored credentials and secrets, integrity of build pipelines and configurations, and availability of CI/CD infrastructure. Given Jenkins' central role in software delivery pipelines, a compromised instance could enable lateral movement into downstream systems or supply chain attacks (Jenkins Advisory, GitHub Advisory).
As of the advisory publication date, there is no public proof-of-concept exploit and no evidence of in-the-wild exploitation (Jenkins Advisory). CISA's SSVC assessment classifies exploitation as "none" and the attack as non-automatable. The EPSS score is approximately 0.17–0.24%, placing it in a low percentile for near-term exploitation likelihood. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported.
admin or a group named developers).String#equalsIgnoreCase but differs in canonical (lowercased) form — for example, using the Unicode dotless i (ı, U+0131) in place of a regular "i" to match a username like admin → admın.Upgrade Jenkins to weekly version 2.576 or LTS version 2.568.2, which fixes the vulnerability by comparing usernames and group names using their canonical (lowercased) form rather than String#equalsIgnoreCase. As a workaround where immediate upgrade is not possible, restrict user and group creation permissions to trusted administrators and audit existing accounts for suspicious Unicode variant names. Organizations using external security realms that permit non-ASCII usernames should review and tighten account creation policies (Jenkins Advisory).
The vulnerability was reported through the Jenkins Bug Bounty Program sponsored by the European Commission, with credit given to researchers Samy Medjahed (Ap4sh) and Eliott Laurie (Ethicxz). The Jenkins project published a comprehensive security advisory on August 5, 2026, covering this and multiple other vulnerabilities. Security aggregators including AusCERT, Tenable, and SecureReading covered the advisory shortly after publication (Jenkins Advisory, SecureReading).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."