CVE-2017-15700:
Apache Sling Authentication Service vulnerability
8.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/14/2022
Updated
8/9/2024
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.sling:org.apache.sling.auth.core | maven | >= 1.4.0, < 1.4.2 | 1.4.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly identifies AuthUtil#isRedirectValid as the flawed method. The CWE-200 (sensitive info exposure) aligns with the credential theft scenario. The method's purpose of validating redirect URLs matches the attack vector described, where improper validation would enable open redirect attacks. Multiple sources (CVE, GHSA, Apache mailing list) consistently reference this method as the root cause.