SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-47666

HIGH · CVSS 7.6 EPSS 0.20% 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 due to improper handling of custom font family names, which can lead to arbitrary JavaScript execution when a user renders a page referencing a malicious font. This vulnerability allows attackers to steal session cookies and perform actions on behalf of victims without their consent. Organizations using Penpot should prioritize upgrading to version 2.15.3 to mitigate this high-severity 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-47666
Severity
HIGH
CVSS
7.6
EPSS
0.20%
Java

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 custom font family names, which are interpolated into a @font-face CSS rule and injected into the page as HTML without sanitization. Because the backend accepts an arbitrary font-family string and the frontend writes the resulting style through innerHTML, a name containing markup such as a closing style tag followed by a script can break out of the style element and execute JavaScript on the Penpot origin. The attack is passive: any team member who opens a file referencing the malicious font triggers script execution simply by rendering the page, 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.