CVE-2022-34209
Description
CSRF in Jenkins ThreadFix Plugin 1.5.4 and earlier allows attackers to direct the plugin to connect to attacker-specified URLs.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CSRF in Jenkins ThreadFix Plugin 1.5.4 and earlier allows attackers to direct the plugin to connect to attacker-specified URLs.
Root
Cause CVE-2022-34209 is a cross-site request forgery (CSRF) vulnerability in the Jenkins ThreadFix Plugin, versions 1.5.4 and earlier. The plugin fails to perform a CSRF check on requests that configure a URL endpoint for uploading scan artifacts. This means an attacker can craft a request, without proper validation, that forces the plugin to connect to an attacker-specified URL [1][2].
Attack
Vector and Exploitation To exploit this flaw, an attacker must trick an authenticated Jenkins user with appropriate permissions into clicking a malicious link or visiting a specially crafted web page. The Jenkins instance does not require any additional authentication beyond the victim's existing session. The attacker can specify any arbitrary URL, including internal network addresses or external servers under their control [1]. The ThreadFix plugin uses the Jenkins server's network context when making the connection as described in the plugin documentation [3].
Impact
Successful exploitation allows the attacker to direct the plugin's outgoing connection to a target of their choice. This could be used for server-side request forgery (SSRF) type attacks — probing internal services, scanning ports, or even exfiltrating data by sending requests to attacker-controlled endpoints. The plugin communicates via HTTP/HTTPS and can be abused to interact with any reachable host [2][3].
Mitigation
The vulnerability is patched in ThreadFix Plugin version 1.5.5, which adds proper CSRF protection. Users are strongly advised to upgrade to this version or later. No known workarounds are documented; disabling the plugin is a temporary option if immediate upgrade is not possible [1][2].
- Jenkins Security Advisory 2022-06-22
- NVD - CVE-2022-34209
- GitHub - jenkinsci/threadfix-plugin: Jenkins ThreadFix plugin publisher provides the ability to upload any supported scan artifact, from your Jenkins server to your ThreadFix deployment. Allowing integration between your continuous integration (CI) environment to your centralized software vulnerability management system.
AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.jenkins-ci.plugins:threadfixMaven | <= 1.5.4 | — |
Affected products
2- Jenkins project/Jenkins ThreadFix Pluginv5Range: unspecified
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-rq99-93c5-33f6ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-34209ghsaADVISORY
- www.jenkins.io/security/advisory/2022-06-22/ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.