SCA: security update for vllm (GHSA-v359-jj2v-j536)

critical Tenable Cloud Security Plugin ID 438530

Description

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

- vLLM is an inference and serving engine for large language models (LLMs). The SSRF protection fix for
CVE-2026-24779 add in 0.15.1 can be bypassed in the load_from_url_async method due to inconsistent URL
parsing behavior between the validation layer and the actual HTTP client. The SSRF fix uses
urllib3.util.parse_url() to validate and extract the hostname from user-provided URLs. However,
load_from_url_async uses aiohttp for making the actual HTTP requests, and aiohttp internally uses the yarl
library for URL parsing. This vulnerability in 0.17.0. (CVE-2026-25960)

Solution

Update the vllm library and its related packages to version 0.17.0 or later.

See Also

https://github.com/advisories/GHSA-v359-jj2v-j536

Plugin Details

Severity: Critical

ID: 438530

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 3/10/2026

Updated: 7/17/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 58.03

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

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

CVSS Score Source: CVE-2026-25960

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/9/2026

Vulnerability Publication Date: 3/9/2026

Reference Information

CVE: CVE-2026-25960

cwe: CWE-918