SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-47665

HIGH · CVSS 8.7 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Penpot versions up to and including 2.14.3 are vulnerable to stored cross-site scripting (XSS) through file comments, allowing any user with commenting privileges to inject malicious HTML that executes in the browsers of other collaborators. This vulnerability can lead to session cookie theft and unauthorized actions on behalf of affected users. Organizations using Penpot should prioritize upgrading to version 2.15.3 to mitigate this significant security risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-47665
Severity
HIGH
CVSS
8.7
EPSS
0.25%

Original NVD Description

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.