Skip to content

Commit 8b1322b

Browse files
1 parent c287a49 commit 8b1322b

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

advisories/unreviewed/2025/10/GHSA-rpjr-pcmr-9ppw/GHSA-rpjr-pcmr-9ppw.json renamed to advisories/github-reviewed/2025/10/GHSA-rpjr-pcmr-9ppw/GHSA-rpjr-pcmr-9ppw.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-rpjr-pcmr-9ppw",
4-
"modified": "2025-10-10T15:31:28Z",
4+
"modified": "2025-10-13T13:23:26Z",
55
"published": "2025-10-10T15:31:28Z",
66
"aliases": [
77
"CVE-2025-60868"
88
],
9+
"summary": "Alt Redirect: Potential Authentication Bypass by Spoofing through query-string stripping logic flaw",
910
"details": "The Alt Redirect 1.6.3 addon for Statamic fails to consistently strip query string parameters when the \"Query String Strip\" feature is enabled. Case variations, encoded keys, and duplicates are not removed, allowing attackers to bypass sanitization. This may lead to cache poisoning, parameter pollution, or denial of service.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "alt-design/alt-redirect"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.6.3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,10 @@
2344
"type": "WEB",
2445
"url": "https://gist.github.com/kasiasok/870933de18d1400fa8be88e1bcadec6c"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/alt-design/Alt-Redirect-Addon"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://statamic.com/addons/alt-design/alt-redirects/release-notes"
@@ -33,8 +58,8 @@
3358
"CWE-290"
3459
],
3560
"severity": "MODERATE",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-10-13T13:23:26Z",
3863
"nvd_published_at": "2025-10-10T14:15:43Z"
3964
}
4065
}

0 commit comments

Comments
 (0)