Skip to content

Commit 8118d3b

Browse files
1 parent 2974843 commit 8118d3b

2 files changed

Lines changed: 122 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-92j7-wgmg-f32m",
4+
"modified": "2026-02-03T20:58:25Z",
5+
"published": "2026-02-03T20:58:25Z",
6+
"aliases": [
7+
"CVE-2026-25149"
8+
],
9+
"summary": "Qwik City Open Redirect via fixTrailingSlash",
10+
"details": "### Summary\n\n**Description**\nAn Open Redirect (CWE-601) vulnerability in Qwik City's default request handler middleware allows a remote attacker to redirect users to arbitrary protocol-relative URLs. Successful exploitation permits attackers to craft convincing phishing links that appear to originate from the trusted domain but redirect the victim to an attacker-controlled site. This affects qwik-city before version 1.19.0. This has been patched in qwik-city version 1.19.0.\n\n### Impact\nQwik City automatically applies the `fixTrailingSlash` middleware to page routes to ensure URL consistency. This vulnerability impacts all Qwik City applications deployed to runtimes that have a catch-all path to match arbitrary domains and that do not automatically normalize URL paths (e.g. Bun).\n\nExploitation allows an attacker to craft links that trigger a 301 redirect to arbitrary protocol-relative URLs. Browsers interpret this Location header as a protocol-relative URL, redirecting the user to attacker-controlled domains. This can enable phishing attacks and token theft among other common open redirect exploits.\n\n### Patches\nThis has been patched in qwik-city version 1.19.0. Users are strongly encouraged to update to the latest available release.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:L/E:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@builder.io/qwik-city"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.19.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/QwikDev/qwik/security/advisories/GHSA-92j7-wgmg-f32m"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/QwikDev/qwik/commit/9959eab30a3ad9cc03689eaa080fcfbc33df71ed"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/QwikDev/qwik"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-601"
55+
],
56+
"severity": "LOW",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-02-03T20:58:25Z",
59+
"nvd_published_at": null
60+
}
61+
}
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-vm6g-8r4h-22x8",
4+
"modified": "2026-02-03T20:59:18Z",
5+
"published": "2026-02-03T20:59:18Z",
6+
"aliases": [
7+
"CVE-2026-25155"
8+
],
9+
"summary": "Qwik City CSRF protection middleware does not work properly for content type header with parameters (eg. multipart/form-data)",
10+
"details": "### Summary\nA typo in the regular expression within isContentType causes incorrect parsing of certain Content-Type headers.\n\n### Impact\nAn attacker can bypass Qwik City’s Origin-based CSRF protections and perform forged form submissions, potentially causing unauthorized state changes.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@builder.io/qwik-city"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.12.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/QwikDev/qwik/security/advisories/GHSA-vm6g-8r4h-22x8"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/QwikDev/qwik/commit/d70d7099b90b998f1aac7cedc21c67d87bac4c75"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/QwikDev/qwik"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-352"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-02-03T20:59:18Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)