CVE-2017-7662: Cross-Site Request Forgery in Apache CXF Fediz
8.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.73924%
CWE
Published
5/13/2022
Updated
12/22/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/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.apache.cxf.fediz:fediz-oidc | maven | < 1.3.2 | 1.3.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing CSRF protections in state-changing operations. The commit c68e482 shows these functions were modified to add CSRF token parameters (client_csrfToken) and validation checks. In vulnerable versions, these endpoints accepted POST requests without verifying the CSRF token, making them susceptible to forged requests when an admin session was active. The high confidence comes from direct evidence in the patch where CSRF validation was added to all these entry points.