CVE-2026-25150 CRITICAL

CVE-2026-25150: Prototype Pollution via FormData Processing in Qwik City

Vendor Qwikdev
Product qwik
Weakness CWE-1321
Published February 3, 2026
Last update February 4, 2026

CVSS base score

9.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity High

CVSS vector

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

What the vulnerability does

01Description

Qwik is a performance focused javascript framework. Prior to version 1.19.0, a prototype pollution vulnerability exists in the formToObj() function within @builder.io/qwik-city middleware. The function processes form field names with dot notation (e.g., user.name) to create nested objects, but fails to sanitize dangerous property names like __proto__, constructor, and prototype. This allows unauthenticated attackers to pollute Object.prototype by sending crafted HTTP POST requests, potentially leading to privilege escalation, authentication bypass, or denial of service. This issue has been patched in version 1.19.0.

Key dates

02Disclosure timeline

February 3, 2026 CVE published
February 4, 2026 Record updated

Related vulnerabilities

04Related CVE