CVE-2019-1003043: Jenkins Slack Notification Plugin missing permission check
4.2
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.39712%
CWE
Published
5/13/2022
Updated
10/26/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:slack | maven | <= 2.19 | 2.20 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows the vulnerable method was modified to add @POST annotation and permission checks. The advisory explicitly states this form validation
method (doTestConnection
) was the attack vector. The function's pre-patch behavior matches the CWE-862
(Missing Authorization) description, as it allowed low-privileged users to trigger sensitive actions.