Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:gem/decidim-core@0.31.1
purl pkg:gem/decidim-core@0.31.1
Next non-vulnerable version None.
Latest non-vulnerable version None.
Risk
Vulnerabilities affecting this package (1)
Vulnerability Summary Fixed by
VCID-z21p-469r-bkfx
Aliases:
CVE-2025-65017
GHSA-3cx6-j9j4-54mp
Decidim's private data exports can lead to data leaks Private data exports can lead to data leaks in cases where the UUID generation causes collisions for the generated UUIDs. The bug was introduced by #13571 and affects Decidim versions 0.30.0 or newer (currently 2025-09-23). This issue was discovered by running the following spec several times in a row, as it can randomly fail due to this bug: ```bash $ cd decidim-core $ for i in {1..10}; do bundle exec rspec spec/jobs/decidim/download_your_data_export_job_spec.rb -e "deletes the" || break ; done ``` Run the spec as many times as needed to hit a UUID that converts to `0` through `.to_i`. The UUID to zero conversion does not cause a security issue but the security issue is demonstrated with the following example. The following code regenerates the issue by assigning a predefined UUID that will generate a collision (example assumes there are already two existing users in the system): ```ruby There are no reported fixed by versions.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-m6gy-ubmr-x7ak CVE-2026-23891
GHSA-fc46-r95f-hq7g
VCID-uzes-rhdk-cbfx CVE-2026-40869
GHSA-w5xj-99cg-rccm