CVE-2026-85684
nicheUnauthenticated path traversal in marker ≤ 2.0.0 enables arbitrary file write/delete
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.
| marker (open-source project) marker | all versions through 2.0.0 (≤ 2.0.0) |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
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 news0 stories
No ingested article mentions this CVE yet.