Description
TEN Framework 0.11.71 contains unauthenticated arbitrary file read and write vulnerabilities in the TMAN Designer file-content API endpoints. Attackers can submit POST and PUT requests to the /api/designer/v1/file-content endpoints to read arbitrary files or write malicious content to system paths, enabling code execution through authorized_keys, cron files, or executable graph files.
Published: 2026-09-04
Score: 9.3 Critical
EPSS: 2.6% Low
KEV: No
Impact: Remote Code Execution via Unauthenticated File Operations
Action: Immediate Patch
AI Analysis

Impact

TEN Framework version 0.11.71 contains an authentication bypass flaw in the TMAN Designer file‑content API, allowing attackers to use unprotected POST and PUT requests to read any file on the host or write arbitrary content. By writing files such as authorized_keys, cron jobs, or executable graph definitions, an attacker can achieve code execution with the privileges of the running service. The weakness is identified as an authentication failure (CWE-306).

Affected Systems

TEN Framework 0.11.71 all builds that expose the TMAN Designer /api/designer/v1/file-content endpoints without additional access controls. The flaw exists in the core subsystem handling file content operations.

Risk and Exploitability

The flaw carries a CVSS score of 9.3, indicating critical severity. The EPSS score is 1%, indicating a low but non-zero exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. Attackers can exploit the vulnerability by sending unauthenticated HTTP requests to the vulnerable endpoints, making it trivially exploitable in any environment where the API is publicly reachable.

Generated by OpenCVE AI on September 21, 2026 at 05:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade TEN Framework to a version that contains the fix for the TMAN Designer file‑content authentication bypass (e.g., 0.12.0 or later).
  • If an upgrade is not immediately possible, configure network segmentation or firewall rules to block external access to the /api/designer/v1/file-content endpoints, limiting reach to trusted hosts only.
  • Add explicit authentication and authorization checks to the TMAN Designer API endpoints to ensure that only privileged users can perform file read/write operations.

Generated by OpenCVE AI on September 21, 2026 at 05:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 14 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Ten-framework
Ten-framework ten-framework
Vendors & Products Ten-framework
Ten-framework ten-framework

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

Type Values Removed Values Added
Description TEN Framework 0.11.71 contains unauthenticated arbitrary file read and write vulnerabilities in the TMAN Designer file-content API endpoints. Attackers can submit POST and PUT requests to the /api/designer/v1/file-content endpoints to read arbitrary files or write malicious content to system paths, enabling code execution through authorized_keys, cron files, or executable graph files.
Title TEN Framework 0.11.71 Unauthenticated File Read/Write via TMAN Designer
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Ten-framework Ten-framework
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-14T19:33:08.384Z

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

Link: CVE-2026-85688

cve-icon Vulnrichment

Updated: 2026-09-14T19:24:01.135Z

cve-icon NVD

Status : Received

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

Modified: 2026-09-14T20:16:59.663

Link: CVE-2026-85688

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T05:30:07Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function