SCA: security update for io.vertx:vertx-web (GHSA-9q69-g5gc-9fgf)

high Tenable Cloud Security Plugin ID 413413

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2020-35217)

See Also

https://github.com/advisories/GHSA-9q69-g5gc-9fgf

Plugin Details

Severity: High

ID: 413413

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 1/27/2026

Risk Information

VPR

Risk Factor: Medium

Score: 5.9

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P

CVSS Score Source: CVE-2020-35217

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/22/2021

Vulnerability Publication Date: 1/20/2021

Reference Information

CVE: CVE-2020-35217

cwe: CWE-352