CVE-2026-92123

Jenkins · Script Security Plugin

The Jenkins Script Security Plugin fails to properly intercept null receiver operations, allowing authenticated users to bypass sandbox protections and execute arbitrary code on the Jenkins controller.

Executive summary

A critical vulnerability in the Jenkins Script Security Plugin allows authenticated attackers to bypass sandbox restrictions and achieve remote code execution on the Jenkins controller.

Vulnerability

The plugin fails to intercept operations performed on a null receiver, such as method calls and attribute accesses. This flaw allows any user with permission to define and run sandboxed scripts to escape the sandbox environment and execute arbitrary code with the privileges of the Jenkins controller JVM.

Business impact

This vulnerability carries a CVSS score of 8.8, reflecting its high severity and potential for full system compromise. Successful exploitation grants an attacker the ability to execute arbitrary code on the Jenkins controller, which typically possesses broad administrative access to the CI/CD pipeline, source code repositories, and production deployment environments. This could lead to a complete loss of confidentiality, integrity, and availability for the entire software development lifecycle.

Remediation

Immediate Action: Review the official Jenkins security advisory at https://www.jenkins.io/security/advisory/2026-09-16/#SECURITY-3931 to identify the specific patched version and apply the update to the Script Security Plugin immediately.

Proactive Monitoring: Monitor Jenkins logs for unusual script execution patterns or unauthorized attempts to access system-level resources from within Pipeline jobs.

Compensating Controls: Restrict permissions for defining and running scripts to only the most trusted users, and ensure the Jenkins controller is isolated within a hardened network segment to limit the blast radius of potential compromises.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the potential for remote code execution and the high CVSS severity, organizations should prioritize patching this plugin across all Jenkins instances. Administrators must verify their plugin versions against the advisory and apply the necessary updates to prevent unauthorized access to the controller JVM.

More Jenkins CVEs all →

History

  1. Collected by CVE Brief via github
  2. Held for re-check analysis graded thin
  3. Analyst report written
  4. Held for re-check analysis graded thin

Sources