---
id: CVE-2026-47101
title: >-
  LiteLLM prior to 1.83.14 allows an authenticated internal_user to create API
  keys with access to routes that their role does not permit
summary: >-
  LiteLLM prior to 1.83.14 allows an authenticated internal_user to create API
  keys with access to routes that their role does not permit. When generating a
  key, the allowed_routes field is stored without verifying that the specified
  route…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-863
  - CWE-639
vendor: litellm
product: litellm
affected:
  - litellm < 1.83.14
patched:
  - litellm 1.83.14
published: '2026-05-21'
updated: '2026-07-01'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47101'
references:
  - url: 'https://gist.github.com/13ph03nix/9ec616e1fdc77b3673509c60206e827f'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/BerriAI/litellm/commit/2220f3076ac89bd2a2e3439acf57dcfbec2434c9
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/BerriAI/litellm/commit/5190bd07eb23a037745d86328096f54378f1614a
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/BerriAI/litellm/commit/d910a95661fce3cdd36f3b06c03ecf9c46c6457c
    label: disclosure@vulncheck.com
  - url: 'https://github.com/BerriAI/litellm/releases/tag/v1.83.14-stable'
    label: disclosure@vulncheck.com
  - url: 'https://huntr.com/bounties/8e75edfb-ff05-4e63-bfca-2d93d03fb3b9'
    label: disclosure@vulncheck.com
  - url: 'https://www.obsidiansecurity.com/blog/litellm-privilege-escalation-rce'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/litellm-privilege-escalation-via-api-key-generation
    label: disclosure@vulncheck.com
  - url: 'https://access.redhat.com/security/cve/CVE-2026-47101'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2480635'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-47101.json
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47101'
  - url: 'https://github.com/BerriAI/litellm'
tags:
  - nvd
  - exploit-available
  - osv
  - pip
epss: 0.01185
epssPercentile: 0.66475
ingestedAt: '2026-07-01T21:17:11.572Z'
exploits:
  github: 2
  githubRepos:
    - 'https://github.com/learner202649/CVE-2026-47101-PoC'
    - 'https://github.com/HORKimhab/CVE-LiteLLM'
  checkedAt: '2026-09-24T07:53:04.461Z'
exploitAvailable: true
aliases:
  - GHSA-qrc4-49gv-mv9m
  - PYSEC-2026-2598
ecosystem: pip
---

## Overview

LiteLLM prior to 1.83.14 allows an authenticated internal_user to create API keys with access to routes that their role does not permit. When generating a key, the allowed_routes field is stored without verifying that the specified routes fall within the user's own permissions. A key created with access to admin-only routes can then be used to reach those routes successfully, bypassing the role-based access controls that would otherwise block the request, enabling full privilege escalation from internal_user to proxy_admin.

## Affected

- `litellm < 1.83.14`

## Remediation

Upgrade past the affected range:

- `litellm 1.83.14`

## Package advisory (CVE-2026-47101)

Affected packages:

- `litellm < 1.83.14`

Patched in:

- `litellm 1.83.14`

Source: https://osv.dev/vulnerability/GHSA-qrc4-49gv-mv9m
