The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-42564

CVE-2026-42564: jotty·page Path Traversal Vulnerability

CVE-2026-42564 is a path traversal flaw in jotty·page that allows unauthenticated attackers to read files outside intended directories. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-42564 Overview

CVE-2026-42564 is an unauthenticated path traversal vulnerability in jotty·page, a self-hosted application for checklists and notes. The flaw exists in the /api/app-icons/[filename] endpoint, where the filename route parameter is joined into a filesystem path without traversal or boundary validation. Attackers can read files outside the intended data/uploads/app-icons/ directory without authentication. The issue affects all versions prior to 1.22.0 and is classified under [CWE-22] (Improper Limitation of a Pathname to a Restricted Directory).

Critical Impact

Unauthenticated remote attackers can read arbitrary files from the host filesystem accessible to the jotty·page process, exposing configuration files, secrets, and other sensitive data.

Affected Products

  • jotty·page versions prior to 1.22.0
  • Self-hosted deployments exposing the /api/app-icons/[filename] endpoint
  • All operating systems running affected jotty·page builds

Discovery Timeline

  • 2026-05-11 - CVE-2026-42564 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42564

Vulnerability Analysis

The vulnerability resides in the /api/app-icons/[filename] route handler. The application accepts a user-supplied filename parameter and joins it directly to the application's icon storage directory using standard path-joining logic. Because the joined path is not normalized or validated against the intended base directory, an attacker can supply traversal sequences such as ../ to escape the data/uploads/app-icons/ boundary.

The endpoint requires no authentication, so any network-reachable attacker can issue HTTP requests to retrieve arbitrary files. Read access is limited to files accessible to the user account running the jotty·page service. The EPSS score is 0.066% (percentile 20.45) as of 2026-05-17, reflecting limited current exploitation prediction despite straightforward exploitability.

Root Cause

The root cause is missing boundary enforcement after path concatenation. The handler does not call a containment check such as resolving the candidate path and verifying it starts with the canonical base directory. This omission permits relative traversal segments to resolve outside the upload directory.

Attack Vector

An attacker sends an HTTP GET request to /api/app-icons/ with traversal sequences in place of a legitimate filename. The server resolves the path, reads the target file, and returns its contents in the response. No credentials, user interaction, or prior access are required. For technical details and the patch commit, see the GitHub Security Advisory GHSA-7843-gwq8-g96f.

Detection Methods for CVE-2026-42564

Indicators of Compromise

  • HTTP requests to /api/app-icons/ containing ../, ..%2F, ..%5C, or URL-encoded traversal sequences in the filename segment
  • Requests to /api/app-icons/ resolving to filenames that do not match icons stored in data/uploads/app-icons/
  • Unusual response sizes from the app-icons endpoint inconsistent with image file payloads

Detection Strategies

  • Inspect web server and reverse proxy logs for traversal patterns targeting the /api/app-icons/ route
  • Deploy web application firewall (WAF) rules that block path traversal payloads against jotty·page endpoints
  • Correlate anomalous access patterns to the icon endpoint with reads of sensitive system files such as /etc/passwd or application configuration files

Monitoring Recommendations

  • Enable verbose access logging on the jotty·page reverse proxy and forward logs to a centralized analytics platform
  • Alert on repeated 200 responses from /api/app-icons/ requests with non-image content types
  • Monitor outbound data volumes from the jotty·page host to identify potential file exfiltration

How to Mitigate CVE-2026-42564

Immediate Actions Required

  • Upgrade jotty·page to version 1.22.0 or later, which contains the official fix
  • Restrict network exposure of the jotty·page service to trusted networks or authenticated reverse proxies until patching is complete
  • Audit logs for prior exploitation attempts targeting /api/app-icons/

Patch Information

The maintainers fixed the vulnerability in jotty·page 1.22.0 by adding traversal and boundary validation on the filename route parameter. Refer to the GitHub Security Advisory GHSA-7843-gwq8-g96f for release notes and remediation guidance.

Workarounds

  • Place a reverse proxy in front of jotty·page and block requests where the path after /api/app-icons/ contains .., %2e%2e, or encoded backslashes
  • Run jotty·page as a low-privilege user with filesystem permissions limited to its data directory to reduce the impact of arbitrary file reads
  • Restrict access to the application using network-level controls such as VPN or IP allowlists until the upgrade is applied
bash
# Example NGINX rule to block traversal sequences on the app-icons endpoint
location ~* ^/api/app-icons/ {
    if ($request_uri ~* "(\.\./|\.\.%2f|%2e%2e/|%2e%2e%2f)") {
        return 403;
    }
    proxy_pass http://jotty_upstream;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechJotty

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English