Cross-site Request Forgery (CSRF) Affecting io.vertx:vertx-web Open this link in a new tab package, versions [3.0.0, 3.5.3)
Attack Complexity
Low
User Interaction
Required
Confidentiality
High
Integrity
High
Availability
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JAVA-IOVERTX-72441
-
published
21 Oct 2018
-
disclosed
15 Jun 2018
-
credit
Unknown
Introduced: 15 Jun 2018
CVE-2018-12540 Open this link in a new tabHow to fix?
Upgrade io.vertx:vertx-web
to version 3.5.3 or higher.
Overview
io.vertx:vertx-web is a HTTP web applications for Vert.x.
Affected versions of this package are vulnerable to Cross-site Request Forgery (CSRF). The CSRFHandler
does not assert that the XSRF
Cookie matches the returned XSRF
header/form parameter. This allows replay attacks with previously issued tokens which are not expired yet.