CVE-2022-27195
CVE-2022-27195 is a medium-severity vulnerability in Jenkins Parameterized Trigger with a CVSS 3.x base score of 5.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- Severity: Medium (CVSS 3.x base score 5.5)
- CVSS v2: 2.1
- EPSS exploit prediction: 0% (29th percentile)
- Actively exploited: Not listed in CISA KEV
- Affected product: Jenkins Parameterized Trigger
- Published:
- Last modified:
Description
Jenkins Parameterized Trigger Plugin 2.43 and earlier captures environment variables passed to builds triggered using Jenkins Parameterized Trigger Plugin, including password parameter values, in their `build.xml` files. These values are stored unencrypted and can be viewed by users with access to the Jenkins controller file system.
Frequently asked questions
- What is CVE-2022-27195?
- Jenkins Parameterized Trigger Plugin 2.43 and earlier captures environment variables passed to builds triggered using Jenkins Parameterized Trigger Plugin, including password parameter values, in their `build.xml` files. These values are stored unencrypted and can be viewed by users with access to the Jenkins controller file system.
- How severe is CVE-2022-27195?
- CVE-2022-27195 has a CVSS 3.x base score of 5.5, rated medium severity. It is exploitable over local access with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity none, and availability none.
- Is CVE-2022-27195 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (29th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2022-27195?
- CVE-2022-27195 affects Jenkins Parameterized Trigger. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2022-27195?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- When was CVE-2022-27195 published?
- CVE-2022-27195 was published on 2022-03-15 and last updated on 2026-06-17.
References
- http://www.openwall.com/lists/oss-security/2022/03/15/2
- https://www.jenkins.io/security/advisory/2022-03-15/#SECURITY-2185
Affected products (1)
- cpe:2.3:a:jenkins:parameterized_trigger:*:*:*:*:*:jenkins:*:*
More vulnerabilities in Jenkins Parameterized Trigger
- CVE-2017-1000084 — Medium (CVSS 6.5): Parameterized Trigger Plugin fails to check Item/Build permission: The Parameterized Trigger Plugin did not check the…