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

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

CVE-2025-40661 is an authentication bypass vulnerability in DM Corporative CMS caused by an Insecure Direct Object Reference (IDOR) flaw. Attackers can access restricted areas without proper authorization.

Updated: May 19, 2026

CVE-2025-40661 Overview

CVE-2025-40661 is an Insecure Direct Object Reference (IDOR) vulnerability in DM Corporative CMS developed by acc (DMacroWeb). The flaw resides in the /administer/selectionnode/selection.asp endpoint, where an unauthenticated attacker can manipulate the option parameter by setting its value to 0, 1, or 2 to access the private administrative area. The vulnerability is classified under CWE-639: Authorization Bypass Through User-Controlled Key.

Critical Impact

Remote, unauthenticated attackers can bypass authorization checks and access restricted CMS resources by modifying a single URL parameter, exposing private administrative content over the network.

Affected Products

  • DM Corporative CMS (vendor: acc / DMacroWeb)
  • All versions referenced in the INCIBE Security Notice
  • Deployments exposing /administer/selectionnode/selection.asp to untrusted networks

Discovery Timeline

  • 2025-06-10 - CVE-2025-40661 published to the National Vulnerability Database
  • 2025-10-22 - Last updated in NVD database

Technical Details for CVE-2025-40661

Vulnerability Analysis

The vulnerability stems from missing authorization enforcement on the selection.asp endpoint within the /administer/selectionnode/ path. The application uses the option query parameter as a direct reference to backend resources without validating whether the requesting session has permission to view them. Setting option=0, option=1, or option=2 returns content reserved for authenticated administrators.

IDOR vulnerabilities like this one allow attackers to enumerate resources by modifying predictable identifiers in URLs or request bodies. Because the affected endpoint resides inside the /administer/ directory, the exposed data is administrative in nature, increasing the operational risk for affected sites.

Root Cause

The root cause is an authorization control gap mapped to [CWE-639]. The CMS validates the structure of the option parameter but does not verify that the current user is authorized to access the referenced object. Authentication state and role membership are not enforced server-side before returning the protected resource.

Attack Vector

The attack vector is purely network-based and requires no authentication, no user interaction, and no elevated privileges. An attacker issues an HTTP GET request to /administer/selectionnode/selection.asp with the option parameter set to 0, 1, or 2. The server responds with private administrative content that should require valid session credentials.

Refer to the INCIBE Security Notice for the coordinated disclosure details and the broader set of vulnerabilities reported against DM Corporative CMS.

Detection Methods for CVE-2025-40661

Indicators of Compromise

  • Unauthenticated HTTP requests to /administer/selectionnode/selection.asp containing option=0, option=1, or option=2
  • Web server access logs showing successful 200 OK responses to /administer/ paths from sessions without prior authentication
  • Sequential enumeration of the option parameter from a single source IP within short time windows

Detection Strategies

  • Inspect IIS or web server logs for direct access to administrative ASP endpoints from external IP ranges
  • Deploy WAF rules that flag requests to /administer/ paths lacking a valid administrator session cookie
  • Correlate access to selection.asp with the absence of preceding authentication events to identify authorization bypass attempts

Monitoring Recommendations

  • Forward web server and application logs to a centralized analytics platform for retention and query
  • Establish baseline traffic patterns for /administer/ paths and alert on deviations from authenticated user behavior
  • Track repeated parameter enumeration patterns targeting option, id, and similar reference parameters across CMS endpoints

How to Mitigate CVE-2025-40661

Immediate Actions Required

  • Restrict external access to /administer/ paths using IP allowlists, VPN, or reverse proxy authentication
  • Audit web server logs for prior unauthenticated requests to selection.asp with option=0, option=1, or option=2
  • Contact DMacroWeb (acc) for a vendor patch and apply it as soon as it becomes available

Patch Information

At the time of publication, no vendor patch URL is referenced in the NVD entry. Operators should monitor the INCIBE Security Notice and direct vendor communications from DMacroWeb for remediation updates covering CVE-2025-40661.

Workarounds

  • Block requests to /administer/selectionnode/selection.asp at the WAF or reverse proxy when the request lacks an authenticated administrator session
  • Enforce server-side authorization checks on all ASP endpoints under /administer/ using session validation before returning resources
  • Rename or relocate administrative endpoints behind authenticated reverse proxy paths until a vendor fix is deployed
bash
# Example NGINX reverse proxy rule restricting administrative paths
location ~* ^/administer/ {
    allow 10.0.0.0/8;       # internal admin network
    deny all;
    proxy_pass http://dm_corporative_cms_backend;
}

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-40660: DM Corporative CMS Auth Bypass Flaw

  • CVE-2025-40654: DM Corporative CMS SQLi Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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