CVE-2026-63429

HeyForm is an open-source form builder. Prior to version 3.0.0-rc.9, `POST /api/upload` has no authentication guard, no global guard, no form-context validation, no `openToken` requirement, and no session cookie check. Any anonymous internet user can upload files (PDF, DOC/DOCX, XLS/XLSX, CSV, TXT, MP4, images, etc., up to 10 MB) and receive a permanent public URL on the HeyForm domain. The endpoint is used by both authenticated form creators and unauthenticated form submitters; because no form-context binding exists, every request to it is anonymously accepted. Version 3.0.0-rc.9 contains a patch for the issue.
Configurations

No configuration.

History

20 Jul 2026, 18:16

Type Values Removed Values Added
References () https://github.com/heyform/heyform/security/advisories/GHSA-432x-54v2-p7p7 - () https://github.com/heyform/heyform/security/advisories/GHSA-432x-54v2-p7p7 -

20 Jul 2026, 16:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-20 16:17

Updated : 2026-07-22 20:50


NVD link : CVE-2026-63429

Mitre link : CVE-2026-63429

CVE.ORG link : CVE-2026-63429


JSON object : View

Products Affected

No product.

CWE
CWE-306

Missing Authentication for Critical Function

CWE-434

Unrestricted Upload of File with Dangerous Type