SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-45797

MEDIUM · CVSS 6.4 EPSS 0.40% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-20 · Last synced 2026-08-19

CyberRota Analysis

AI-Generated

The HeyForm open-source form builder is vulnerable to unauthenticated file uploads via the `/api/upload` endpoint, allowing attackers to upload malicious SVG files. This can lead to stored cross-site scripting (XSS) attacks on the HeyForm domain, compromising user security without requiring authentication. Organizations using versions prior to 3.0.0-rc.7 should prioritize updating to the patched version to mitigate this 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-45797
Severity
MEDIUM
CVSS
6.4
EPSS
0.40%

Original NVD Description

HeyForm is an open-source form builder. Prior to version 3.0.0-rc.7, the `/api/upload` endpoint allows unauthenticated file uploads including SVG files. Uploaded SVGs are stored in the static assets directory and served with `Content-Type: image/svg+xml` by Express's serve-static middleware, allowing an attacker to achieve stored cross-site scripting (XSS) on the heyform domain without any authentication. Version 3.0.0-rc.7 contains a patch for the issue.