6.1
CVE-2023-34247
- EPSS 0.02%
- Veröffentlicht 13.06.2023 17:15:14
- Zuletzt bearbeitet 21.11.2024 08:06:51
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
Keystone is a content management system for Node.JS. There is an open redirect in the `@keystone-6/auth` package versions 7.0.0 and prior, where the redirect leading `/` filter can be bypassed. Users may be redirected to domains other than the relative host, thereby it might be used by attackers to re-direct users to an unexpected location. To mitigate this issue, one may apply a patch from pull request 8626 or avoid using the `@keystone-6/auth` package.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Keystonejs ≫ Keystone SwPlatformnode.js Version <= 7.0.0
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.02% | 0.054 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 4.1 | 2.3 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N
|
| security-advisories@github.com | 6.1 | 1.7 | 4 |
CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:N
|
CWE-601 URL Redirection to Untrusted Site ('Open Redirect')
The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.