{"vulnerability": "CVE-2019-1003001", "sightings": [{"uuid": "7e9f6de9-8d3d-4743-87d7-4740203db770", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2019-1003001", "type": "exploited", "source": "https://www.exploit-db.com/exploits/46572", "content": "", "creation_timestamp": "2019-03-19T00:00:00.000000Z"}, {"uuid": "39c8ada5-4124-4d78-ada6-977a871ee705", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2019-1003001", "type": "exploited", "source": "https://www.exploit-db.com/exploits/46427", "content": "", "creation_timestamp": "2019-02-19T00:00:00.000000Z"}, {"uuid": "ebea27a0-a6df-489c-841b-4501da3ebbd8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2019-1003001", "type": "seen", "source": "https://gist.github.com/Devball406/7c3257f2034c725588426e563837ad80", "content": "", "creation_timestamp": "2025-05-12T15:51:09.000000Z"}, {"uuid": "b3a90662-c5e0-40ed-b76f-c78287c364b8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2019-1003001", "type": "seen", "source": "https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/multi/http/jenkins_metaprogramming.rb", "content": "", "creation_timestamp": "2019-03-18T12:37:31.000000Z"}, {"uuid": "39a22588-5877-4fd7-9823-ab7a7586d04d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2019-1003001", "type": "seen", "source": "https://t.me/arpsyndicate/1772", "content": "#ExploitObserverAlert\n\nCVE-2019-1003001\n\nDESCRIPTION: Exploit Observer has 17 entries related to CVE-2019-1003001. A sandbox bypass vulnerability exists in Pipeline: Groovy Plugin 2.61 and earlier in src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java, src/main/java/org/jenkinsci/plugins/workflow/cps/CpsGroovyShellFactory.java that allows attackers with Overall/Read permission to provide a pipeline script to an HTTP endpoint that can result in arbitrary code execution on the Jenkins master JVM.\n\nFIRST-EPSS: 0.796510000\nNVD-IS: 5.9\nNVD-ES: 2.8", "creation_timestamp": "2023-12-11T15:54:03.000000Z"}, {"uuid": "7870ed42-8c31-4204-8227-0f5eeac95975", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2019-1003001", "type": "seen", "source": "https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/multi/http/jenkins_metaprogramming.rb", "content": "{\"aliases\": [], \"arch\": \"cmd, java\", \"author\": [\"Orange Tsai\", \"Mikhail Egorov\", \"George Noseevich\", \"wvu \"], \"autofilter_ports\": [80, 8080, 443, 8000, 8888, 8880, 8008, 3000, 8443], \"autofilter_services\": [\"http\", \"https\"], \"check\": true, \"default_credential\": false, \"description\": \"This module exploits a vulnerability in Jenkins dynamic routing to\\n          bypass the Overall/Read ACL and leverage Groovy metaprogramming to\\n          download and execute a malicious JAR file.\\n\\n          When the \\\"Java Dropper\\\" target is selected, the original entry point\\n          based on classLoader.parseClass is used, which requires the use of\\n          Groovy metaprogramming to achieve RCE.\\n\\n          When the \\\"Unix In-Memory\\\" target is selected, a newer, higher-level,\\n          and more universal entry point based on GroovyShell.parse is used.\\n          This permits the use of in-memory arbitrary command execution.\\n\\n          The ACL bypass gadget is specific to Jenkins &lt;= 2.137 and will not work\\n          on later versions of Jenkins.\\n\\n          Tested against Jenkins 2.137 and Pipeline: Groovy Plugin 2.61.\", \"disclosure_date\": \"2019-01-08\", \"fullname\": \"exploit/multi/http/jenkins_metaprogramming\", \"is_install_path\": true, \"mod_time\": \"2026-04-22 11:57:58 +0000\", \"name\": \"Jenkins ACL Bypass and Metaprogramming RCE\", \"needs_cleanup\": true, \"notes\": {\"Reliability\": [\"repeatable-session\"], \"SideEffects\": [\"ioc-in-logs\", \"artifacts-on-disk\"], \"Stability\": [\"crash-safe\"]}, \"path\": \"/modules/exploits/multi/http/jenkins_metaprogramming.rb\", \"platform\": \"Java,Unix\", \"post_auth\": false, \"rank\": 600, \"ref_name\": \"multi/http/jenkins_metaprogramming\", \"references\": [\"CVE-2018-1000861\", \"CVE-2019-1003000\", \"CVE-2019-1003001\", \"CVE-2019-1003002\", \"CVE-2019-1003005\", \"CVE-2019-1003029\", \"EDB-46427\", \"URL-https://jenkins.io/security/advisory/2019-01-08/\", \"URL-https://blog.orange.tw/2019/01/hacking-jenkins-part-1-play-with-dynamic-routing.html\", \"URL-https://blog.orange.tw/2019/02/abusing-meta-programming-for-unauthenticated-rce.html\", \"URL-https://github.com/adamyordan/cve-2019-1003000-jenkins-rce-poc\", \"URL-https://twitter.com/orange_8361/status/1126829648552312832\", \"URL-https://github.com/orangetw/awesome-jenkins-rce-2019\"], \"rport\": 8080, \"session_types\": false, \"targets\": [\"Unix In-Memory\", \"Java Dropper\"], \"type\": \"exploit\"}", "creation_timestamp": "2026-09-08T06:49:51.491916Z"}]}