CVE-2022-36918
Description
Jenkins Buckminster Plugin 1.1.1 and earlier lacks a permission check in a form validation method, allowing attackers with Overall/Read to probe for arbitrary file existence on the controller.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Jenkins Buckminster Plugin 1.1.1 and earlier lacks a permission check in a form validation method, allowing attackers with Overall/Read to probe for arbitrary file existence on the controller.
Vulnerability
Details
Jenkins Buckminster Plugin versions 1.1.1 and earlier contain a missing permission check in a method that implements form validation [1][3]. This flaw allows an attacker with only Overall/Read permission to probe for the existence of arbitrary file paths on the Jenkins controller's file system [1][2]. The root cause is that the plugin does not verify that the user has the necessary permissions before executing the file existence check.
Exploitation
An attacker who has been granted the Overall/Read permission (a low-privilege role) can exploit this vulnerability by sending crafted requests to the form validation endpoint [1]. No additional authentication or network position is required beyond having a valid Jenkins account with that permission. The attacker can specify any file path on the controller's file system, and the plugin will respond indicating whether the file exists [3].
Impact
Successful exploitation allows the attacker to determine the existence of files on the Jenkins controller, such as configuration files, credentials files, or other sensitive data [1][3]. While this does not directly expose file contents, it can be used to gather information for further attacks, such as confirming the presence of specific software or misconfigurations.
Mitigation
As of the advisory publication date (2022-07-27), no fix was available for the Buckminster Plugin [1][2]. Users are advised to restrict Overall/Read permission to trusted users only, or to remove the plugin if it is not essential. The plugin remains listed as an unresolved security issue in the Jenkins security advisory [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 |
|---|---|---|
org.jenkins-ci.plugins:buckminsterMaven | <= 1.1.1 | — |
Affected products
2- Jenkins project/Jenkins Buckminster Pluginv5Range: unspecified
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-79x9-477g-w256ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-36918ghsaADVISORY
- www.openwall.com/lists/oss-security/2022/07/27/1ghsamailing-listx_refsource_MLISTWEB
- www.jenkins.io/security/advisory/2022-07-27/ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.