-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
The vulnerability stems from the UI rendering of the SMTP password field. The commit diff shows a change from f.textbox() to f.password() in the configuration form definition. In vulnerable versions (2.72-2.73), the textbox implementation caused cleartext transmission and display, matching CWE-319. The config.groovy file's smtpPassword entry is directly responsible for handling password input rendering, making this function the clear vulnerability source.
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.plugins:email-ext | maven | >= 2.72, < 2.74 | 2.74 |