CVE-2022-36911
Description
Jenkins Openstack Heat Plugin 1.5 and earlier is vulnerable to CSRF, allowing attackers to craft requests that connect to an attacker-specified URL.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Jenkins Openstack Heat Plugin 1.5 and earlier is vulnerable to CSRF, allowing attackers to craft requests that connect to an attacker-specified URL.
Vulnerability
Description A cross-site request forgery (CSRF) vulnerability exists in the Jenkins Openstack Heat Plugin versions 1.5 and earlier. The plugin fails to properly validate and protect against cross-origin requests, allowing an attacker to perform actions on behalf of an authenticated Jenkins user without their consent. Specifically, the plugin does not include a CSRF token or other mechanism to verify the legitimacy of requests.
Exploitation
To exploit this vulnerability, an attacker would need to trick a Jenkins user with access to the plugin into clicking a malicious link or visiting a crafted web page. The affected endpoint does not require authentication beyond the user's existing session, so any action the user can perform in the plugin can be executed by the attacker. The attacker can specify an arbitrary URL, potentially leading to interactions with internal or external systems.
Impact
By exploiting this CSRF flaw, an attacker can force the Jenkins server to connect to an attacker-specified URL. This could be used to exfiltrate sensitive information, perform port scans of internal networks, or trigger actions on other systems accessible from the Jenkins server. The impact depends on the network position of the Jenkins instance and the privileges of the targeted user.
Mitigation
Jenkins has released a security advisory for this issue [1]. Users should update the Openstack Heat Plugin to the latest version as soon as it becomes available. No workarounds are mentioned in the advisory. The plugin's source code is available on GitHub [4] for those who wish to review the fix.
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:openstack-heatMaven | <= 1.5 | — |
Affected products
2- Range: unspecified
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
5- github.com/advisories/GHSA-fqhm-fjjv-7q8xghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-36911ghsaADVISORY
- www.openwall.com/lists/oss-security/2022/07/27/1ghsamailing-listx_refsource_MLISTWEB
- www.jenkins.io/security/advisory/2022-07-27/mitrex_refsource_CONFIRM
- www.jenkins.io/security/advisory/2022-07-27/ghsaWEB
News mentions
0No linked articles in our index yet.