SB2019092603 - Multiple vulnerabilities in Project Inheritance plugin for Jenkins
Published: September 26, 2019
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 3 vulnerabilities.
1) Information disclosure (CVE-ID: CVE-2019-10407)
CWE-ID: CWE-200 - Exposure of sensitive information to an unauthorized actor
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to gain access to potentially sensitive information.
The vulnerability exists due to the affected plugin displays a list of environment variables passed to a build without masking sensitive variables contributed by the Mask Passwords Plugin. A remote authenticated attacker can gain unauthorized access to sensitive information on the system and define secret environment variables (typically passwords) to be passed to builds, both globally, and for specific jobs.
2) Improper access control (CVE-ID: CVE-2019-10409)
CWE-ID: CWE-284 - Improper Access Control
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
The vulnerability allows a remote user to gain unauthorized access to otherwise restricted functionality.
The vulnerability exists due a missing permission check in the HTTP endpoint triggering project creation. A remote authenticated user with Overall/Read permission can bypass implemented security restrictions and create these projects from templates.
3) Cross-site request forgery (CVE-ID: CVE-2019-10408)
CWE-ID: CWE-352 - Cross-Site Request Forgery (CSRF)
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:U/U:Clear
The vulnerability allows a remote attacker to perform cross-site request forgery attacks.
The vulnerability exists due to insufficient validation of the HTTP request origin. A remote authenticated attacker can trick the victim to visit a specially crafted web page and perform arbitrary actions on behalf of the victim on the vulnerable website such as trigger project generation from templates.
Remediation
Install update from vendor's website.