
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-33002 is a DNS rebinding vulnerability in Jenkins' CLI WebSocket endpoint origin validation, tracked as SECURITY-3674. It affects Jenkins weekly versions 2.442 through 2.554 (inclusive) and LTS versions 2.426.3 through 2.541.2 (inclusive). The flaw was disclosed on March 18, 2026, via the Jenkins Security Advisory. It carries a CVSS v3.1 base score of 7.5 (High) (Jenkins Advisory, Red Hat Bugzilla).
The root cause is an origin validation error (CWE-346) combined with reliance on reverse DNS resolution for a security-critical action (CWE-350). Jenkins computes the expected WebSocket origin by reading the Host or X-Forwarded-Host HTTP request headers rather than using the configured Jenkins URL, making it susceptible to DNS rebinding (CAPEC-275). An attacker can set up a malicious website whose domain initially resolves to the attacker's server, then re-resolves to the Jenkins controller's IP address; the victim's browser then sends WebSocket upgrade requests with an Origin header matching the attacker's domain, which Jenkins incorrectly accepts. Exploitation requires Jenkins to be accessible over plain HTTP (not HTTPS) and the CLI WebSocket endpoint to be reachable, and it requires user interaction (victim visiting the malicious site) (Jenkins Advisory).
Successful exploitation allows an attacker to establish a WebSocket connection to the Jenkins CLI endpoint from an untrusted origin and execute CLI commands as the anonymous user. If the anonymous user has elevated permissions (e.g., "Anyone can do anything" authorization strategy), the attacker can execute arbitrary Groovy scripts via the groovy or groovysh CLI commands, resulting in full remote code execution on the Jenkins controller with high confidentiality, integrity, and availability impact. Even with minimal anonymous permissions, an attacker can enumerate information about the Jenkins instance. Jenkins controllers on private networks with permissive anonymous access are at greatest risk (Jenkins Advisory).
/cli/ws).Origin: http://attacker-domain.com. Jenkins validates the origin using the Host header (which also reflects the attacker's domain due to rebinding), incorrectly accepting the connection.groovy command) to achieve arbitrary code execution on the Jenkins controller (Jenkins Advisory)./cli/ws from unusual or external Origin headers; HTTP (non-HTTPS) WebSocket connections to the Jenkins controller from IP addresses not associated with known Jenkins clients.Origin headers that do not match the configured Jenkins URL; repeated who-am-i or groovy/groovysh CLI command executions attributed to the anonymous user.Jenkins has released fixed versions: Jenkins 2.555 (weekly) and Jenkins LTS 2.541.3, which compute the expected WebSocket origin using the configured Jenkins URL (from Manage Jenkins → System) rather than HTTP request headers, and refuse CLI WebSocket connections if the origin does not match or the Jenkins URL is not configured. As a workaround for administrators unable to upgrade, Jenkins recommends enabling authentication on the controller and removing all permissions from the anonymous user. If the fix causes issues, the previous behavior can be restored by setting the Java system property hudson.cli.CLIAction.ACCEPT_URL_FROM_REQUEST=true (not recommended for production). Additionally, ensuring Jenkins is served over HTTPS prevents DNS rebinding attacks entirely (Jenkins Advisory).
The vulnerability received coverage from multiple security news outlets including GBHackers, CyberPress, CyberSecurityNews, and The Hacker News (in a weekly recap), primarily in the context of a broader Jenkins security advisory that also included a high-severity symlink/tar extraction vulnerability (CVE-2026-33001). Security researchers and media framed the advisory as a significant risk to CI/CD pipeline security. The vulnerability was independently reported by two researchers (TallowX92 and Babauca), indicating active community engagement with Jenkins security. Red Hat also tracked the issue via Bugzilla, suggesting downstream impact assessment for RHEL-distributed Jenkins packages (Jenkins Advisory, Red Hat Bugzilla, GBHackers).
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."