ZeroHour

CVE-2026-85684

niche

Unauthenticated path traversal in marker ≤ 2.0.0 enables arbitrary file write/delete

CVSS 4.0
8.8 high
EPSS
<1%p49
Published
()
Modified
AI analysis

marker through version 2.0.0 contains a path traversal flaw (CWE-73) in its FastAPI upload handler, where the client-supplied file.filename parameter is not sanitized. An unauthenticated attacker who can reach the /marker/upload endpoint can submit filenames containing directory traversal sequences, causing the server to write attacker-controlled files to arbitrary locations on the host or delete existing files. Because the CVSS 4.0 score of 8.8 assigns high impact to integrity and availability (with no confidentiality loss), the primary risk is file tampering, deletion, and potential follow-on compromise such as overwriting configuration or startup files. Any deployment running marker's FastAPI server at version 2.0.0 or earlier is affected, with the greatest risk on instances reachable by untrusted users or the internet. There is currently no known public proof of concept, the EPSS is 0.7% over 30 days (49th percentile), and the issue is not listed in CISA KEV, indicating no confirmed exploitation in the wild.

What to do: Upgrade marker to a release later than 2.0.0 as soon as a patched version is published (no fixed version is documented in the available data), and check the project's repository or vendor advisory for the fix. Until patched, restrict access to the /marker/upload endpoint using firewall rules, reverse-proxy allowlists, or network segmentation, and avoid exposing the service directly to the internet. Operators should also review hosts for unexpected new or missing files that could indicate exploitation.

Affected
marker (open-source project) markerall versions through 2.0.0 (≤ 2.0.0)
Estimated exposure
nichelikely low thousands of self-hosted instances, of which only internet-exposed ones are remotely attackable (no public install or scan counts available) — No install counts or exposure-scan data were provided, so the estimate rests on deployment patterns: marker is a specialized open-source tool whose FastAPI upload server is typically self-hosted by individual users or small teams on…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

marker through 2.0.0 contains a path traversal vulnerability in the FastAPI /marker/upload handler that fails to sanitize the file.filename parameter. Unauthenticated attackers can supply filenames containing directory traversal sequences to write arbitrary files to any location or delete existing files on the system.

Weakness
CWE-73
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.