CVE-2019-10348: Jenkins Gogs Plugin stored credentials in plain text
4.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.26188%
CWE
Published
5/24/2022
Updated
12/5/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:gogs-webhook | maven | <= 1.0.14 | 1.0.15 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerable functions are identified based on the changes made to handle the gogsSecret
securely. The original handling of gogsSecret
as a plain String in GogsProjectProperty
was insecure, and the patch updated this to use Jenkins' Secret
class for secure handling.