CVE-2022-34794
Description
Missing permission checks in Jenkins Recipe Plugin 1.2 and earlier allow attackers with Overall/Read permission to send crafted HTTP requests and parse attacker-specified XML.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Missing permission checks in Jenkins Recipe Plugin 1.2 and earlier allow attackers with Overall/Read permission to send crafted HTTP requests and parse attacker-specified XML.
The Jenkins Recipe Plugin, versions 1.2 and earlier, fails to perform proper permission checks. This allows users who only have the Overall/Read permission—a relatively low-privilege level—to craft an HTTP request to an attacker-controlled URL. The plugin then processes the response as XML [1][2]. This vulnerability, identified as CVE-2022-34794, is rooted in a missing permission check in the plugin's code [1].
The attack surface requires that the attacker already possesses Overall/Read permission on the Jenkins instance. No further authentication is needed to trigger the vulnerable functionality. The attacker specifies an external URL, and the Jenkins server makes an HTTP request to that URL, subsequently parsing the returned content as XML [1][2].
The impact is that an attacker can potentially exploit this capability for server-side request forgery (SSRF), depending on how the XML parsing is handled. While the advisory does not detail further consequences, the ability to make arbitrary HTTP requests and parse arbitrary XML from a privileged Jenkins server context could lead to information disclosure or other attacks [1].
As of the Jenkins Security Advisory 2022-06-30, no patch has been mentioned for this specific plugin, and users are advised to consider the risk and apply mitigations such as restricting Overall/Read permission or monitoring for unusual outbound requests [1].
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:recipeMaven | <= 1.2 | — |
Affected products
2- Jenkins project/Jenkins Recipe 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-j33r-cgm6-pv48ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-34794ghsaADVISORY
- www.jenkins.io/security/advisory/2022-06-30/ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.