CVE-2026-33626 PUBLISHED

LMDeploy Vulnerable to Server-Side Request Forgery (SSRF) via Vision-Language Image Loading

Assigner: GitHub_M
Reserved: 23.03.2026 Published: 20.04.2026 Updated: 20.04.2026

LMDeploy is a toolkit for compressing, deploying, and serving large language models. Versions prior to 0.12.3 have a Server-Side Request Forgery (SSRF) vulnerability in LMDeploy's vision-language module. The load_image() function in lmdeploy/vl/utils.py fetches arbitrary URLs without validating internal/private IP addresses, allowing attackers to access cloud metadata services, internal networks, and sensitive resources. Version 0.12.3 patches the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor InternLM
Product lmdeploy
Versions
  • Version < 0.12.3 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE