CVE-2025-14546 Affecting litellm-1.83-dashboard package, versions <1.83.10-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.1% (27th percentile)

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 IDSNYK-MINIMOSLATEST-LITELLM183DASHBOARD-16328401
  • published1 May 2026
  • disclosed19 Dec 2025

Introduced: 19 Dec 2025

CVE-2025-14546  (opens in a new tab)

How to fix?

Upgrade Minimos:latest litellm-1.83-dashboard to version 1.83.10-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream litellm-1.83-dashboard package and not the litellm-1.83-dashboard package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

Versions of the package fastapi-sso before 0.19.0 are vulnerable to Cross-site Request Forgery (CSRF) due to the improper validation of the OAuth state parameter during the authentication callback. While the get_login_url method allows for state generation, it does not persist the state or bind it to the user's session. Consequently, the verify_and_process method accepts the state received in the query parameters without verifying it against a trusted local value. This allows a remote attacker to trick a victim into visiting a malicious callback URL, which can result in the attacker's account being linked to the victim's internal account.