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.
Published: 2026-09-04
Score: 8.8 High
EPSS: 1.1% Low
KEV: No
Impact: Arbitrary File Write/Deletion via Path Traversal
Action: Immediate Patch
AI Analysis

Impact

Marker up to version 2.0.0 contains a path traversal flaw in the FastAPI /marker/upload handler. The server fails to sanitize the file.filename parameter, allowing an unauthenticated attacker to supply filenames that traverse directories. This flaw permits the attacker to upload files to arbitrary locations on the host filesystem or delete existing files, creating a serious risk of remote code execution, data loss, and denial of service.

Affected Systems

The vulnerability affects the datalab-to Marker application, specifically all releases up to and including version 2.0.0. No other versions are currently listed as affected.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity. Because the exploit requires only an unauthenticated HTTP request and the payload is simple, the likelihood of exploitation is high. The EPSS score is unavailable, and the vulnerability is not listed in the CISA KEV catalog, but the combination of high CVSS and path traversal susceptibility suggests that attackers could readily target any exposed instance of Marker.

Generated by OpenCVE AI on September 4, 2026 at 16:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Marker to the latest release that includes the path traversal fix.
  • Restrict access to the /marker/upload endpoint to authenticated users only and implement strict validation of the file.filename field, rejecting any path traversal sequences.
  • Configure the application or underlying operating system to limit the process's file system permissions, ensuring it can only write to a dedicated upload directory and cannot delete arbitrary files.

Generated by OpenCVE AI on September 4, 2026 at 16:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Datalab-to
Datalab-to marker
Vendors & Products Datalab-to
Datalab-to marker

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
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.
Title marker through 2.0.0 Path Traversal via upload filename
Weaknesses CWE-73
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 8.8, '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'}


Subscriptions

Datalab-to Marker
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-08T17:07:33.918Z

Reserved: 2026-09-04T13:51:42.217Z

Link: CVE-2026-85684

cve-icon Vulnrichment

Updated: 2026-09-08T17:07:27.832Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T15:17:46.077

Modified: 2026-09-23T17:17:46.567

Link: CVE-2026-85684

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T16:15:05Z

Weaknesses
  • CWE-73

    External Control of File Name or Path