A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-11954

CVE-2025-11954: WISECP Cross-Site Request Forgery (CSRF)

CVE-2025-11954 is a Cross-Site Request Forgery (CSRF) vulnerability in WISECP that enables attackers to perform unauthorized actions on behalf of users. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2025-11954 Overview

CVE-2025-11954 is a Cross-Site Request Forgery (CSRF) vulnerability [CWE-352] affecting WISECP, a client and billing management platform developed by Sitemio Information Technologies Trade Ltd. Co. The flaw impacts all WISECP versions through 20022026 and allows attackers to trick authenticated users into executing unwanted actions on the application.

The vendor was contacted regarding this disclosure but did not respond. No vendor patch is currently confirmed.

Critical Impact

Successful exploitation enables attackers to perform state-changing actions on behalf of authenticated WISECP users, including administrators, with high impact on confidentiality, integrity, and availability.

Affected Products

  • Sitemio WISECP (all versions through 20022026)
  • Hosting and billing deployments using vulnerable WISECP releases
  • Customer-facing portals built on affected WISECP instances

Discovery Timeline

  • 2026-05-20 - CVE-2025-11954 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2025-11954

Vulnerability Analysis

The vulnerability stems from missing or insufficient anti-CSRF protections in WISECP request handlers. An attacker can craft a malicious page or link that triggers authenticated requests against a victim's WISECP session. Because the application does not adequately verify request origin or token authenticity, the forged request executes with the victim's privileges.

The attack requires user interaction, such as clicking a crafted link or visiting an attacker-controlled page while logged into WISECP. When the victim holds administrative privileges, the impact extends to configuration changes, account manipulation, and data exposure across the hosting platform.

Root Cause

The root cause is the absence of synchronizer tokens, double-submit cookies, or equivalent origin validation on state-changing endpoints. WISECP relies on session cookies that the browser automatically attaches to cross-origin requests, allowing forged submissions to be processed as legitimate.

Attack Vector

The attack vector is network-based and requires the victim to be authenticated to WISECP. The attacker hosts crafted HTML containing auto-submitting forms or hidden image requests targeting sensitive WISECP endpoints. No verified public exploit code is available. See the Siber Güvenlik Notification TR-26-0262 advisory for additional technical context.

Detection Methods for CVE-2025-11954

Indicators of Compromise

  • Unexpected administrative actions in WISECP audit logs that correlate with normal user browsing sessions
  • HTTP Referer or Origin headers in WISECP access logs pointing to untrusted external domains
  • Configuration or user account changes lacking corresponding interactive admin login events

Detection Strategies

  • Inspect web server logs for state-changing requests (POST, PUT, DELETE) lacking expected Origin or Referer headers tied to the WISECP domain
  • Correlate session activity timelines with administrative changes to identify out-of-band actions
  • Deploy a Web Application Firewall (WAF) rule set that flags cross-origin POSTs to WISECP endpoints

Monitoring Recommendations

  • Enable verbose audit logging for all privileged WISECP operations and forward to a central SIEM
  • Alert on administrative configuration changes occurring outside known maintenance windows
  • Monitor for phishing campaigns or suspicious links targeting WISECP administrators and staff accounts

How to Mitigate CVE-2025-11954

Immediate Actions Required

  • Restrict WISECP administrative interfaces to trusted IP ranges or VPN-only access
  • Require administrators to use isolated browser profiles when managing WISECP
  • Reduce session lifetimes and enforce re-authentication for sensitive operations
  • Educate staff to avoid clicking untrusted links while logged into the WISECP console

Patch Information

No vendor patch has been confirmed at the time of publication. The vendor did not respond to the disclosure. Monitor the Siber Güvenlik Notification TR-26-0262 for updates and contact Sitemio directly to request a fixed build.

Workarounds

  • Deploy a reverse proxy or WAF that enforces Origin and Referer header validation on WISECP state-changing requests
  • Configure the session cookie with SameSite=Strict or SameSite=Lax to limit cross-site submission
  • Block third-party cookies in browsers used by WISECP administrators
  • Segregate WISECP administrative browsing from general web activity using a dedicated workstation or browser profile
bash
# Example NGINX reverse proxy rule enforcing same-origin for state-changing requests
map $request_method $is_state_changing {
    default 0;
    POST    1;
    PUT     1;
    DELETE  1;
    PATCH   1;
}

server {
    listen 443 ssl;
    server_name wisecp.example.com;

    location / {
        if ($is_state_changing = 1) {
            set $bad_origin 1;
        }
        if ($http_origin ~* ^https://wisecp\.example\.com$) {
            set $bad_origin 0;
        }
        if ($bad_origin = 1) {
            return 403;
        }
        proxy_pass http://wisecp_backend;
    }
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWisecp

  • SeverityHIGH

  • CVSS Score8.0

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • Siber Güvenlik Notification TR-26-0262
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free 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