CVE-2020-2312:
Password written to the build log by Jenkins SQLPlus Script Runner Plugin
6.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/24/2022
Updated
10/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:sqlplus-script-runner | maven | < 2.0.13 | 2.0.13 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unredacted password exposure in build logs during sqlplus command execution. The execute method would logically be responsible for constructing the command line (including sensitive parameters) and logging the invocation. Jenkins plugin security fixes for credential leakage typically involve modifying command logging mechanisms in execution handlers. The advisory explicitly states the flaw was corrected by stopping password logging, strongly implicating the command execution/logging function as the vulnerable component.