cve-2019-1003000-jenkins-rce-poc icon indicating copy to clipboard operation
cve-2019-1003000-jenkins-rce-poc copied to clipboard

Jenkins RCE Proof-of-Concept: SECURITY-1266 / CVE-2019-1003000 (Script Security), CVE-2019-1003001 (Pipeline: Groovy), CVE-2019-1003002 (Pipeline: Declarative)

Results 3 cve-2019-1003000-jenkins-rce-poc issues
Sort by recently updated
recently updated
newest added

I get this failure below. @adamyordan , can you please let me know what I'm doing wrong? python exploit.py --url http://aws-jenkins:8080 --job my-pipeline --username user1 --password user1 --cmd "cat /etc/passwd"...

[+] connecting to jenkins... [+] crafting payload... Traceback (most recent call last): File "exploit.py", line 70, in run_command(args.url, args.cmd, args.job, args.username, args.password) File "exploit.py", line 28, in run_command ori_job_config =...