CVE-2019-16573
Description
A CSRF flaw in Jenkins Alauda DevOps Pipeline Plugin lets attackers abuse stored credentials by tricking an authenticated user into connecting to attacker-supplied URLs.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A CSRF flaw in Jenkins Alauda DevOps Pipeline Plugin lets attackers abuse stored credentials by tricking an authenticated user into connecting to attacker-supplied URLs.
Vulnerability
Overview
A cross-site request forgery (CSRF) vulnerability exists in the Jenkins Alauda DevOps Pipeline Plugin, versions 2.3.2 and earlier. The plugin fails to require a CSRF-protected request when performing certain actions, allowing an attacker to trick a Jenkins user with sufficient permissions into executing unwanted operations.
Exploitation
Method
An attacker can craft a malicious web page or link that, when visited by an authenticated Jenkins user, triggers a crafted HTTP request to the vulnerable plugin endpoint. This request instructs Jenkins to connect to an attacker-specified URL using attacker-chosen credentials IDs. The attacker must already possess knowledge of valid credentials IDs stored in Jenkins, possibly obtained through another vulnerability or reconnaissance [1][2][3].
Impact
By exploiting this CSRF vulnerability, an attacker can force Jenkins to initiate outbound connections to arbitrary URLs using stored credentials. This can leak the actual credential values to an attacker-controlled server, compromising all secrets managed by Jenkins that are tied to the known credential IDs. The attack does not require the attacker to have direct access to Jenkins but relies on a user with appropriate permissions being tricked into performing the action [1][2][3].
Mitigation
Status
As of the advisory publication date (2019-12-17), the vulnerability remains unpatched. Jenkins reports that the Alauda DevOps Pipeline Plugin is among several plugins with unresolved security issues; no fixed version is listed in the advisory. Users are advised to disable the plugin or apply workarounds such as restricting access to Jenkins or using a reverse proxy to add CSRF protection if possible, pending an official patch [1][2].
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 |
|---|---|---|
com.alauda.jenkins.plugins:alauda-devops-pipelineMaven | <= 2.3.2 | — |
Affected products
2- Range: unspecified
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-pv4c-rj4h-gr9mghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-16573ghsaADVISORY
- www.openwall.com/lists/oss-security/2019/12/17/1ghsamailing-listx_refsource_MLISTWEB
- jenkins.io/security/advisory/2019-12-17/ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.