Skip to content

Commit 22b00af

Browse files
1 parent 61fce52 commit 22b00af

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-w5xj-99cg-rccm",
4+
"modified": "2026-04-14T22:22:58Z",
5+
"published": "2026-04-14T22:22:58Z",
6+
"aliases": [],
7+
"summary": "Decidim amendments can be accepted or rejected by anyone",
8+
"details": "### Impact\nThe vulnerability allows any registered and authenticated user to accept or reject any amendments. The impact is on any users who have created proposals where the amendments feature is enabled. This also elevates the user accepting the amendment as the author of the original proposal as people amending proposals are provided coauthorship on the coauthorable resources.\n\nThe only check done when accepting or rejecting amendments is whether the amendment reactions are enabled for the component:\nhttps://github.com/decidim/decidim/blob/9d6c3d2efe5a83bb02e095824ff5998d96a75eb7/decidim-core/app/permissions/decidim/permissions.rb#L107\n\nThe permission checks have been changed at 1b99136 which was introduced in released version 0.19.0. I have not investigated whether prior versions are also affected.\n\n### Patches\n\nNot available\n\n### Workarounds\nDisable amendment reactions for the amendable component (e.g. proposals).",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "RubyGems",
19+
"name": "decidim-core"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0.31.0.rc1"
27+
},
28+
{
29+
"fixed": "0.31.1"
30+
}
31+
]
32+
}
33+
]
34+
},
35+
{
36+
"package": {
37+
"ecosystem": "RubyGems",
38+
"name": "decidim-core"
39+
},
40+
"ranges": [
41+
{
42+
"type": "ECOSYSTEM",
43+
"events": [
44+
{
45+
"introduced": "0.19.0"
46+
},
47+
{
48+
"fixed": "0.30.5"
49+
}
50+
]
51+
}
52+
]
53+
}
54+
],
55+
"references": [
56+
{
57+
"type": "WEB",
58+
"url": "https://github.com/decidim/decidim/security/advisories/GHSA-w5xj-99cg-rccm"
59+
},
60+
{
61+
"type": "WEB",
62+
"url": "https://github.com/decidim/decidim/commit/1b99136a1c7aa02616a0b54a6ab88d12907a57a9"
63+
},
64+
{
65+
"type": "PACKAGE",
66+
"url": "https://github.com/decidim/decidim"
67+
}
68+
],
69+
"database_specific": {
70+
"cwe_ids": [
71+
"CWE-266"
72+
],
73+
"severity": "HIGH",
74+
"github_reviewed": true,
75+
"github_reviewed_at": "2026-04-14T22:22:58Z",
76+
"nvd_published_at": null
77+
}
78+
}

0 commit comments

Comments
 (0)