<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:langchain:langchain-Nvidia-Ai-Endpoints:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3alangchainlangchain-nvidia-ai-endpoints/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 24 Sep 2026 20:06:01 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3alangchainlangchain-nvidia-ai-endpoints/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Local File Disclosure in langchain-nvidia-ai-endpoints</title><link>https://feed.craftedsignal.io/briefs/2026-09-langchain-nvidia-ai-endpoints-lfi/</link><pubDate>Thu, 24 Sep 2026 20:06:01 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-langchain-nvidia-ai-endpoints-lfi/</guid><description>The langchain-nvidia-ai-endpoints library versions prior to 1.4.2 are vulnerable to local file disclosure when attacker-controlled image inputs are passed to ChatNVIDIA or VLM reranking APIs, leading to unauthorized file reading and exfiltration to remote endpoints.</description><content:encoded><![CDATA[<p>The <code>langchain-nvidia-ai-endpoints</code> Python package, specifically versions 1.4.1 and earlier, contains a local file disclosure vulnerability. The issue arises from the package's handling of Vision Language Model (VLM) image inputs, where the library fails to adequately sanitize or restrict image paths provided to the <code>ChatNVIDIA</code> or VLM reranking APIs.</p>
<p>If an application utilizing this library allows untrusted user input to influence the image source parameter, an attacker can supply local filesystem paths. When the library processes these requests, it treats the provided path as a file to be read by the application process. The contents of these files are then included in the payload sent to the configured NVIDIA/NIM model backend. This allows attackers to exfiltrate arbitrary files that the application process has permissions to read, such as configuration files, local credentials, or source code. The vulnerability was addressed in version 1.4.2, which strictly filters input types to only permit remote URLs, base64-encoded data URIs, and authorized asset identifiers.</p>
<h2 id="impact">Impact</h2>
<p>Applications built with <code>langchain-nvidia-ai-endpoints</code> that process untrusted image inputs are at risk of arbitrary file disclosure. If exploited, an attacker can gain unauthorized access to sensitive local files, which may lead to further exploitation, credential theft, or exposure of internal infrastructure details. The potential impact depends on the filesystem permissions assigned to the service account running the application process.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade <code>langchain-nvidia-ai-endpoints</code> to version 1.4.2 or later immediately.</li>
<li>If patching is delayed, implement strict server-side validation to reject any user-supplied image input that resembles a local filesystem path (e.g., paths starting with <code>/</code>, <code>C:\</code>, or relative path traversal sequences like <code>../</code>).</li>
<li>Enforce the principle of least privilege for the application process; ensure the service account running the application has read access restricted only to the files and directories strictly necessary for its operation.</li>
<li>Review application logs for anomalous requests to the <code>ChatNVIDIA</code> or reranking endpoints that contain suspicious local path string patterns in image parameters.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>local-file-inclusion</category><category>python</category><category>supply-chain</category></item></channel></rss>