This advisory announces vulnerabilities in Jenkins.
Persisted XSS vulnerability in Warnings Next Generation Plugin
SECURITY-1373 / CVE-2019-10325
Warnings Next Generation Plugin rendered the name of a custom warnings parser unescaped on Jenkins web pages. This allowed attackers with Job/Configure permission to define a custom parser whose name included HTML and JavaScript, resulting in a persisted cross-site scripting vulnerability.
Warnings Next Generation Plugin now properly escapes custom warnings parser names.
CSRF vulnerability in Warnings Next Generation Plugin
SECURITY-1391 / CVE-2019-10326
Warnings Next Generation Plugin did not require that requests sent to the endpoint used to reset warning counts use POST. This resulted in a cross-site request forgery vulnerability that allows attackers to reset warning counts for future builds.
Warnings Next Generation Plugin now requires that these requests be sent via POST.
XML External Entity processing vulnerability in Pipeline Maven Integration Plugin
SECURITY-1409 / CVE-2019-10327
Pipeline Maven Integration Plugin did not configure its XML parser in a way that would prevent XML External Entity (XXE) processing.
This allowed attackers able to control the contents of a temporary directory on the agent that the Maven build is executing on to have Jenkins parse a maliciously crafted XML file that uses external entities for extraction of secrets from the Jenkins master, server-side request forgery, or denial-of-service attacks.
Pipeline Maven Integration Plugin no longer processes XML External Entities in XML documents.
Unsafe Script Security whitelist entry in Pipeline Remote Loader Plugin
SECURITY-921 / CVE-2019-10328
Pipeline Remote Loader Plugin provides a custom Script Security whitelist. Those entries apply to all scripts with sandbox protection, such as Pipeline.
One entry provided here was unsafe, as it allowed invoking arbitrary methods, bypassing sandbox protection.
The unsafe whitelist entry has been removed.
InfluxDB Plugin stored credentials in plain text
SECURITY-1403 / CVE-2019-10329
InfluxDB Plugin stored target passwords unencrypted in its global configuration file on the Jenkins master. These credentials could be viewed by users with access to the master file system.
InfluxDB Plugin now stores its passwords encrypted.
Improper handling of untrusted branches in Gitea Plugin
SECURITY-1046 / CVE-2019-10330
Multibranch pipelines are typically configured so that only committers to the repository are able to effectively propose changes to Jenkinsfiles. Changes to Jenkinsfiles in pull requests created by other users would not be trusted, and the target branch’s Jenkinsfile content is used instead.
Gitea Plugin did not implement this behavior. Attackers without commit access to the Git repository could therefore propose changes to Jenkinsfiles and have those be applied for PR builds despite the configuration declaring them to be untrusted.
Gitea Plugin now implements the desired behavior of only trusting pull request content when those are trusted.
CSRF vulnerability and missing permission check in Artifactory Plugin allow capturing credentials
SECURITY-1015 (1) / CVE-2019-10321 (CSRF), CVE-2019-10322 (missing permission check)
Artifactory Plugin does not perform permission checks on a method implementing form validation. This allows users with Overall/Read access to Jenkins to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.
Additionally, this form validation method does not require POST requests, resulting in a cross-site request forgery vulnerability.
As of publication of this advisory, no release containing a fix is available.
Users with Overall/Read access could enumerate credential IDs in Artifactory Plugin
SECURITY-1015 (2) / CVE-2019-10323
Artifactory Plugin provides a list of applicable credential IDs to allow users configuring the plugin to select the one to use.
This functionality does not correctly check permissions, allowing any user with Overall/Read permission to get a list of valid credentials IDs. Those can be used as part of an attack to capture the credentials using another vulnerability.
As of publication of this advisory, no release containing a fix is available.
CSRF vulnerability in Artifactory Plugin
SECURITY-1347 / CVE-2019-10324
Artifactory Plugin implements a number of API endpoints allowing users to trigger various actions related to releasing and promotion.
These endpoints do not require POST requests, resulting in a cross-site request forgery vulnerability.
As of publication of this advisory, no release containing a fix is available.