VYPR
Moderate severityNVD Advisory· Published Apr 4, 2019· Updated Aug 5, 2024

CVE-2019-1003083

CVE-2019-1003083

Description

Missing permission check in Jenkins Gearman Plugin allows attackers with Overall/Read to initiate connections to attacker-specified servers.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Missing permission check in Jenkins Gearman Plugin allows attackers with Overall/Read to initiate connections to attacker-specified servers.

Vulnerability

The GearmanPluginConfig#doTestConnection form validation method in Jenkins Gearman Plugin lacks a permission check. This allows users with Overall/Read permission to initiate a connection to an attacker-specified server. Affected versions include those prior to the fix announced in the Jenkins Security Advisory 2019-04-03 [1].

Exploitation

An attacker with Overall/Read permission can send a crafted request to the doTestConnection endpoint, providing an arbitrary server address. No additional authentication or user interaction is required. The vulnerability is triggered via the form validation method, which performs the connection test without verifying the user's authorization to perform this action [3].

Impact

Successful exploitation enables the attacker to initiate outbound connections from the Jenkins controller to any server they specify. This can lead to Server-Side Request Forgery (SSRF), potentially allowing information disclosure or further network attacks.

Mitigation

The Jenkins Security Advisory 2019-04-03 [1] addresses this vulnerability. Users should update the Gearman Plugin to the latest version that includes the permission check. If no update is available, restricting Overall/Read permissions or removing the plugin may mitigate the risk. No workaround is provided in the advisory.

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.

PackageAffected versionsPatched versions
org.jenkins-ci.plugins:gearman-pluginMaven
< 0.4.00.4.0

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.