CVE-2021-21669: XXE vulnerability in Jenkins Generic Webhook Trigger Plugin
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.73825%
CWE
Published
5/24/2022
Updated
12/15/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.plugins:generic-webhook-trigger | maven | <= 1.72 | 1.74 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from insecure XML parsing in the XPath processing function. The commit diff shows the fix added 'factory.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true)' to disable DTD processing. This indicates the vulnerable code path was in XML parsing logic handling webhook payloads, specifically in the XPath resolver that lacked proper XXE protections prior to the patch.