Bug 2188455 (CVE-2023-30513) - CVE-2023-30513 jenkins: Improper masking of credentials in multiple plugins
Summary: CVE-2023-30513 jenkins: Improper masking of credentials in multiple plugins
Keywords:
Status: CLOSED NOTABUG
Alias: CVE-2023-30513
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 2188456
TreeView+ depends on / blocked
 
Reported: 2023-04-20 20:06 UTC by Pedro Sampaio
Modified: 2023-04-24 09:23 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-04-24 09:23:28 UTC
Embargoed:


Attachments (Terms of Use)

Description Pedro Sampaio 2023-04-20 20:06:14 UTC
Multiple plugins do not properly mask (i.e., replace with asterisks) credentials printed in the build log from Pipeline steps like sh and bat, when both of the following conditions are met:

    The credentials are printed in build steps executing on an agent (typically inside a node block).

    Push mode for durable task logging is enabled. This is a hidden option in Pipeline: Nodes and Processes that can be enabled through the Java system property org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.USE_WATCHING. It is also automatically enabled by some plugins, e.g., OpenTelemetry and Pipeline Logging over CloudWatch.

The following plugins are affected by this vulnerability:

    Kubernetes 3909.v1f2c633e8590 and earlier (SECURITY-3079 / CVE-2023-30513)


References:

https://www.jenkins.io/security/advisory/2023-04-12/#SECURITY-3075


Note You need to log in before you can comment on or make changes to this bug.