Prototype Pollution via FormData Processing in Qwik City
Description
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.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
@builder.io/qwik-citynpm | < 1.19.0 | 1.19.0 |
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-xqg6-98cw-gxhqghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-25150ghsaADVISORY
- github.com/QwikDev/qwik/commit/5f65bae2bc33e6ca0c21e4cfcf9eae05077716f7ghsax_refsource_MISCWEB
- github.com/QwikDev/qwik/security/advisories/GHSA-xqg6-98cw-gxhqghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.