CVE-2024-41677
Qwik Mutation XSS Vulnerability
Description
Qwik is a performance focused javascript framework. A potential mutation XSS vulnerability exists in Qwik for versions up to but not including 1.6.0. Qwik improperly escapes HTML on server-side rendering. It converts strings according to the rules found in the `render-ssr.ts` file. It sometimes causes the situation that the final DOM tree rendered on browsers is different from what Qwik expects on server-side rendering. This may be leveraged to perform XSS attacks, and a type of the XSS is known as mXSS (mutation XSS). This has been resolved in qwik version 1.6.0 and @builder.io/qwik version 1.7.3. All users are advised to upgrade. There are no known workarounds for this vulnerability.
INFO
Published Date :
Aug. 6, 2024, 6:15 p.m.
Last Modified :
Aug. 12, 2024, 6:51 p.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
3.4
Exploitability Score :
2.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-41677
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-41677
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-41677
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Aug. 12, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Changed Reference Type https://github.com/QwikDev/qwik/blob/v1.5.5/packages/qwik/src/core/render/ssr/render-ssr.ts#L1182-L1208 No Types Assigned https://github.com/QwikDev/qwik/blob/v1.5.5/packages/qwik/src/core/render/ssr/render-ssr.ts#L1182-L1208 Product Changed Reference Type https://github.com/QwikDev/qwik/commit/7e742eb3a1001542d795776c0317d47df8b9d64e No Types Assigned https://github.com/QwikDev/qwik/commit/7e742eb3a1001542d795776c0317d47df8b9d64e Patch Changed Reference Type https://github.com/QwikDev/qwik/security/advisories/GHSA-2rwj-7xq8-4gx4 No Types Assigned https://github.com/QwikDev/qwik/security/advisories/GHSA-2rwj-7xq8-4gx4 Exploit, Vendor Advisory Added CWE NIST CWE-79 Added CPE Configuration OR *cpe:2.3:a:qwik:qwik:*:*:*:*:*:node.js:*:* versions up to (excluding) 1.7.3 -
CVE Received by [email protected]
Aug. 06, 2024
Action Type Old Value New Value Added Description Qwik is a performance focused javascript framework. A potential mutation XSS vulnerability exists in Qwik for versions up to but not including 1.6.0. Qwik improperly escapes HTML on server-side rendering. It converts strings according to the rules found in the `render-ssr.ts` file. It sometimes causes the situation that the final DOM tree rendered on browsers is different from what Qwik expects on server-side rendering. This may be leveraged to perform XSS attacks, and a type of the XSS is known as mXSS (mutation XSS). This has been resolved in qwik version 1.6.0 and @builder.io/qwik version 1.7.3. All users are advised to upgrade. There are no known workarounds for this vulnerability. Added Reference GitHub, Inc. https://github.com/QwikDev/qwik/security/advisories/GHSA-2rwj-7xq8-4gx4 [No types assigned] Added Reference GitHub, Inc. https://github.com/QwikDev/qwik/commit/7e742eb3a1001542d795776c0317d47df8b9d64e [No types assigned] Added Reference GitHub, Inc. https://github.com/QwikDev/qwik/blob/v1.5.5/packages/qwik/src/core/render/ssr/render-ssr.ts#L1182-L1208 [No types assigned] Added CWE GitHub, Inc. CWE-79 Added CVSS V3.1 GitHub, Inc. AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-41677
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-41677
weaknesses.