Description
Lack of user input validation in the file upload functionality of Open Notebook v1.8.3 allows the application user to access local files content from the docker container via path traversal.
Published: 2026-05-07
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the file upload component of Open Notebook, where the application fails to validate the filename supplied by the user. An attacker can craft a path that traverses directories and read arbitrary files on the Docker container hosting the application. This read capability exposes private or sensitive data stored on the host or within the container, compromising confidentiality and potentially enabling further privilege escalation if the attacker identifies executable scripts or configuration files.

Affected Systems

Open Notebook, version 1.8.3 is affected. The issue occurs in the file upload feature exposed by the web interface, permissible to any authenticated user who can upload files. No additional versions are presently listed as vulnerable.

Risk and Exploitability

The CVSS score of 8.2 indicates a high severity. EPSS data is not available, so the current likelihood of exploitation cannot be quantified, but the presence of a local file inclusion flaw and lack of input validation leave users open to opportunistic attacks. The vulnerability is not yet listed in the CISA KEV catalog, implying no confirmed widespread exploitation yet. The likely attack vector requires application-level access to the file upload endpoint, so users with sufficient privileges can exploit the flaw; however, if arbitrary file uploads are not strictly protected, any user could potentially trigger the vulnerability.

Generated by OpenCVE AI on May 7, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Open Notebook release that includes the fixed file upload validation logic.
  • If an upgrade is not immediately feasible, remove or restrict the file upload capability for untrusted users and enforce a strict directory whitelist for uploads.
  • Implement additional input validation on the server side to reject any path containing '..', slashes, or absolute paths, aligning with best practices for CWE-20.

Generated by OpenCVE AI on May 7, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 07 May 2026 12:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 07 May 2026 11:00:00 +0000

Type Values Removed Values Added
Description Lack of user input validation in the file upload functionality of Open Notebook v1.8.3 allows the application user to access local files content from the docker container via path traversal.
Title Arbitrary File Read via Local File Inclusion (LFI)
Weaknesses CWE-20
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: ENISA

Published:

Updated: 2026-05-07T11:34:41.674Z

Reserved: 2026-03-23T12:53:47.474Z

Link: CVE-2026-33589

cve-icon Vulnrichment

Updated: 2026-05-07T11:34:37.958Z

cve-icon NVD

Status : Received

Published: 2026-05-07T11:16:01.150

Modified: 2026-05-07T11:16:01.150

Link: CVE-2026-33589

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-07T12:30:29Z

Weaknesses