
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-49250 is a CPU exhaustion (Denial of Service) vulnerability in the @conform-to/dom npm package, specifically in the parseSubmission future API. When parsing FormData or URLSearchParams submissions containing many unique field names, the parser's field-name lookup algorithm triggers excessive synchronous CPU work, enabling an unauthenticated attacker to degrade or crash the application. The vulnerability affects @conform-to/dom versions >= 1.8.0 and < 1.19.4, and was originally published by the maintainer on June 7, 2026, with the advisory added to the GitHub Advisory Database on July 2, 2026. It carries a CVSS v4 base score of 8.7 (High) (GitHub Advisory, Conform Advisory).
The root cause is classified as CWE-407 (Inefficient Algorithmic Complexity): the parseSubmission function previously resolved field values by repeatedly scanning all submitted entries for each field name, resulting in O(n²) or worse complexity when many unique field names are present. An unauthenticated remote attacker can exploit this by crafting a FormData or URLSearchParams HTTP request body containing a large number of unique field names, causing the server-side JavaScript event loop to block on synchronous CPU work. No authentication, special privileges, or user interaction is required. The fix changes the algorithm to iterate submitted entries directly (a single pass), eliminating the repeated scans (GitHub Advisory, Conform Advisory).
Successful exploitation causes high availability impact on the vulnerable system by exhausting CPU resources, which can degrade response times or crash the Node.js application processing the form submission. There is no impact on confidentiality or integrity, and no lateral movement or data exposure risk is associated with this vulnerability. Applications that expose any endpoint using Conform's parseSubmission future API to untrusted input are at risk of service disruption (GitHub Advisory).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (GitHub Advisory). The vulnerability requires no authentication, no privileges, and no user interaction, making it trivially automatable against any exposed endpoint using the affected API. The CVE status is currently listed as Reserved, and it does not appear in the CISA Known Exploited Vulnerabilities catalog. No EPSS score or threat actor attribution is currently available.
@conform-to/dom versions >= 1.8.0 and < 1.19.4 that expose form submission endpoints processed by the parseSubmission future API (e.g., Remix or React Router apps using Conform for form handling).multipart/form-data or application/x-www-form-urlencoded) containing a very large number of unique field names — for example, thousands of fields named field_0, field_1, ..., field_N.FormData or URLSearchParams to Conform's parseSubmission function.parseSubmission function performs repeated linear scans over all submitted entries for each unique field name, causing the Node.js event loop to block on synchronous CPU work and degrading or crashing the application.Content-Length values or many form fields; application logs indicating slow or timed-out request processing.Upgrade @conform-to/dom to version 1.19.4 or later, which fixes the vulnerability by iterating submitted entries directly rather than performing repeated field-name lookups (GitHub Advisory). As a defense-in-depth measure, enforce request parsing limits before passing untrusted data to Conform — for multipart requests, use @remix-run/form-data-parser with options such as maxParts, maxTotalSize, maxFileSize, maxFiles, and maxHeaderSize. Rate limiting and request body size restrictions at the web server or reverse proxy layer can also reduce exposure.
The vulnerability was reported by security researcher jviide and disclosed responsibly through the edmundhung/conform repository's security advisory process (Conform Advisory). No significant broader media coverage or notable community commentary beyond the advisory has been identified at this time.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."