S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
critical·Product Based Web Vulnerabilities·Updated Aug 30, 2026

CVE-2019-1003030 Scanner

CVE-2019-1003030 Scanner - Deserialization of Untrusted Data vulnerability in Jenkins Pipeline Groovy Plugin

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsurl
CostFree
2.4k
Times Used
continuous scan runs
4.3k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
🔴
CISA Known Exploited Vulnerability
This CVE is actively exploited in the wild. CISA mandates federal agencies to patch immediately.
CVECVE-2019-1003030
9.9
CVSScritical
Exploitable remotely over the internet · low-privilege account sufficient.

A sandbox bypass vulnerability exists in Jenkins Pipeline: Groovy Plugin 2.63 and earlier in pom.xml, src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShell.java that allows attackers able to control pipeline scripts to execute arbitrary code on the Jenkins master JVM.

Attack Vector
Network
Privileges Req.
Low
User Interaction
None
Affected
Jenkins Pipeline: Groovy Pluginby Jenkins project
2.63 and earlier
Updated Aug 21, 2026View on NVD →
Detail

Jenkins Pipeline Groovy Plugin is primarily used in Jenkins, a popular open-source automation server, and it's employed by DevOps professionals and organizations looking to implement continuous integration and continuous deployment (CI/CD) pipelines. The plugin allows the customization and scripting of Jenkins pipelines with Groovy, a powerful scripting language. This enables automation of repetitive tasks, enhancing productivity and consistency in software delivery processes. Its flexibility makes it valuable in environments where complex build and deployment scenarios are common. The plugin is widely adopted in both small and large software development projects that require robust automation solutions.

The vulnerability identified is a deserialization flaw, which allows low-privilege authenticated users to bypass Groovy sandbox protections. This can result in arbitrary code execution on the Jenkins controller JVM, putting the entire CI/CD process at risk. The flaw arises during the parsing, compilation, and instantiation of CPS-transformed pipeline scripts, where sandbox protections fail to apply effectively. This significant oversight can potentially expose sensitive credentials, execute arbitrary nodes, and compromise build artifacts. It's a critical security concern for Jenkins users leveraging this plugin version.

In technical terms, the vulnerability exploits a weak point in CpsGroovyShell.java, part of the Jenkins Pipeline Groovy Plugin. Specifically, the vulnerability is in the workflow-cps plugin's deserialization process, which doesn't adequately restrict sandboxed code during script execution. This leads to a bypass of security measures intended to safeguard Jenkins environments, providing a path for attackers to execute unauthorized OS commands. The affected version is CPS-transformed, which includes improper checks leading to this security gap. Key parameters such as user permissions play a role in this bypass, allowing malicious exploitation with Overall/Read permissions.

Exploiting this vulnerability can lead to severe consequences, including the theft of sensitive data like credentials and SSH keys. Attackers could potentially gain complete control over Jenkins nodes, execute unauthorized commands, and perform supply chain attacks by injecting malicious code into build artifacts. The integrity of the CI/CD pipeline could be compromised, leading to potential breaches in software delivery and deployment processes. This vulnerability could be leveraged for lateral movement within the network, endangering broader systems beyond the Jenkins server.

REFERENCES

Solution Advice
  • Upgrade to Pipeline: Groovy Plugin (workflow-cps) version 2.64 or later immediately to mitigate the vulnerability.
  • If upgrading is not feasible, restrict Overall/Read permissions to trusted users only to reduce the risk of exploitation.
  • Disable Pipeline job creation for untrusted users to prevent unauthorized script execution.
  • Conduct regular security audits and monitoring to identify and address similar vulnerabilities promptly.
  • Implement strict access controls and regularly review user permissions to ensure minimal necessary privileges are assigned.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2019-1003030 Scanner - Deserialization of Untrusted Data vulnerability in Jenkins Pipeline Groovy Plugin | S4E