CVE-2026-42564
Received Received - Intake
Path Traversal in Jotty Page Application

Publication date: 2026-05-11

Last updated on: 2026-05-11

Assigner: GitHub, Inc.

Description
jotty·page is a self-hosted app for your checklists and notes. Prior to 1.22.0, an unauthenticated path traversal vulnerability exists in /api/app-icons/[filename]. The filename route parameter is joined into a filesystem path without traversal/boundary validation, allowing file reads outside data/uploads/app-icons/. This vulnerability is fixed in 1.22.0.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-11
Last Modified
2026-05-11
Generated
2026-06-21
AI Q&A
2026-05-12
EPSS Evaluated
2026-06-20
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
jotty page 1.22.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability exists in jotty·page, a self-hosted app for checklists and notes, in versions prior to 1.22.0. It is an unauthenticated path traversal vulnerability in the /api/app-icons/[filename] endpoint. The filename parameter is used directly to form a filesystem path without proper validation to prevent traversal outside the intended directory. This allows an attacker to read files outside the data/uploads/app-icons/ directory.

Impact Analysis

This vulnerability can allow an unauthenticated attacker to read arbitrary files on the server outside the intended directory. This could lead to exposure of sensitive information, such as configuration files, credentials, or other private data stored on the server. The CVSS score of 8.2 indicates a high severity impact with high confidentiality impact and low integrity impact.

Mitigation Strategies

To mitigate this vulnerability, upgrade jotty·page to version 1.22.0 or later, where the unauthenticated path traversal issue in /api/app-icons/[filename] has been fixed.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-42564. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart