CVE-2023-34247:
@keystone-6/auth Open Redirect vulnerability
6.1
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
6/14/2023
Updated
11/4/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
@keystone-6/auth | npm | < 7.0.0 | 7.0.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability was explicitly addressed by removing redirect functionality in PR #8626. The commit messages and PR title indicate the redirect logic in authentication flows was the attack surface. Open redirect vulnerabilities typically involve improper validation of URL parameters in redirection handlers, which aligns with the CWE-601 description and the mitigation strategy of removing the feature entirely.