The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-65017

CVE-2025-65017: Decidim Information Disclosure Flaw

CVE-2025-65017 is an information disclosure vulnerability in Decidim that allows private data leaks through UUID collisions in data exports. This post covers the technical details, affected versions, and mitigation steps.

Published: February 6, 2026

CVE-2025-65017 Overview

CVE-2025-65017 is an Information Disclosure vulnerability affecting Decidim, a participatory democracy framework. The vulnerability exists in the private data export functionality where improper UUID generation can lead to UUID collisions, potentially exposing sensitive user data to unauthorized parties.

Critical Impact

Private data exports may be accessed by unauthorized users due to predictable or colliding UUIDs, potentially exposing sensitive participant information in democratic processes.

Affected Products

  • Decidim versions 0.30.0 to before 0.30.4
  • Decidim versions 0.31.0.rc1 to before 0.31.0
  • Decidim deployments using private data export functionality

Discovery Timeline

  • 2026-02-03 - CVE CVE-2025-65017 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2025-65017

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue lies in the UUID generation mechanism used for private data exports within Decidim. When UUIDs are generated with insufficient entropy or using a flawed algorithm, collisions can occur where multiple export requests receive the same or predictable identifiers.

In a participatory democracy platform like Decidim, private data exports typically contain sensitive information about participants, their votes, proposals, and other democratic engagement data. When UUID collisions occur, an attacker who generates their own export request could potentially receive an identifier that matches another user's export, thereby gaining access to that user's private data.

The vulnerability is exploitable over the network and requires low-privileged access to the application (a registered user account). Some user interaction is required to trigger the export functionality. The confidentiality impact is significant as it can expose both the vulnerable system's data and potentially cascade to connected systems.

Root Cause

The root cause of this vulnerability is improper implementation of UUID generation for private data export identifiers. Secure UUID generation requires sufficient randomness and entropy to ensure that generated identifiers are unique and unpredictable. When the UUID generation algorithm fails to provide adequate randomness, it creates conditions where:

  1. Multiple export requests may receive identical UUIDs (collision)
  2. UUIDs may follow predictable patterns that attackers can enumerate
  3. Export files become accessible to users who did not create them

Attack Vector

The attack vector is network-based, requiring an authenticated user to exploit the vulnerability. An attacker would need to:

  1. Create a legitimate account on a vulnerable Decidim instance
  2. Initiate private data export requests
  3. Observe or predict UUID patterns in export URLs
  4. Attempt to access exports belonging to other users by exploiting UUID collisions or predictable generation

The vulnerability does not require complex attack chains and can be exploited with standard web requests once the attacker understands the UUID generation weakness.

The vulnerability manifests in the UUID generation mechanism for private data exports. Technical details and the specific fix can be found in the GitHub Pull Request #13571 and the GitHub Security Advisory GHSA-3cx6-j9j4-54mp.

Detection Methods for CVE-2025-65017

Indicators of Compromise

  • Multiple users receiving access to the same export file or UUID
  • Unusual patterns in export request logs showing repeated or sequential UUIDs
  • Access logs indicating users downloading exports they did not initiate
  • Reports from users about receiving incorrect or others' data in exports

Detection Strategies

  • Monitor export functionality logs for UUID collision events
  • Implement alerting on export access attempts where the requesting user differs from the export creator
  • Review application logs for anomalous patterns in private data export requests
  • Audit existing export UUIDs for duplicates or predictable sequences

Monitoring Recommendations

  • Enable detailed logging for all private data export operations
  • Set up real-time alerts for any detected UUID collisions in export functionality
  • Monitor for bulk or automated export request patterns that may indicate enumeration attempts
  • Conduct periodic audits of export access logs to identify unauthorized data access

How to Mitigate CVE-2025-65017

Immediate Actions Required

  • Upgrade Decidim to version 0.30.4 or 0.31.0 immediately
  • Review export access logs for signs of data leakage
  • Notify potentially affected users if unauthorized access is suspected
  • Temporarily disable private data export functionality if immediate patching is not possible

Patch Information

The Decidim development team has addressed this vulnerability in versions 0.30.4 and 0.31.0. The fix improves the UUID generation mechanism to prevent collisions and ensure export identifiers are cryptographically secure and unpredictable.

Patched versions are available:

  • Decidim v0.30.4
  • Decidim v0.31.0

For detailed patch information, refer to the GitHub Pull Request #13571.

Workarounds

  • Disable private data export functionality until patching is complete
  • Implement additional access controls to verify export ownership before serving files
  • Add rate limiting on export requests to slow potential enumeration attacks
  • Monitor and restrict export functionality to trusted user roles only
bash
# Example: Check current Decidim version
bundle show decidim

# Update Decidim in Gemfile to patched version
# For 0.30.x branch:
# gem "decidim", "~> 0.30.4"
# For 0.31.x branch:
# gem "decidim", "~> 0.31.0"

# Then run bundle update
bundle update decidim

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDecidim

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Pull Request #13571

  • GitHub Release v0.30.4

  • GitHub Release v0.31.0

  • GitHub Security Advisory GHSA-3cx6-j9j4-54mp
  • Related CVEs
  • CVE-2026-23891: Decidim Framework RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English