Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @rvf/set-get
  4. ›
  5. CVE-2026-44483

CVE-2026-44483: @rvf/set-get has a prototype pollution issue that's reachable via @rvf/core preprocessFormData (HTTP form data)

May 11, 2026 (updated June 8, 2026)

setPath in @rvf/set-get (used by @rvf/core to flatten incoming form data into a nested object) does not block the keys __proto__, constructor, or prototype when walking a path. Because field names in submitted form data are passed directly to setPath via preprocessFormData (and through parseFormData / validate), an attacker who can submit a form to a Remix / React Router app using the library can set arbitrary properties on Object.prototype of the running server process.

This is a default-reachable prototype pollution primitive: no special configuration is required. Any endpoint that accepts a form via parseFormData or runs a validator created with createValidator is affected.

References

  • github.com/advisories/GHSA-c567-44rc-m5hq
  • github.com/airjp73/rvf/security/advisories/GHSA-c567-44rc-m5hq
  • nvd.nist.gov/vuln/detail/CVE-2026-44483

Code Behaviors & Features

Detect and mitigate CVE-2026-44483 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 6.0.0 before 6.0.4, all versions starting from 7.0.0 before 7.0.2

Fixed versions

  • 6.0.4
  • 7.0.2

Solution

Upgrade to versions 6.0.4, 7.0.2 or above.

Impact 8.2 HIGH

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

Learn more about CVSS

Weakness

  • CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

Source file

npm/@rvf/set-get/CVE-2026-44483.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 23 Jun 2026 12:24:23 +0000.