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-05-12
AI Q&A
2026-05-12
EPSS Evaluated
N/A
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-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.
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


What immediate steps should I take to mitigate this vulnerability?

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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart