CVE-2019-10293
Description
A missing permission check in Jenkins Kmap Plugin in KmapJenkinsBuilder.DescriptorImpl form validation methods allows attackers with Overall/Read permission to initiate a connection to an attacker-specified server.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The Jenkins Kmap Plugin lacks a permission check in form validation, allowing attackers with Overall/Read to probe attacker-specified servers.
Vulnerability
Overview
CVE-2019-10293 affects the Jenkins Kmap Plugin (kmap-jenkins). A missing permission check in the KmapJenkinsBuilder.DescriptorImpl form validation methods allows any user with Overall/Read permission to exploit this flaw [1][3]. The root cause is the absence of a required Jenkins#checkPermission call, which would normally restrict such operations to users with a higher privilege level.
Exploitation
Prerequisites
Attackers need only Overall/Read permission on the Jenkins instance, which is typically granted to most authenticated users or even anonymous users if configured. No additional authentication is required beyond that. The plugin does not validate the user's authority when processing form validation requests, making it trivial to trigger [2].
Impact
A successful exploitation allows an attacker to initiate a connection to an attacker-specified server. While this does not directly expose Jenkins credentials or data, it can be used for network scanning, internal reconnaissance, or as part of a larger chain to exfiltrate information or launch further attacks [1][3].
Mitigation
The vulnerability was addressed in the Jenkins Security Advisory 2019-04-03. Users should update the Kmap Plugin to a version that includes the proper permission check. No workarounds are mentioned, so upgrading is the recommended course of action [1].
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 products
3- 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-q5wm-qgxj-h9phghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-10293ghsaADVISORY
- 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.