SCA: security update for litellm (GHSA-4xpc-pv4p-pm3w)

critical Tenable Cloud Security Plugin ID 443343

Description

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

- LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.84.0, a
Host-header parsing flaw in the LiteLLM proxy could, under specific conditions, allow unauthenticated
access to protected management routes. The auth layer derived the effective route from request.url.path in
litellm/proxy/auth/auth_utils.py::get_request_route(), which Starlette reconstructs from the Host header.
A crafted Host could therefore make the auth gate evaluate a different route from the one FastAPI
dispatched. This vulnerability is fixed in 1.84.0. (CVE-2026-49468)

Solution

Update the litellm library and its related packages to version 1.84.0 or later.

See Also

https://github.com/advisories/GHSA-4xpc-pv4p-pm3w

Plugin Details

Severity: Critical

ID: 443343

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 6/17/2026

Updated: 7/9/2026

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

Risk Information

VPR

Risk Factor: High

Score: 7.7

Percentile: 99.06

Vendor

Vendor Severity: Critical

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-49468

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

CVSS v4

Risk Factor: Critical

Base Score: 9.5

Threat Score: 9.5

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 6/16/2026

Vulnerability Publication Date: 6/16/2026

Reference Information

CVE: CVE-2026-49468

cwe: CWE-290