Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Eclipse | Vert.X-Web | 4.0.0 |
Related Weaknesses (CWE)
References
- https://github.com/vert-x3/vertx-web/pull/1613PatchThird Party Advisory
- https://github.com/vert-x3/vertx-web/pull/1613PatchThird Party Advisory
FAQ
What is CVE-2020-35217?
CVE-2020-35217 is a vulnerability with a CVSS score of 8.8 (HIGH). 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 i...
How severe is CVE-2020-35217?
CVE-2020-35217 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2020-35217?
Check the references section above for vendor advisories and patch information. Affected products include: Eclipse Vert.X-Web.