CVE-2026-25150
Unknown Unknown - Not Provided

Prototype Pollution in Qwik-City Middleware Enables Privilege Escalation

Vulnerability report for CVE-2026-25150, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-02-03

Last updated on: 2026-02-10

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-02-03
Last Modified
2026-02-10
Generated
2026-07-06
AI Q&A
2026-02-04
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
qwik qwik to 1.19.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1321 The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Qwik JavaScript framework prior to version 1.19.0, specifically in the formToObj() function within the @builder.io/qwik-city middleware. The function converts form field names that use dot notation (like user.name) into nested objects but does not properly sanitize dangerous property names such as __proto__, constructor, and prototype.

Because of this lack of sanitization, an unauthenticated attacker can send specially crafted HTTP POST requests that manipulate these dangerous property names, leading to prototype pollution. Prototype pollution allows the attacker to modify the Object.prototype, which can affect all objects in the application.

Detection Guidance

I don't know

Impact Analysis

The prototype pollution vulnerability can have serious impacts including privilege escalation, authentication bypass, and denial of service.

  • Privilege escalation: Attackers may gain higher-level permissions than intended.
  • Authentication bypass: Attackers might bypass authentication mechanisms.
  • Denial of service: The application could be made unavailable or unstable.
Compliance Impact

I don't know

Mitigation Strategies

To mitigate this vulnerability, you should upgrade the @builder.io/qwik-city middleware to version 1.19.0 or later, where the prototype pollution issue in the formToObj() function has been patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-25150. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart