CVE-2023-6148:
Qualys Jenkins Plugin for Policy Compliance Cross-site Scripting vulnerability
5.7
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.63508%
CWE
Published
1/9/2024
Updated
1/24/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.qualys.plugins:qualys-pc | maven | < 1.0.6 | 1.0.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from two key flaws: 1) Missing permission checks in the connectivity test endpoint handler (likely a doCheck
method in the DescriptorImpl
class), allowing low-privileged users to execute it. 2) Unsanitized rendering of external API responses in Jenkins' web UI (via a response processing method), enabling XSS. These functions are standard patterns in Jenkins plugin development for connection validation and UI rendering, aligning with the described attack vectors.