CVE-2019-10343: Medium severity jenkins configuration as code vulnerability
Configuration as Code Plugin logs the changes it applies to the Jenkins system log. Secrets such as passwords should be masked (i.e. replaced with asterisks) in that log to prevent accidental disclosure.
Between Configuration as Code Plugin 0.8-alpha and 1.0, log messages contained values if the values were specified using properties in the YAML file (SECURITY-929).
Since Configuration as Code Plugin 1.1, log messages in Configuration as Code Plugin instead mask values of type Secret, which is used in Jenkins to store the values encrypted on disk. This did not work in many instances, as plugins could use the Secret type to store credentials encrypted on disk while not having the Secret type appear in their Java API.
Configuration as Code Plugin now inspects the type and looks for a field, getter, or constructor argument corresponding to the property, making the secret detection much more robust for the purpose of log message masking. As a workaround, administrators can configure the logging level of the logger io.jenkins.plugins.casc.Attribute to a level that does not include INFO messages. See the logging documentation for details.
Other sources
Jenkins Configuration as Code Plugin 1.24 and earlier did not properly apply masking to values expected to be hidden when logging the configuration being applied.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2019-10343?
CVE-2019-10343 is classified as a moderate severity vulnerability affecting Jenkins Configuration as Code Plugin.
How do I fix CVE-2019-10343?
To mitigate CVE-2019-10343, update the Jenkins Configuration as Code Plugin to version 1.25 or later.
What types of information are exposed in the logs due to CVE-2019-10343?
CVE-2019-10343 can expose sensitive information including secrets such as passwords in Jenkins system logs.
Which versions of the Configuration as Code Plugin are affected by CVE-2019-10343?
CVE-2019-10343 affects Configuration as Code Plugin versions between 0.8-alpha and 1.0.
Is there a risk of information leakage with CVE-2019-10343?
Yes, CVE-2019-10343 poses a risk of information leakage since passwords and secrets may be logged in plaintext.