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

CVE-2025-66631: CSLA .NET WcfProxy RCE Vulnerability

CVE-2025-66631 is a remote code execution vulnerability in CSLA .NET's WcfProxy component affecting versions 5.5.4 and below. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 11, 2026

CVE-2025-66631 Overview

CVE-2025-66631 is an insecure deserialization vulnerability in CSLA .NET, a framework for building reusable, object-oriented business layers. Versions 5.5.4 and below ship a WcfProxy data portal channel that relies on the obsolete NetDataContractSerializer (NDCS). Attackers can supply crafted serialized payloads to the data portal endpoint and achieve remote code execution during deserialization. The flaw is tracked under CWE-502: Deserialization of Untrusted Data. Maintainers fixed the issue in CSLA .NET version 6.0.0 by removing the vulnerable proxy.

Critical Impact

Unauthenticated attackers reaching a CSLA WcfProxy data portal can execute arbitrary code on the server hosting the business layer, compromising confidentiality, integrity, and availability of the application.

Affected Products

  • CSLA .NET versions 5.5.4 and below
  • Applications using WcfProxy in CSLA data portal configurations
  • Server components hosting CSLA Windows Communication Foundation (WCF) endpoints

Discovery Timeline

  • 2025-12-09 - CVE-2025-66631 published to the National Vulnerability Database (NVD)
  • 2026-03-25 - Last updated in the NVD database

Technical Details for CVE-2025-66631

Vulnerability Analysis

CSLA .NET exposes a data portal abstraction that lets clients invoke business object operations on a remote server. The WcfProxy channel transports those calls over WCF and uses NetDataContractSerializer to serialize and deserialize the request and response graphs. Microsoft has long classified NetDataContractSerializer as unsafe because it embeds .NET type information inside the payload and rehydrates arbitrary types during deserialization.

An attacker who can reach the WCF endpoint sends a serialized object graph that references gadget types available in the server's loaded assemblies. When the server deserializes the payload, gadget chains run constructors, property setters, or IDeserializationCallback handlers that ultimately execute attacker-controlled code. Authentication is not required by the vulnerable channel, and the network attack vector makes exploitation feasible against any exposed data portal.

Root Cause

The root cause is the continued use of NetDataContractSerializer inside WcfProxy. NDCS does not constrain the set of types it will instantiate, making the deserialization step a primitive for arbitrary type construction. Combined with the WCF transport, this turns any reachable endpoint into a code execution surface.

Attack Vector

Exploitation is remote and unauthenticated when the WCF data portal is network reachable. The attacker crafts an NDCS payload containing a known .NET deserialization gadget chain, sends it to the CSLA WCF endpoint, and triggers code execution under the identity of the host process. No user interaction is required.

No verified public proof-of-concept code is available for this CVE. Technical context is documented in GitHub Issue #4001 and the GitHub Security Advisory GHSA-wq34-7f4g-953v.

Detection Methods for CVE-2025-66631

Indicators of Compromise

  • Unexpected child processes spawned by the IIS or WCF host running CSLA business components, such as cmd.exe, powershell.exe, or rundll32.exe.
  • Inbound traffic to CSLA WCF endpoints carrying SOAP envelopes referencing NetDataContractSerializer types or unusual xmlns namespaces for arbitrary .NET assemblies.
  • New or modified files in the CSLA host application directory, especially webshells or scheduled task artifacts.

Detection Strategies

  • Inspect CSLA application configuration for references to Csla.DataPortalClient.WcfProxy or WcfPortal host bindings on vulnerable versions.
  • Hunt in process telemetry for the CSLA host process spawning interactive shells or scripting engines, a strong signal of post-deserialization execution.
  • Review WCF request logs for oversized SOAP bodies and serialized type references outside the application's normal business object namespaces.

Monitoring Recommendations

  • Enable verbose WCF tracing on data portal endpoints and forward logs to a centralized analytics platform for retention and search.
  • Monitor outbound network connections from CSLA host servers for callbacks to attacker infrastructure following deserialization activity.
  • Alert on changes to CSLA application binaries, configuration files, and web.config data portal sections.

How to Mitigate CVE-2025-66631

Immediate Actions Required

  • Upgrade CSLA .NET to version 6.0.0 or later, which removes the vulnerable WcfProxy implementation.
  • If upgrading is not immediately possible, remove WcfProxy entries from data portal client and host configurations and switch to a supported proxy such as HttpProxy.
  • Restrict network access to existing CSLA WCF endpoints so only trusted application tiers can reach them.

Patch Information

The fix is shipped in CSLA .NET 6.0.0. See the merged GitHub Pull Request #4018 and the GitHub Security Advisory GHSA-wq34-7f4g-953v for the authoritative remediation guidance from the MarimerLLC maintainers.

Workarounds

  • Remove WcfProxy from data portal configurations and migrate clients to HttpProxy over HTTPS with authentication.
  • Place CSLA data portal endpoints behind a reverse proxy that enforces mutual TLS and IP allow-listing.
  • Apply WCF message filters or IDispatchMessageInspector components that reject SOAP messages containing NetDataContractSerializer payloads until the upgrade is complete.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCslanet Csla

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability1.92%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/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
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • GitHub Issue #4001
  • Vendor Resources
  • GitHub Pull Request #4018

  • GitHub Security Advisory GHSA-wq34-7f4g-953v
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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