CVE-2022-47500: Apache Helix UI vulnerable to Open Redirect
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.73213%
CWE
Published
12/19/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.helix:helix | maven | >= 0.8.0, < 1.1.0 | 1.1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from an improperly designed forwarding component that was removed in the fix. While exact function names/paths aren't disclosed in available sources, the advisory explicitly states: 1) Open redirect occurred through UI embedding functionality 2) The solution was removing the forward component 3) This aligns with CWE-601 patterns where unvalidated redirect URLs are passed through forwarding mechanisms. The high confidence comes from the vendor's own root cause analysis identifying the forwarding component as the vulnerable element.