Description
Outline is a service that allows for collaborative documentation. Prior to 1.4.0, during the JSON import process, the value of attachments[].key from the imported JSON is passed directly to path.join(rootPath, node.key) and then read using fs.readFile without validation. By embedding path traversal sequences such as ../ or absolute paths, an attacker can read arbitrary files on the server and import them as attachments. This vulnerability is fixed in 1.4.0.
Published: 2026-02-11
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary File Read
Action: Patch
AI Analysis

Impact

The vulnerability occurs when Outline's JSON import feature processes the attachments[].key value without sanitization. During import, the value is joined to the server's root path and read directly via fs.readFile. An attacker who can supply a crafted JSON payload containing path traversal sequences such as '../' or an absolute path can read any file located under the server's accessible file system. This results in a confidential data leak, with the risk that sensitive files, configuration data, or secrets may be exfiltrated. The weakness falls under the Common Weakness Enumeration CWE-22: Path Traversal.

Affected Systems

Outline, the collaborative documentation platform, is affected whenever a version earlier than 1.4.0 is in use. The security advisory identifies version 1.4.0 as the release that fixes the issue.

Risk and Exploitability

The CVSS base score is 5.5, indicating moderate severity, while the EPSS score is less than 1%, showing that current exploitation likelihood is low and the vulnerability is not included in CISA's KEV catalog. Exploitation requires the ability to submit a JSON import payload; therefore the attack surface is limited to users who have access to the import endpoint or to those who can influence that process. Administrators should determine whether the import function is exposed to external users before evaluating immediate risk.

Generated by OpenCVE AI on April 17, 2026 at 20:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Outline to version 1.4.0 or later.
  • Restrict or temporarily disable access to the JSON import feature for non‑trusted users until the patch is applied.
  • Test that the import endpoint rejects path‑traversal payloads by attempting to import a JSON containing '../' sequences and ensuring the request is denied.

Generated by OpenCVE AI on April 17, 2026 at 20:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 20 Feb 2026 18:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:getoutline:outline:*:*:*:*:*:*:*:*

Thu, 12 Feb 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Getoutline
Getoutline outline
Vendors & Products Getoutline
Getoutline outline

Wed, 11 Feb 2026 21:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 11 Feb 2026 20:45:00 +0000

Type Values Removed Values Added
Description Outline is a service that allows for collaborative documentation. Prior to 1.4.0, during the JSON import process, the value of attachments[].key from the imported JSON is passed directly to path.join(rootPath, node.key) and then read using fs.readFile without validation. By embedding path traversal sequences such as ../ or absolute paths, an attacker can read arbitrary files on the server and import them as attachments. This vulnerability is fixed in 1.4.0.
Title Outline Affected an Arbitrary File Read via Path Traversal in JSON Import
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

Getoutline Outline
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-11T20:53:58.855Z

Reserved: 2026-01-28T14:50:47.889Z

Link: CVE-2026-25062

cve-icon Vulnrichment

Updated: 2026-02-11T20:53:55.902Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-11T21:16:18.607

Modified: 2026-02-20T18:10:18.630

Link: CVE-2026-25062

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T20:15:27Z

Weaknesses