VYPR

Vert.x Web

by Eclipse

CVEs (3)

  • CVE-2026-1002MedJan 15, 2026
    risk 0.27cvss 5.3epss 0.00

    The Vert.x Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URI. The issue comes from an improper implementation of the C. rule of section 5.2.4 of RFC3986 and is fixed in Vert.x…

  • CVE-2023-24815MedFeb 9, 2023
    risk 0.24cvss 4.8epss 0.01

    Vert.x-Web is a set of building blocks for building web applications in the java programming language. When running vertx web applications that serve files using `StaticHandler` on Windows Operating Systems and Windows File Systems, if the mount point is a wildcard (`*`) then an…

  • CVE-2020-35217HigJan 20, 2021
    risk 0.00cvss 8.8epss 0.01

    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…