Skip to content

Commit c68a950

Browse files
1 parent 2db895e commit c68a950

2 files changed

Lines changed: 520 additions & 0 deletions

File tree

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-pgpf-m8m4-6cg6",
4+
"modified": "2026-03-12T14:07:39Z",
5+
"published": "2026-03-12T14:07:39Z",
6+
"aliases": [
7+
"CVE-2026-27591"
8+
],
9+
"summary": "Winter vulnerable to privilege escalation by authenticated backend users",
10+
"details": "## Impact\nAffected versions of Winter CMS allowed authenticated backend users to escalate their accounts level of access to the system by modifying the roles / permissions assigned to their account through specially crafted requests to the backend while logged in.\n\nTo actively exploit this security issue, an attacker would need access to the Backend with a user account with any level of access.\n\nThe Winter CMS maintainers strongly recommend that all Winter CMS sites that have any reliance on the roles & permissions system to update immediately. Security fixes have been backported to all major versions of Winter (1.0, 1.1, and 1.2).\n\n## Patches\nMultiple fixes and defence in depth has been applied to prevent current and future privilege escalation attacks at the lowest level possible.\n\nThis security issue has been fixed as of https://wintercms.com/releases/v1.0.477, https://wintercms.com/releases/v1.1.12, https://wintercms.com/releases/v1.2.12.\n\n## Workarounds\nIf you cannot upgrade, you may apply the changes from the releases to your Winter CMS installation manually to resolve this issue.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "winter/wn-backend-module"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.2.0"
29+
},
30+
{
31+
"fixed": "1.2.12"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "winter/wn-backend-module"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.1.0"
48+
},
49+
{
50+
"fixed": "1.1.12"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Packagist",
59+
"name": "winter/wn-backend-module"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "0"
67+
},
68+
{
69+
"fixed": "1.0.477"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "WEB",
79+
"url": "https://github.com/wintercms/winter/security/advisories/GHSA-pgpf-m8m4-6cg6"
80+
},
81+
{
82+
"type": "ADVISORY",
83+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27591"
84+
},
85+
{
86+
"type": "PACKAGE",
87+
"url": "https://github.com/wintercms/winter"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://wintercms.com/releases/v1.0.477"
92+
},
93+
{
94+
"type": "WEB",
95+
"url": "https://wintercms.com/releases/v1.1.12"
96+
},
97+
{
98+
"type": "WEB",
99+
"url": "https://wintercms.com/releases/v1.2.12"
100+
}
101+
],
102+
"database_specific": {
103+
"cwe_ids": [
104+
"CWE-284",
105+
"CWE-639",
106+
"CWE-915"
107+
],
108+
"severity": "CRITICAL",
109+
"github_reviewed": true,
110+
"github_reviewed_at": "2026-03-12T14:07:39Z",
111+
"nvd_published_at": "2026-03-11T22:16:32Z"
112+
}
113+
}

0 commit comments

Comments
 (0)