Skip to main content

Qwik CVE-2026-32701

| EUVD-2026-13639 HIGH
Access of Resource Using Incompatible Type (Type Confusion) (CWE-843)
2026-03-20 GitHub_M GHSA-whhv-gg5v-864r
7.5
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

4
Patch released
Mar 31, 2026 - 21:13 nvd
Patch available
EUVD ID Assigned
Mar 20, 2026 - 09:18 euvd
EUVD-2026-13639
Analysis Generated
Mar 20, 2026 - 09:18 vuln.today
CVE Published
Mar 20, 2026 - 08:52 nvd
HIGH 7.5

DescriptionGitHub Advisory

Qwik is a performance-focused JavaScript framework. Versions prior to 1.19.2 improperly inferred arrays from dotted form field names during FormData parsing. By submitting mixed array-index and object-property keys for the same path, an attacker could cause user-controlled properties to be written onto values that application code expected to be arrays. When processing application/x-www-form-urlencoded or multipart/form-data requests, Qwik City converted dotted field names (e.g., items.0, items.1) into nested structures. If a path was interpreted as an array, additional attacker-supplied keys on that path-such as items.toString, items.push, items.valueOf, or items.length-could alter the resulting server-side value in unexpected ways, potentially leading to request handling failures, denial of service through malformed array state or oversized lengths, and type confusion in downstream code. This issue was fixed in version 1.19.2.

AnalysisAI

Qwik, a performance-focused JavaScript framework, contains an array prototype pollution vulnerability in its FormData parsing logic that affects versions prior to 1.19.2. Attackers can submit specially crafted form field names using mixed array-index and object-property keys (e.g., items.0 alongside items.toString or items.length) to inject malicious properties into objects the application expects to be arrays, leading to denial of service through malformed array states, oversized lengths, or request handling failures. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Submit malicious FormData with mixed array-index and object-property keys
Delivery
Qwik parser misinterprets dotted field names as array structure
Exploit
Attacker-controlled properties written to unexpected object locations
Execution
Application logic operates on corrupted data structure
Impact
Denial of service through application failure

Vulnerability AssessmentAI

Exploitation Requires Qwik versions prior to 1.19.2. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment This vulnerability presents a moderate real-world risk despite its High CVSS rating of 7.5. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker submits a malicious form or API request to a Qwik-powered application using field names like items.0=value1&items.1=value2&items.length=999999999 or items.toString=malicious. When the Qwik City server parses this FormData, it populates an array structure but also writes attacker-controlled values to prototype properties like length or toString. …
Remediation Upgrade Qwik to version 1.19.2 or later, which includes the fix implemented in commit 7b5867c3dd8925df9aa96c4296b1e95a4c2af87d (see https://github.com/QwikDev/qwik/commit/7b5867c3dd8925df9aa96c4296b1e95a4c2af87d). … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours: Inventory all applications using Qwik framework and identify those running versions prior to 1.19.2; immediately implement WAF rules to block malicious form field patterns (mixed array-index and object-property keys). …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Vendor StatusVendor

Debian

qwik
Release Status Fixed Version Urgency
(unstable) fixed (unfixed) -

Share

CVE-2026-32701 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy