CVE-2026-26013 PUBLISHED

LangChain affected by SSRF via image_url token counting in ChatOpenAI.get_num_tokens_from_messages

Assigner: GitHub_M
Reserved: 09.02.2026 Published: 10.02.2026 Updated: 10.02.2026

LangChain is a framework for building agents and LLM-powered applications. Prior to 1.2.11, the ChatOpenAI.get_num_tokens_from_messages() method fetches arbitrary image_url values without validation when computing token counts for vision-enabled models. This allows attackers to trigger Server-Side Request Forgery (SSRF) attacks by providing malicious image URLs in user input. This vulnerability is fixed in 1.2.11.

Metrics

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

Product Status

Vendor langchain-ai
Product langchain
Versions
  • Version < 1.2.11 is affected

References

Problem Types

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