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
    • 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-26202

CVE-2026-26202: Penpot Information Disclosure Flaw

CVE-2026-26202 is an information disclosure vulnerability in Penpot that allows authenticated users to read arbitrary server files. This article covers technical details, affected versions, impact, and mitigation.

Published: February 20, 2026

CVE-2026-26202 Overview

CVE-2026-26202 is a Path Traversal vulnerability affecting Penpot, an open-source design tool for design and code collaboration. Prior to version 2.13.2, an authenticated user can exploit improper input validation in the create-font-variant RPC endpoint to read arbitrary files from the server filesystem. By supplying a local file path (e.g., /etc/passwd) as a font data chunk, attackers can retrieve sensitive file contents stored and retrievable as a "font" asset.

Critical Impact

Any authenticated user with team edit permissions can exfiltrate sensitive system files, application secrets, database credentials, and private keys from the Penpot backend server, potentially enabling complete server compromise.

Affected Products

  • Penpot versions prior to 2.13.2
  • Self-hosted Penpot deployments (containerized and bare-metal)
  • Penpot instances with authenticated users having team edit permissions

Discovery Timeline

  • 2026-02-19 - CVE-2026-26202 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-26202

Vulnerability Analysis

This vulnerability exists in the font variant creation functionality within Penpot's backend RPC layer. The create-font-variant endpoint accepts user-supplied data chunks intended to contain font binary data. However, prior to version 2.13.2, the endpoint failed to properly validate the data type of these chunks, allowing arbitrary file paths to be passed instead of actual font data bytes.

When a local file path such as /etc/passwd is supplied as a font data chunk, the backend reads the file contents from the server's filesystem and stores them as a font asset. The attacker can then retrieve this "font" asset through normal application functionality, effectively exfiltrating the file contents.

The attack surface is limited to authenticated users with team edit permissions, but in collaborative environments this represents a significant trust boundary violation. While containerized deployments may limit exposure to the container filesystem, environment variables, mounted secrets, and application configuration files remain at risk of disclosure.

Root Cause

The root cause is insufficient input validation in the create-font-variant RPC endpoint's schema definition. The original schema accepted ::sm/any type for the font data map values, allowing arbitrary input including file path strings. This permissive type definition enabled attackers to inject local file paths that the backend would then resolve and read.

The vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal.

Attack Vector

The attack is executed over the network by an authenticated user with team edit permissions. The attacker crafts a malicious request to the create-font-variant RPC endpoint, replacing the expected font binary data with a local file path. The server processes this request, reads the specified file, and stores the contents as a retrievable font asset.

text
 (def ^:private schema:create-font-variant
   [:map {:title "create-font-variant"}
    [:team-id ::sm/uuid]
-   [:data [:map-of ::sm/text ::sm/any]]
+   [:data [:map-of ::sm/text [:or ::sm/bytes
+                              [::sm/vec ::sm/bytes]]]]
    [:font-id ::sm/uuid]
    [:font-family ::sm/text]
    [:font-weight [::sm/one-of {:format "number"} valid-weight]]

Source: GitHub Commit

The patch restricts the data type to only accept byte arrays (::sm/bytes) or vectors of byte arrays, preventing file path injection.

Detection Methods for CVE-2026-26202

Indicators of Compromise

  • Unusual font upload requests containing file path patterns like /etc/, ../, or absolute paths
  • Font assets with anomalous content that resembles configuration files or system data
  • Excessive font creation activity from a single user or session
  • Backend log entries showing file access to sensitive system paths during font operations

Detection Strategies

  • Monitor RPC endpoint logs for create-font-variant calls with suspicious payload patterns
  • Implement Web Application Firewall (WAF) rules to detect path traversal sequences in request bodies
  • Analyze stored font assets for non-binary content or system file signatures
  • Review audit logs for users accessing newly created fonts immediately after upload

Monitoring Recommendations

  • Enable detailed logging for all font-related RPC endpoints in Penpot
  • Set up alerts for file access patterns targeting sensitive directories (e.g., /etc/, /proc/, /var/)
  • Monitor for unusual data exfiltration patterns from font asset retrieval endpoints
  • Track authenticated user behavior for anomalous font creation and retrieval sequences

How to Mitigate CVE-2026-26202

Immediate Actions Required

  • Upgrade Penpot to version 2.13.2 or later immediately
  • Audit existing font assets for potential data exfiltration artifacts
  • Review access logs for suspicious create-font-variant RPC calls prior to patching
  • Rotate any credentials or secrets that may have been exposed on affected systems

Patch Information

Version 2.13.2 contains the security fix for this vulnerability. The patch modifies the schema validation in backend/src/app/rpc/commands/fonts.clj to enforce strict type checking on font data inputs, accepting only byte arrays instead of arbitrary types. Additional schema updates were made in common/src/app/common/schema.cljc to register the ::bytes type predicate.

For detailed patch information, see the GitHub Security Advisory and the commit change.

Workarounds

  • Restrict team edit permissions to trusted users only until patching is complete
  • Implement network-level restrictions to limit backend filesystem access in containerized deployments
  • Deploy a reverse proxy with request inspection to filter path traversal patterns
  • Temporarily disable font upload functionality if not business-critical
bash
# Configuration example - Restrict filesystem access in Docker deployments
docker run -d \
  --name penpot-backend \
  --read-only \
  --tmpfs /tmp \
  -v penpot-data:/opt/data:ro \
  --security-opt=no-new-privileges:true \
  penpot/penpot-backend:2.13.2

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPenpot

  • SeverityHIGH

  • CVSS Score7.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Change

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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