CVE-2019-1003082
Description
A CSRF vulnerability in Jenkins Gearman Plugin allows attackers to initiate a connection to an attacker-specified server via the form validation method.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A CSRF vulnerability in Jenkins Gearman Plugin allows attackers to initiate a connection to an attacker-specified server via the form validation method.
Vulnerability
A cross-site request forgery (CSRF) vulnerability exists in the Jenkins Gearman Plugin in the GearmanPluginConfig#doTestConnection form validation method. This allows an attacker to trick a Jenkins user with the necessary permissions into initiating a connection to an attacker-specified server. The affected versions include Gearman Plugin before the fix released on 2019-04-03 [1][3].
Exploitation
To exploit this vulnerability, an attacker must craft a malicious web page or link that, when accessed by a Jenkins user with appropriate permissions (e.g., a Jenkins administrator or user with access to the plugin configuration), triggers a forged request to the Jenkins server. The request targets the doTestConnection endpoint, and the attacker provides the address of a server they control. The attacker does not need authentication on the Jenkins instance, but the victim user must have the ability to access the plugin configuration page [1][3].
Impact
Successful exploitation allows the attacker to cause the Jenkins server to initiate a network connection to an attacker-specified server. This can lead to information disclosure, such as the attacker learning about the Jenkins network environment, or could be used to further probe internal network services. The connection is initiated from the Jenkins controller. No code execution or data modification on the Jenkins server is directly achieved, but it can be a stepping stone for more targeted attacks [1][3].
Mitigation
The vulnerability is fixed in Gearman Plugin versions released after 2019-04-03. Users should update to the latest version of the plugin available from the Jenkins update center. No workarounds are documented. The plugin is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog [1][3].
AI Insight generated on May 22, 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:gearman-pluginMaven | < 0.4.0 | 0.4.0 |
Affected products
2- Range: all versions as of 2019-04-03
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/advisories/GHSA-449p-7c3p-vf7gghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-1003082ghsaADVISORY
- www.openwall.com/lists/oss-security/2019/04/12/2ghsamailing-listx_refsource_MLISTWEB
- www.securityfocus.com/bid/107790ghsavdb-entryx_refsource_BIDWEB
- jenkins.io/security/advisory/2019-04-03/ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.