decidim-admin
The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
Activity
- Latest release
- 1mo ago
- Total releases
- 176
- Cadence
- ~daily
- Last 12 months
- 23
Reach
- Stars
- 1.8k
Details
- License
- unknown
- First release
- Oct 07, 2016
| Version | Released | |
|---|---|---|
0.32.1
patch
|
0.32.1
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.31.7
patch
|
0.31.7
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.31.6
patch
|
0.31.6
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.32.0
minor
|
0.32.0
minor
Dependencies (7)
Changelog
Compare changes
|
|
0.32.0.rc3
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.32.0.rc3
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.32.0.rc2
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.32.0.rc2
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.30.9
patch
|
0.30.9
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.31.5
patch
|
0.31.5
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.32.0.rc1
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.32.0.rc1
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.31.4
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.31.4
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.30.8
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.8
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.31.3
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.31.3
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.30.7
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.7
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.31.2
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.31.2
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.30.6
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.6
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.31.1
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.31.1
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.30.5
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.5
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.29.7
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.7
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.31.0
minor
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.31.0
minor
Dependencies (7)
Changelog
Compare changes
|
|
0.30.4
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.4
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.30.3
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.3
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.31.0.rc2
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.31.0.rc2
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.29.6
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.6
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.31.0.rc1
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.31.0.rc1
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.29.5
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.5
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.30.2
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.2
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.29.4
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.4
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.30.1
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.1
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.28.6
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.28.6
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.29.3
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.3
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.30.0
minor
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.0
minor
Dependencies (7)
Changelog
Compare changes
|
|
0.27.10
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.27.10
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.30.0.rc3
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.0.rc3
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.30.0.rc2
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.0.rc2
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.30.0.rc1
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.30.0.rc1
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.28.5
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.28.5
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.29.2
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.2
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.29.1
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.1
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.28.4
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.28.4
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.27.9
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.27.9
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.28.3
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.28.3
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.29.0
minor
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.0
minor
Dependencies (7)
Changelog
Compare changes
|
|
0.29.0.rc4
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.0.rc4
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.27.8
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.27.8
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.29.0.rc3
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.0.rc3
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.29.0.rc2
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.0.rc2
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.29.0.rc1
pre
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.29.0.rc1
pre
Dependencies (7)
Changelog
Compare changes
|
|
0.28.2
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.28.2
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.27.7
patch
1 CVE
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev |
0.27.7
patch
Dependencies (7)
Changelog
Compare changes
|
|
0.27.6
patch
2 CVEs
CVE-2026-45376
GHSA-jvqq-cvh4-xm37
Jul 13, 2026
Decidim: Admin user search allows SQL injection through similarity-based sorting
6.8
/ 10
Medium
Network
Low
High
None
Changed
High
None
None
The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical descriptionThe vulnerable endpoint is exposed as GET
That route reaches
Inside
The query has two branches. In both branches, the Nickname branch:
Name/email branch:
This use of For example, a payload such as
The injected subquery is therefore evaluated by PostgreSQL as SQL, not treated purely as data. Because the sink is in Source-to-sink chain:
Reproduction steps:
Impact
PatchesSee https://github.com/decidim/decidim/pull/16668 WorkaroundsReview your administrator accesses and not give access to untrustworthy users ReferenceOWASP SQL Injection CreditsThis issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI. Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 158 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.10
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.27.7
0.27.8
0.27.9
0.28.0
0.28.0.rc4
0.28.0.rc5
0.28.1
0.28.2
0.28.3
0.28.4
0.28.5
0.28.6
0.29.0
0.29.0.rc1
0.29.0.rc2
0.29.0.rc3
0.29.0.rc4
0.29.1
0.29.2
0.29.3
0.29.4
0.29.5
0.29.6
0.29.7
0.3.0
0.3.1
0.3.2
0.30.0
0.30.0.rc1
0.30.0.rc2
0.30.0.rc3
0.30.1
0.30.2
0.30.3
0.30.4
0.30.5
0.30.6
0.30.7
0.30.8
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.31.0
0.31.0.rc1
0.31.0.rc2
0.31.1
0.31.2
0.31.3
0.31.4
0.32.0.rc1
0.32.0.rc2
0.32.0.rc3
Fixed in
0.30.9
0.31.5
0.32.0
References Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-32034
GHSA-rx9f-5ggv-5rh6
Sep 16, 2024
Decidim::Admin vulnerable to cross-site scripting (XSS) in the admin activity log
Medium
Network
Low
Low
ImpactThe admin panel is subject to potential XSS attach in case an admin assigns a valuator to a proposal, or does any other action that generates an admin activity log where one of the resources has an XSS crafted. PatchesN/A WorkaroundsRedirect the pages /admin and /admin/logs to other admin pages to prevent this access (i.e. ReferencesOWASP ASVS v4.0.3-5.1.3 Affected versions
0.0.1
0.0.1.alpha3
0.0.1.alpha4
0.0.1.alpha5
0.0.1.alpha6
0.0.1.alpha7
0.0.1.alpha8
0.0.1.alpha9
0.0.2
0.0.3
0.0.5
0.0.6
+ 113 more Show less
0.0.7
0.0.8.1
0.1.0
0.10.0
0.10.1
0.11.0.pre1
0.11.1
0.11.2
0.12.0
0.12.0.pre
0.12.1
0.12.2
0.13.0
0.13.0.pre1
0.13.1
0.14.1
0.14.2
0.14.3
0.14.4
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.17.0
0.17.1
0.17.2
0.18.0
0.18.1
0.19.0
0.19.1
0.2.0
0.20.0
0.20.1
0.21.0
0.22.0
0.23.0
0.23.1
0.23.1.rc1
0.23.2
0.23.3
0.23.4
0.23.5
0.23.6
0.24.0
0.24.0.rc1
0.24.0.rc2
0.24.1
0.24.2
0.24.3
0.25.0
0.25.0.rc1
0.25.0.rc2
0.25.0.rc3
0.25.0.rc4
0.25.1
0.25.2
0.26.0
0.26.0.rc1
0.26.0.rc2
0.26.1
0.26.10
0.26.2
0.26.3
0.26.4
0.26.5
0.26.7
0.26.8
0.26.9
0.27.0
0.27.0.rc1
0.27.0.rc2
0.27.1
0.27.2
0.27.3
0.27.4
0.27.5
0.27.6
0.3.0
0.3.1
0.3.2
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.2
0.9.3
0.28.0
0.28.1
Fixed in
0.27.7
0.28.2
References
Updated Sep 17, 2024 · Source: OSV.dev |
0.27.6
patch
Dependencies (7)
Changelog
Compare changes
|