<?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>Cve-2026-75111 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-75111/</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>Mon, 17 Aug 2026 22:51:40 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-75111/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>Path Traversal Vulnerability in Evidently UI</title><link>https://feed.craftedsignal.io/briefs/2026-08-evidently-path-traversal/</link><pubDate>Mon, 17 Aug 2026 22:51:40 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-evidently-path-traversal/</guid><description>An unauthenticated path traversal vulnerability (CVE-2026-75111) in the Evidently UI dataset materialization endpoint allows attackers to read arbitrary files from the host system.</description><content:encoded><![CDATA[<p>Evidently versions 0.7.21 and earlier contain a critical path traversal vulnerability in the UI component. The flaw exists within the dataset materialization logic, specifically in the <code>filename</code> parameter, which lacks sufficient input validation. An unauthenticated attacker can supply crafted file paths, including directory traversal sequences (e.g., &quot;../&quot;) or absolute filesystem paths, to the dataset materialization endpoint.</p>
<p>When processed, the application attempts to access the specified file outside of the intended workspace directory. The resulting data is then materialized into a dataset, which the attacker can subsequently retrieve via the standard download functionality. This allows for the exfiltration of sensitive system files, configuration data, or other proprietary information accessible to the service process. The issue has been identified in the <code>data_source.py</code> module of the Evidently repository.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability enables unauthorized reading of arbitrary files on the host system. This could lead to the exposure of sensitive configuration files, environment variables, source code, or internal application data. Given the unauthenticated nature of the exploit, this vulnerability poses a significant risk to any publicly or internally accessible instances of the Evidently UI.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade to Evidently version 0.7.22 or later immediately to patch the validation logic in the dataset materialization endpoint.</li>
<li>Restrict access to the Evidently UI service to trusted network segments, ideally requiring VPN or zero-trust authentication until the patch is applied.</li>
<li>Deploy the detection rule below to identify exploitation attempts targeting the dataset materialization endpoint.</li>
<li>Audit web server logs for suspicious requests containing path traversal patterns (e.g., ../) targeting the <code>/datasets/</code> or materialization-related URI paths.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2026-75111</category><category>path-traversal</category><category>web-application</category></item></channel></rss>