Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @conform-to/dom
  4. ›
  5. CVE-2026-49250

CVE-2026-49250: @conform-to/dom parseSubmission vulnerable to CPU exhaustion when parsing many unique form fields

July 2, 2026

A CPU exhaustion vulnerability exists in Conform’s parseSubmission future API when parsing FormData or URLSearchParams submissions with many unique field names. The parser previously looked up values by field name, which could require repeated scans of the submitted entries and cause excessive synchronous CPU work if an attacker supplies a crafted submission.

[!NOTE] The patched version fixes this by iterating submitted entries directly instead of repeatedly looking up values by field name. Applications that accept untrusted form submissions should still enforce request parsing limits before passing data to Conform. For multipart requests, @remix-run/form-data-parser provides maxParts, maxTotalSize, maxFileSize, maxFiles, and maxHeaderSize options.

References

  • github.com/advisories/GHSA-525m-7f82-2mf7
  • github.com/edmundhung/conform/security/advisories/GHSA-525m-7f82-2mf7
  • nvd.nist.gov/vuln/detail/CVE-2026-49250

Code Behaviors & Features

Detect and mitigate CVE-2026-49250 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.8.0 before 1.19.4

Fixed versions

  • 1.19.4

Solution

Upgrade to version 1.19.4 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-407: Inefficient Algorithmic Complexity

Source file

npm/@conform-to/dom/CVE-2026-49250.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 13 Jul 2026 00:19:17 +0000.