
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-45377 is a broken access control vulnerability in Decidim, an open-source participatory democracy platform, where private user data exports can be downloaded without authentication via reusable Active Storage blob redirect URLs. The vulnerability affects decidim-core (RubyGems) versions prior to 0.30.9, 0.31.0.rc1 through 0.31.5, and 0.32.0.rc1 through 0.32.0. It was discovered through a security audit organized by the Decidim Association and conducted by Radically Open Security, with the advisory published on July 13, 2026. It carries a CVSS v3.1 base score of 6.5 (Medium) (GitHub Advisory, Decidim Advisory).
The root cause is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), corresponding to OWASP A01:2021 Broken Access Control. Decidim::DownloadYourDataController#download_file correctly scopes the export record to current_user, so the wrapper route itself is protected; however, when the authenticated owner performs a GET request, the response issues an HTTP redirect to a signed Active Storage blob URL (e.g., /rails/active_storage/blobs/redirect/<key>/<filename>) that is not bound to the user session. This signed URL functions as a bearer token — anyone who obtains it can replay the request and download the file without any authentication. The GET-based redirect chain makes the URL particularly susceptible to leakage via browser history, proxy logs, referrer headers, screenshots, copied links, or support transcripts (GitHub Advisory, Decidim Advisory).
Successful exploitation allows any party who obtains the Active Storage blob URL to download a user's personal data export without being authenticated as the export owner. The exported data may contain sensitive personal information subject to privacy regulations, creating significant confidentiality risk. There is no impact on integrity or availability, but the potential for unauthorized access to personal data exports through passive leakage channels (logs, browser history, intercepted emails) makes this a meaningful privacy concern for Decidim deployments (GitHub Advisory).
decidim-core (< 0.30.9, 0.31.0.rc1–0.31.5, or 0.32.0.rc1–0.32.0).http://target/download_your_data/download?uuid=<uuid>./rails/active_storage/blobs/redirect/<key>/<filename>./rails/active_storage/blobs/redirect/ paths originating from IP addresses or user agents not associated with the legitimate export owner; repeated access to the same blob URL from different sessions or IP addresses./rails/active_storage/blobs/redirect/ from unexpected geographic locations or at unusual times relative to the original authenticated download.Decidim has released patched versions 0.30.9, 0.31.5, and 0.32.0 that introduce a new PrivateDownloads controller which streams protected files via Rails' send_data method rather than redirecting to Active Storage URLs, ensuring access control is enforced at every download request. Upgrading to one of these patched versions is the recommended remediation. As a temporary workaround for deployments that cannot immediately upgrade, the advisory recommends disabling Private Download URLs. The fix was implemented in pull request #16680 (GitHub Advisory, Decidim Advisory).
The vulnerability was discovered during a security audit organized by the Decidim Association and conducted by Radically Open Security, funded by NGI, indicating a proactive security posture by the project maintainers. The fix was developed and merged prior to public disclosure, and the advisory credits the auditing organization. No significant broader media coverage or notable community commentary beyond the official advisory has been identified (Decidim Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."