-
Notifications
You must be signed in to change notification settings - Fork 653
Expand file tree
/
Copy pathGHSA-hhpq-7wg4-36jm.json
More file actions
95 lines (95 loc) · 2.28 KB
/
Copy pathGHSA-hhpq-7wg4-36jm.json
File metadata and controls
95 lines (95 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"schema_version": "1.4.0",
"id": "GHSA-hhpq-7wg4-36jm",
"modified": "2026-06-20T19:03:45Z",
"published": "2026-06-17T18:52:09Z",
"aliases": [
"CVE-2026-55590"
],
"summary": "CakePHP Authentication: Open redirect weakness via backslash bypass",
"details": "### Impact\nThe `getLoginRedirect()` method contains a weakness to backslash bypasses allowing redirect targets with attacker controlled hostnames.\n\n### Patches\n2.11.1, 3.3.6 and 4.1.1 contain a fix for this issue.\n\n### Workarounds\nIf you are unable to upgrade, you should consider adding application validation to the redirect query string parameter to mitigate this vulnerability.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "cakephp/authentication"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.0.0"
},
{
"fixed": "3.3.6"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "cakephp/authentication"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0.0"
},
{
"fixed": "4.1.1"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "cakephp/authentication"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.11.1"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/cakephp/authentication/security/advisories/GHSA-hhpq-7wg4-36jm"
},
{
"type": "PACKAGE",
"url": "https://github.com/cakephp/authentication"
}
],
"database_specific": {
"cwe_ids": [
"CWE-601"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2026-06-17T18:52:09Z",
"nvd_published_at": null
}
}