VYPR
Moderate severityNVD Advisory· Published Jul 27, 2022· Updated Aug 3, 2024

CVE-2022-36909

CVE-2022-36909

Description

A missing permission check in Jenkins OpenShift Deployer Plugin 1.2.0 and earlier allows attackers with Overall/Read permission to check for the existence of an attacker-specified file path on the Jenkins controller file system and to upload a SSH key file from the Jenkins controller file system to an attacker-specified URL.

AI Insight

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

Jenkins OpenShift Deployer Plugin lacks permission checks, allowing users with Overall/Read to probe file existence and exfiltrate SSH keys.

A missing permission check in Jenkins OpenShift Deployer Plugin 1.2.0 and earlier allows attackers with Overall/Read permission to check for the existence of an attacker-specified file path on the Jenkins controller file system and to upload an SSH key file from the Jenkins controller file system to an attacker-specified URL [1][2][3]. This vulnerability occurs because the plugin does not properly validate that the user has the necessary permissions for these actions.

The attack requires only Overall/Read permission, which is commonly granted to many Jenkins users. An attacker can probe arbitrary file paths on the controller to confirm their existence, then upload an SSH key file (e.g., /var/lib/jenkins/.ssh/id_rsa) to an external server, bypassing any intended access controls [1][3][4]. The plugin's use of SSH keys for OpenShift authentication makes this a high-risk vector for credential theft.

Successful exploitation allows an attacker to exfiltrate SSH keys, which could be used to authenticate to and compromise OpenShift deployments managed by Jenkins [4]. As the plugin only supports OpenShift v2 (which is end-of-life), no fix is expected, and the vulnerability remains unresolved [1][2]. Users should remove the plugin or restrict access to Jenkins jobs requiring Overall/Read.

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.

PackageAffected versionsPatched versions
org.jenkins-ci.plugins:openshift-deployerMaven
<= 1.2.0

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

5

News mentions

0

No linked articles in our index yet.