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

CVE-2025-40660: DM Corporative CMS Auth Bypass Flaw

CVE-2025-40660 is an authentication bypass vulnerability in DM Corporative CMS caused by an IDOR flaw. Attackers can access private areas without proper authorization. This article covers technical details, impact, and fixes.

Published: April 28, 2026

CVE-2025-40660 Overview

An Insecure Direct Object Reference (IDOR) vulnerability has been discovered in DM Corporative CMS. This vulnerability allows an unauthenticated attacker to access private administrative areas by manipulating the option parameter in the /administer/select node/data.asp endpoint. By setting the option parameter to values 0, 1, or 2, attackers can bypass access controls and gain unauthorized access to restricted content and functionality.

Critical Impact

Unauthorized access to private administrative areas in DM Corporative CMS through parameter manipulation, potentially exposing sensitive data and administrative functions to unauthenticated attackers.

Affected Products

  • DM Corporative CMS (all versions)
  • ACC DM Corporative CMS web applications
  • DM Corporative CMS DMacroweb deployments

Discovery Timeline

  • June 10, 2025 - CVE-2025-40660 published to NVD
  • October 22, 2025 - Last updated in NVD database

Technical Details for CVE-2025-40660

Vulnerability Analysis

This IDOR vulnerability (CWE-639: Authorization Bypass Through User-Controlled Key) exists in the DM Corporative CMS web application. The core issue lies in the application's failure to properly validate user authorization when accessing the data retrieval endpoint. The vulnerable endpoint /administer/select node/data.asp accepts multiple parameters including mode, id1, id2, session, cod, networks, and critically, the option parameter.

The application does not adequately verify whether the requesting user has appropriate permissions to access the resources controlled by the option parameter. This allows attackers to enumerate through possible values (0, 1, or 2) to access different private areas of the application without proper authentication or authorization.

Root Cause

The root cause of this vulnerability is insufficient authorization checks on the server-side when processing requests to the administrative data endpoint. The application relies on client-supplied parameters to determine access levels without validating that the requesting user has legitimate privileges to access those resources. This is a classic IDOR vulnerability where object references (in this case, the option parameter) are exposed to users and can be manipulated to access unauthorized data.

Attack Vector

The attack vector for CVE-2025-40660 is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying the vulnerable endpoint at /administer/select node/data.asp
  2. Crafting a malicious request with the option parameter set to 0, 1, or 2
  3. Including additional required parameters such as mode=catalogue, id1=1, id2=1, cod=1, and networks=0
  4. Sending the crafted request directly to the server to access private administrative areas

The vulnerable URL pattern follows this structure:
/administer/select node/data.asp?mode=catalogue&id1=1&id2=1&session=&cod=1&networks=0&option=[0|1|2]

This allows unauthenticated remote attackers to bypass access controls and retrieve sensitive information from the private areas of the CMS.

Detection Methods for CVE-2025-40660

Indicators of Compromise

  • Unusual access patterns to /administer/select node/data.asp from unauthenticated sessions
  • Multiple requests to the data endpoint with varying option parameter values (0, 1, 2)
  • Access to administrative endpoints from unexpected IP addresses or user agents
  • Spike in requests to administrative paths without corresponding authentication events

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on direct access attempts to /administer/ endpoints without valid session authentication
  • Configure intrusion detection systems to flag requests containing parameter enumeration patterns targeting the option parameter
  • Review web server access logs for requests to data.asp with suspicious parameter combinations
  • Deploy application-layer monitoring to detect unauthorized access attempts to administrative functions

Monitoring Recommendations

  • Enable detailed logging for all requests to the /administer/ directory structure
  • Set up alerts for failed or unauthorized access attempts to administrative endpoints
  • Monitor for sequential or enumerated parameter values in request logs
  • Implement session monitoring to correlate administrative access with valid authentication events

How to Mitigate CVE-2025-40660

Immediate Actions Required

  • Restrict access to the /administer/ directory at the web server level using IP allowlisting or authentication requirements
  • Implement server-side authorization checks for all requests to administrative endpoints
  • Review and audit access logs for evidence of exploitation attempts
  • Consider taking the affected CMS offline until proper access controls can be implemented

Patch Information

Consult the INCIBE Security Notice for the latest information regarding patches and remediation guidance from the vendor. Organizations should contact ACC directly for official patch availability and update instructions for DM Corporative CMS.

Workarounds

  • Implement web server access controls (.htaccess or IIS URL Authorization) to require authentication before accessing any administrative paths
  • Deploy a web application firewall (WAF) with rules to block unauthorized access to administrative endpoints
  • Use network segmentation to restrict administrative interface access to trusted internal networks only
  • Implement IP-based access restrictions for administrative functions as a temporary measure
bash
# Example Apache .htaccess configuration to restrict admin access
<Directory "/path/to/webroot/administer">
    AuthType Basic
    AuthName "Restricted Access"
    AuthUserFile /etc/apache2/.htpasswd
    Require valid-user
    
    # Optional: Additional IP restriction
    # Require ip 192.168.1.0/24
</Directory>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAcc Dm Corporative Cms

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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-639
  • Technical References
  • INCIBE Security Notice
  • Related CVEs
  • CVE-2025-40658: DM Corporative CMS Auth Bypass Flaw

  • CVE-2025-40659: DM Corporative CMS Auth Bypass Flaw

  • CVE-2025-40654: DM Corporative CMS SQLi Vulnerability

  • CVE-2025-40655: DM Corporative CMS SQLi 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