Skip to content

Commit bf05e01

Browse files
1 parent 351c1de commit bf05e01

1 file changed

Lines changed: 185 additions & 0 deletions

File tree

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-4qvv-g3vr-m348",
4+
"modified": "2026-02-03T18:35:52Z",
5+
"published": "2026-02-03T18:35:52Z",
6+
"aliases": [
7+
"CVE-2026-25517"
8+
],
9+
"summary": "Wagtail has improper permission handling on admin preview endpoints",
10+
"details": "### Impact\nDue to a missing permission check on the preview endpoints, a user with access to the Wagtail admin and knowledge of a model's fields can craft a form submission to obtain a preview rendering of any page, snippet or site setting object for which previews are enabled, consisting of any data of the user's choosing. The existing data of the object itself is not exposed, but depending on the nature of the template being rendered, this may expose other database contents that would otherwise only be accessible to users with edit access over the model. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin.\n\n### Patches\nPatched versions have been released as Wagtail 6.3.6, 7.0.4, 7.1.3 and 7.2.2. The new 7.3 feature release also incorporates this fix.\n\n### Workarounds\nNo workaround is available.\n\n### Acknowledgements\n\nMany thanks to @thxtech for reporting this issue.\n\n### For more information\n\nIf there are any questions or comments about this advisory:\n\n- Visit Wagtail's [support channels](https://docs.wagtail.io/en/stable/support.html)\n- Send an email to [security@wagtail.org](mailto:security@wagtail.org) (view our [security policy](https://github.com/wagtail/wagtail/security/policy) for more information).",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "wagtail"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "6.3.6"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "PyPI",
40+
"name": "wagtail"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "6.4rc1"
48+
},
49+
{
50+
"fixed": "7.0.4"
51+
}
52+
]
53+
}
54+
],
55+
"database_specific": {
56+
"last_known_affected_version_range": "<= 7.0.3"
57+
}
58+
},
59+
{
60+
"package": {
61+
"ecosystem": "PyPI",
62+
"name": "wagtail"
63+
},
64+
"ranges": [
65+
{
66+
"type": "ECOSYSTEM",
67+
"events": [
68+
{
69+
"introduced": "7.1rc1"
70+
},
71+
{
72+
"fixed": "7.1.3"
73+
}
74+
]
75+
}
76+
],
77+
"database_specific": {
78+
"last_known_affected_version_range": "<= 7.1.2"
79+
}
80+
},
81+
{
82+
"package": {
83+
"ecosystem": "PyPI",
84+
"name": "wagtail"
85+
},
86+
"ranges": [
87+
{
88+
"type": "ECOSYSTEM",
89+
"events": [
90+
{
91+
"introduced": "7.2rc1"
92+
},
93+
{
94+
"fixed": "7.2.2"
95+
}
96+
]
97+
}
98+
],
99+
"database_specific": {
100+
"last_known_affected_version_range": "<= 7.2.1"
101+
}
102+
},
103+
{
104+
"package": {
105+
"ecosystem": "PyPI",
106+
"name": "wagtail"
107+
},
108+
"ranges": [
109+
{
110+
"type": "ECOSYSTEM",
111+
"events": [
112+
{
113+
"introduced": "7.3rc1"
114+
},
115+
{
116+
"fixed": "7.3"
117+
}
118+
]
119+
}
120+
],
121+
"versions": [
122+
"7.3rc1"
123+
]
124+
}
125+
],
126+
"references": [
127+
{
128+
"type": "WEB",
129+
"url": "https://github.com/wagtail/wagtail/security/advisories/GHSA-4qvv-g3vr-m348"
130+
},
131+
{
132+
"type": "WEB",
133+
"url": "https://github.com/wagtail/wagtail/commit/01fd3477365a193e6a8270311defb76e890d2719"
134+
},
135+
{
136+
"type": "WEB",
137+
"url": "https://github.com/wagtail/wagtail/commit/5f09b6da61e779b0e8499bdbba52bf2f7bd3241f"
138+
},
139+
{
140+
"type": "WEB",
141+
"url": "https://github.com/wagtail/wagtail/commit/73f070dbefbd3b39ea6649ce36bd2d2a6eef2190"
142+
},
143+
{
144+
"type": "WEB",
145+
"url": "https://github.com/wagtail/wagtail/commit/7dfe8de5f8b3f112c73c87b6729197db16454915"
146+
},
147+
{
148+
"type": "WEB",
149+
"url": "https://github.com/wagtail/wagtail/commit/dd824023a031f1b82a6b6f83a97a5c73391b7c03"
150+
},
151+
{
152+
"type": "PACKAGE",
153+
"url": "https://github.com/wagtail/wagtail"
154+
},
155+
{
156+
"type": "WEB",
157+
"url": "https://github.com/wagtail/wagtail/releases/tag/v6.3.6"
158+
},
159+
{
160+
"type": "WEB",
161+
"url": "https://github.com/wagtail/wagtail/releases/tag/v7.0.4"
162+
},
163+
{
164+
"type": "WEB",
165+
"url": "https://github.com/wagtail/wagtail/releases/tag/v7.1.3"
166+
},
167+
{
168+
"type": "WEB",
169+
"url": "https://github.com/wagtail/wagtail/releases/tag/v7.2.2"
170+
},
171+
{
172+
"type": "WEB",
173+
"url": "https://github.com/wagtail/wagtail/releases/tag/v7.3"
174+
}
175+
],
176+
"database_specific": {
177+
"cwe_ids": [
178+
"CWE-862"
179+
],
180+
"severity": "MODERATE",
181+
"github_reviewed": true,
182+
"github_reviewed_at": "2026-02-03T18:35:52Z",
183+
"nvd_published_at": null
184+
}
185+
}

0 commit comments

Comments
 (0)