Lucene search

K
githubGitHub Advisory DatabaseGHSA-9Q69-G5GC-9FGF
HistoryApr 22, 2021 - 4:16 p.m.

Cross-Site Request Forgery in Vert.x-Web framework

2021-04-2216:16:18
CWE-352
GitHub Advisory Database
github.com
51

0.001 Low

EPSS

Percentile

29.8%

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.

0.001 Low

EPSS

Percentile

29.8%

Related for GHSA-9Q69-G5GC-9FGF