<?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>Marker (&lt;= 2.0.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/marker--2.0.0/</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>Fri, 04 Sep 2026 15:26:31 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/marker--2.0.0/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 Marker Upload Handler (CVE-2026-85684)</title><link>https://feed.craftedsignal.io/briefs/2026-09-marker-path-traversal/</link><pubDate>Fri, 04 Sep 2026 15:26:31 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-marker-path-traversal/</guid><description>An unauthenticated path traversal vulnerability in the marker library up to version 2.0.0 allows attackers to overwrite or delete arbitrary files on the system by manipulating the file.filename parameter.</description><content:encoded><![CDATA[<p>The marker library, through version 2.0.0, contains a critical path traversal vulnerability within its FastAPI-based /marker/upload handler. The vulnerability stems from the application's failure to properly sanitize the file.filename parameter before using it in file system operations.</p>
<p>This security flaw allows unauthenticated, remote attackers to traverse directories by providing malicious filenames containing sequences like &quot;../&quot; or &quot;..\&quot;. Depending on the application's permissions, an attacker can overwrite critical system files to achieve Remote Code Execution (RCE) or delete existing files to cause a Denial of Service (DoS). This vulnerability is particularly dangerous in high-privilege environments where the web application service account has write access to system-critical directories. Organizations using software that incorporates the marker library are advised to verify their dependencies and ensure they are not exposing the vulnerable upload endpoint to untrusted networks.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-85684 results in unauthorized file system access. This can lead to full system compromise through the overwriting of binaries, configuration files, or startup scripts, or lead to catastrophic data loss and service interruption via the deletion of necessary application or system components. Given the CVSS 3.1 base score of 9.1, this represents a significant risk to the integrity and availability of any environment running the affected software version.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update any application using the marker library to a version beyond 2.0.0, or apply the specific security patches provided by the package maintainers when available.</li>
<li>Implement strict input validation on the file.filename parameter to detect and reject directory traversal sequences (e.g., &quot;../&quot;, &quot;..\&quot;) before the data is processed by the /marker/upload handler.</li>
<li>Run the application service with the principle of least privilege, ensuring the service account lacks write access to sensitive system directories.</li>
<li>Deploy WAF rules to monitor and block POST requests to /marker/upload that contain directory traversal patterns in the filename metadata.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>