CVE-2023-30520: Jenkins Quay.io trigger Plugin Cross-site Scripting vulnerability
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.7274%
CWE
Published
4/12/2023
Updated
4/21/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:quayio-trigger | maven | <= 0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from two key points: 1) Lack of URL scheme validation during webhook payload processing (allowing dangerous schemes like 'javascript:'), and 2) Unsafe rendering of the stored URL in the UI. While exact function
names/paths aren't provided in advisories, Jenkins
plugin conventions suggest webhook handlers (Java classes) and Jelly
UI files are involved. The high confidence stems from the explicit description of the attack vector (unfiltered webhook URLs) and the XSS
mechanism (stored payload execution).