8.8
CVE-2020-35217
- EPSS 0.58%
- Veröffentlicht 20.01.2021 13:15:12
- Zuletzt bearbeitet 21.11.2024 05:27:02
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
Vert.x-Web framework v4.0 milestone 1-4 does not perform a correct CSRF verification. Instead of comparing the CSRF token in the request with the CSRF token in the cookie, it compares the CSRF token in the cookie against a CSRF token that is stored in the session. An attacker does not even need to provide a CSRF token in the request because the framework does not consider it. The cookies are automatically sent by the browser and the verification will always succeed, leading to a successful CSRF attack.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Eclipse ≫ Vert.X-web Version4.0.0 Updatemilestone1
Eclipse ≫ Vert.X-web Version4.0.0 Updatemilestone2
Eclipse ≫ Vert.X-web Version4.0.0 Updatemilestone3
Eclipse ≫ Vert.X-web Version4.0.0 Updatemilestone4
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.58% | 0.431 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 6.8 | 8.6 | 6.4 |
AV:N/AC:M/Au:N/C:P/I:P/A:P
|
CWE-352 Cross-Site Request Forgery (CSRF)
The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
https://github.com/vert-x3/vertx-web/pull/1613