Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-41113

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

CVE-2025-41113 is an authorization bypass vulnerability in Canaldenuncia.app that allows attackers to access other users' information without proper authorization. This article covers technical details, impact, and mitigation.

Published: April 28, 2026

CVE-2025-41113 Overview

A lack of authorization vulnerability has been detected in CanalDenuncia.app, a whistleblowing and complaint management platform. This vulnerability allows an attacker to access other users' information by sending a POST request through the parameter id_denuncia in /backend/api/buscarDenunciaByPin.php. The flaw represents a critical Broken Access Control (CWE-862) issue that enables unauthorized access to sensitive complaint and whistleblower data.

Critical Impact

Attackers can exploit this authorization bypass to access confidential whistleblower reports and user information without authentication, potentially compromising the privacy and safety of individuals who submitted sensitive complaints.

Affected Products

  • CanalDenuncia CanalDenuncia.app (all versions)

Discovery Timeline

  • 2025-11-04 - CVE-2025-41113 published to NVD
  • 2025-11-05 - Last updated in NVD database

Technical Details for CVE-2025-41113

Vulnerability Analysis

This vulnerability stems from a missing authorization check in the CanalDenuncia.app backend API. The affected endpoint /backend/api/buscarDenunciaByPin.php fails to properly verify whether the requesting user has permission to access the complaint record identified by the id_denuncia parameter. When a user submits a POST request with an arbitrary complaint ID, the application returns the associated complaint data without validating the requester's authorization level or ownership of the record.

This type of Insecure Direct Object Reference (IDOR) combined with missing authorization allows horizontal privilege escalation, where an attacker can enumerate complaint IDs and retrieve sensitive information belonging to other users. Given that CanalDenuncia.app is designed for handling whistleblower complaints, the exposed data could include highly sensitive disclosures, personal information, and potentially evidence of misconduct.

Root Cause

The root cause is CWE-862: Missing Authorization. The application fails to implement proper access control checks before returning complaint data. The buscarDenunciaByPin.php endpoint accepts an id_denuncia parameter and retrieves the corresponding record from the database without verifying whether the authenticated user (or any user) has the right to access that specific complaint.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can craft HTTP POST requests to the vulnerable API endpoint with incremented or guessed id_denuncia values. Since the endpoint lacks authorization controls, each valid ID returns the associated complaint data, enabling systematic enumeration and extraction of all complaint records in the system.

The attack flow involves:

  1. Identifying the vulnerable endpoint /backend/api/buscarDenunciaByPin.php
  2. Sending POST requests with various id_denuncia parameter values
  3. Collecting responses containing unauthorized complaint data
  4. Repeating with sequential or randomized IDs to harvest additional records

Detection Methods for CVE-2025-41113

Indicators of Compromise

  • Unusual volume of POST requests to /backend/api/buscarDenunciaByPin.php from a single IP address
  • Sequential or patterned id_denuncia parameter values in API requests indicating enumeration attempts
  • Access to complaint records by users or sessions that do not own those records
  • Anomalous API response patterns showing successful data retrieval across multiple unrelated complaint IDs

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block rapid sequential requests to the vulnerable endpoint
  • Monitor API access logs for unauthorized access patterns, particularly requests attempting to access multiple complaint records
  • Deploy intrusion detection system (IDS) signatures for IDOR and enumeration attack patterns targeting complaint management endpoints
  • Enable detailed logging on the buscarDenunciaByPin.php endpoint to capture all access attempts with associated user context

Monitoring Recommendations

  • Set up real-time alerting for high-frequency API requests to complaint retrieval endpoints
  • Implement user behavior analytics (UBA) to identify anomalous data access patterns
  • Create dashboards to track API access by user, IP, and complaint ID to identify unauthorized access attempts
  • Regularly audit access logs for signs of data harvesting or enumeration activities

How to Mitigate CVE-2025-41113

Immediate Actions Required

  • Restrict access to the /backend/api/buscarDenunciaByPin.php endpoint using network-level controls or WAF rules
  • Implement rate limiting on the vulnerable API endpoint to slow enumeration attempts
  • Review access logs to identify any evidence of prior exploitation and assess data exposure
  • Notify affected users if unauthorized access to their complaint data is detected

Patch Information

Consult the vendor advisory from INCIBE for the latest patching information. Review the INCIBE Security Notice for detailed guidance on available fixes and recommended remediation steps.

Workarounds

  • Implement server-side authorization checks to verify the requesting user owns or has explicit permission to access the complaint record before returning data
  • Add authentication requirements to the vulnerable endpoint if currently accessible without authentication
  • Deploy input validation to restrict id_denuncia parameter values to expected formats and ranges
  • Consider implementing a secure token-based access system where complaint records can only be accessed with a unique, time-limited token provided to the legitimate owner
bash
# Example Apache configuration to restrict access to the vulnerable endpoint
<Location "/backend/api/buscarDenunciaByPin.php">
    # Restrict to internal networks only until patched
    Require ip 10.0.0.0/8 192.168.0.0/16
    
    # Enable rate limiting
    SetEnvIf Request_URI "buscarDenunciaByPin" rate_limit
    SetEnvIf rate_limit 1 rate_limit_requests=10
</Location>

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 Security Notice
  • Related CVEs
  • CVE-2025-41111: Canaldenuncia.app Auth Bypass Vulnerability

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

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

  • CVE-2025-41337: 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