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-41345

CVE-2025-41345: Canaldenuncia.app Auth Bypass Vulnerability

CVE-2025-41345 is an authorization bypass flaw in Canaldenuncia.app that lets attackers access other users' data via POST requests. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 22, 2026

CVE-2025-41345 Overview

A critical authorization bypass vulnerability has been identified in CanalDenuncia.app, a reporting and whistleblower platform. This vulnerability allows unauthenticated attackers to access sensitive user information by manipulating POST request parameters. The flaw exists in the /backend/api/buscarDenunciasById.php endpoint, where insufficient authorization checks permit unauthorized access to other users' complaint data through parameter tampering.

Critical Impact

Attackers can exploit this vulnerability to access confidential user reports and personal information without authentication, potentially exposing sensitive whistleblower data and compromising the integrity of the reporting system.

Affected Products

  • CanalDenuncia CanalDenuncia.app (all versions)

Discovery Timeline

  • November 4, 2025 - CVE-2025-41345 published to NVD
  • November 5, 2025 - Last updated in NVD database

Technical Details for CVE-2025-41345

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), a broken access control flaw that occurs when the application fails to verify whether a user has permission to access a specific resource. In CanalDenuncia.app, the vulnerable endpoint /backend/api/buscarDenunciasById.php processes requests to retrieve complaint records but does not validate that the requesting user has authorization to view the specified records.

The impact of this vulnerability is significant given the nature of the application—a whistleblower and complaint reporting platform. Unauthorized access to complaint data could expose sensitive information about reporters, compromise ongoing investigations, and undermine trust in the confidential reporting system.

Root Cause

The root cause of this vulnerability is the absence of proper authorization checks in the buscarDenunciasById.php API endpoint. The backend code processes the id_denuncia (complaint ID) and id_user (user ID) parameters from incoming POST requests without verifying that the authenticated user has the rights to access the requested records. This allows any user—including unauthenticated attackers—to retrieve arbitrary complaint data by simply guessing or iterating through valid IDs.

Attack Vector

The attack vector involves sending crafted POST requests to the vulnerable API endpoint with manipulated id_denuncia and id_user parameters. Since the endpoint is network-accessible and requires no authentication, an attacker can perform this attack remotely.

An attacker would typically:

  1. Identify the vulnerable endpoint at /backend/api/buscarDenunciasById.php
  2. Send POST requests with different id_denuncia and id_user values
  3. Enumerate valid IDs to retrieve complaint records belonging to other users
  4. Extract sensitive information from the returned data

This type of Insecure Direct Object Reference (IDOR) attack is straightforward to execute and can be automated to harvest large amounts of data. For detailed technical information, see the INCIBE CERT Advisory on Multiple Vulnerabilities.

Detection Methods for CVE-2025-41345

Indicators of Compromise

  • Unusual volume of POST requests to /backend/api/buscarDenunciasById.php from a single IP address
  • Sequential or patterned values in id_denuncia or id_user parameters indicating enumeration attempts
  • Access logs showing requests for user IDs that do not match the authenticated session
  • Anomalous data exfiltration patterns from the complaint database

Detection Strategies

  • Implement web application firewall (WAF) rules to detect parameter tampering and ID enumeration attacks
  • Monitor API access logs for unusual patterns of requests to sensitive endpoints
  • Deploy runtime application self-protection (RASP) to detect unauthorized data access attempts
  • Configure alerting for high-frequency requests to the vulnerable endpoint

Monitoring Recommendations

  • Enable detailed logging for all API endpoints handling sensitive data
  • Implement rate limiting on the /backend/api/buscarDenunciasById.php endpoint
  • Monitor for anomalous user behavior patterns that may indicate data harvesting
  • Set up alerts for failed authorization checks once patches are applied

How to Mitigate CVE-2025-41345

Immediate Actions Required

  • Restrict access to the /backend/api/buscarDenunciasById.php endpoint at the network level using firewall rules
  • Implement IP-based access controls to limit API access to trusted sources
  • Deploy a web application firewall (WAF) with rules to block parameter tampering attempts
  • Review access logs for evidence of prior exploitation

Patch Information

As of the last update on November 5, 2025, no official vendor patch has been announced. Organizations should monitor the INCIBE CERT Advisory for updates on available fixes. Contact the CanalDenuncia vendor directly for patching guidance and timeline information.

Workarounds

  • Implement server-side authorization checks that validate the requesting user owns or has permission to access the requested complaint data
  • Add session validation to ensure id_user parameters match the authenticated user's session
  • Deploy rate limiting to prevent automated ID enumeration attacks
  • Consider temporarily disabling the vulnerable endpoint until proper authorization controls can be implemented
bash
# Example: Nginx rate limiting configuration for the vulnerable endpoint
limit_req_zone $binary_remote_addr zone=api_limit:10m rate=10r/m;

location /backend/api/buscarDenunciasById.php {
    limit_req zone=api_limit burst=5 nodelay;
    # Additional access controls
    allow 10.0.0.0/8;
    deny all;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCanaldenuncia

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/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-862
  • Technical References
  • INCIBE CERT Advisory on Multiple Vulnerabilities
  • Related CVEs
  • CVE-2025-41111: Canaldenuncia.app Auth Bypass Vulnerability

  • CVE-2025-41112: Canaldenuncia.app Auth Bypass Vulnerability

  • CVE-2025-41113: Canaldenuncia.app Auth Bypass Flaw

  • CVE-2025-41335: Canaldenuncia.app Auth Bypass 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