CVE-2026-82291
Received Received - Intake

HeyForm Origin Header CORS Misconfiguration Leads to Authenticated Data Exposure

Vulnerability report for CVE-2026-82291, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: VulnCheck

Description

HeyForm before 3.0.0-rc.8 reflects the request Origin header in CORS responses while allowing credentials, enabling cross-origin requests with authentication. Attackers can execute authenticated GraphQL queries from malicious pages visited by logged-in users to access workspaces, projects, forms, submissions, and respondent data, or modify account settings.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
heyform heyform to 3.0.0-rc.8 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-942 The product uses a web-client protection mechanism such as a Content Security Policy (CSP) or cross-domain policy file, but the policy includes untrusted domains with which the web client is allowed to communicate.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an insecure Cross-Origin Resource Sharing (CORS) configuration in HeyForm before version 3.0.0-rc.8. The server reflected the request Origin header in CORS responses while allowing credentials, enabling cross-origin requests with authentication. Attackers could exploit this to send authenticated GraphQL queries from malicious pages visited by logged-in users, accessing or modifying sensitive data like workspaces, forms, submissions, and account settings.

Detection Guidance

To detect this vulnerability, check if your HeyForm server uses the insecure CORS configuration by inspecting the server code for app.enableCors({ origin: true, credentials: true }); or similar settings. Review network traffic for reflected Origin headers in CORS responses with credentials enabled.

Impact Analysis

If you are a HeyForm user, an attacker could trick you into visiting a malicious page. The attacker could then access your sensitive data such as workspaces, forms, submissions, and account settings. They could also modify your account settings or delete forms and submissions without your knowledge.

Compliance Impact

This vulnerability could lead to unauthorized access and exposure of personally identifiable information (PII) and other sensitive data, violating GDPR and HIPAA compliance requirements. It may result in data breaches, unauthorized data processing, and failure to maintain data confidentiality and integrity.

Mitigation Strategies

Update HeyForm to version 3.0.0-rc.8 or later. Replace origin reflection with an explicit allowlist for CORS origins using the CORS_ALLOWED_ORIGINS environment variable. Avoid using origin: true and credentials: true together in CORS configurations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82291. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart