Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. langchain-openai
  4. ›
  5. CVE-2026-41488

CVE-2026-41488: langchain-openai: Image token counting SSRF protection can be bypassed via DNS rebinding

April 16, 2026 (updated April 27, 2026)

langchain-openai’s _url_to_size() helper (used by get_num_tokens_from_messages for image token counting) validated URLs for SSRF protection and then fetched them in a separate network operation with independent DNS resolution. This left a TOCTOU / DNS rebinding window: an attacker-controlled hostname could resolve to a public IP during validation and then to a private/localhost IP during the actual fetch.

The practical impact is limited because the fetched response body is passed directly to Pillow’s Image.open() to extract dimensions — the response content is never returned, logged, or otherwise exposed to the caller. An attacker cannot exfiltrate data from internal services through this path. A potential risk is blind probing (inferring whether an internal host/port is open based on timing or error behavior).

References

  • github.com/advisories/GHSA-r7w7-9xr2-qq2r
  • github.com/langchain-ai/langchain
  • github.com/langchain-ai/langchain/security/advisories/GHSA-r7w7-9xr2-qq2r
  • nvd.nist.gov/vuln/detail/CVE-2026-41488

Code Behaviors & Features

Detect and mitigate CVE-2026-41488 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.1.14

Fixed versions

  • 1.1.14

Solution

Upgrade to version 1.1.14 or above.

Impact 3.1 LOW

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

Learn more about CVSS

Weakness

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

Source file

pypi/langchain-openai/CVE-2026-41488.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:19:06 +0000.