---
id: CVE-2026-47665
title: Penpot is an open-source design and prototyping platform
summary: >-
  Penpot is an open-source design and prototyping platform. In versions up to
  and including 2.14.3, Penpot is vulnerable to stored cross-site scripting
  through file comments, whose content is stored as raw text and rendered into
  the page w…
severity: high
cvss: 8.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N'
cwe:
  - CWE-79
published: '2026-08-26'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:09:13.080'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47665'
references:
  - url: >-
      https://github.com/penpot/penpot/commit/29f940fb7ab521033b1e276b8285afbc3609df6c
    label: security-advisories@github.com
  - url: 'https://github.com/penpot/penpot/security/advisories/GHSA-vc72-6r45-q988'
    label: security-advisories@github.com
  - url: 'https://github.com/penpot/penpot/security/advisories/GHSA-vc72-6r45-q988'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00445
epssPercentile: 0.36047
ingestedAt: '2026-09-09T21:22:45.557Z'
---

## Overview

Penpot is an open-source design and prototyping platform. In versions up to and including 2.14.3, Penpot is vulnerable to stored cross-site scripting through file comments, whose content is stored as raw text and rendered into the page with innerHTML without any sanitization. Because the backend applies only a length check and the frontend writes comment content directly through innerHTML, any team member who can comment on a shared file can embed HTML such as an image error handler or script that executes in the browser of every other collaborator. The attack is passive: any user who opens the comments panel on the affected file triggers script execution on the Penpot origin, allowing theft of session cookies, actions performed as the victim, and access to their files and projects. This issue is fixed in version 2.15.3.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
