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
    • 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-2026-26333

CVE-2026-26333: Calero VeraSMART RCE Vulnerability

CVE-2026-26333 is a remote code execution vulnerability in Calero VeraSMART that allows unauthenticated attackers to execute arbitrary code via .NET Remoting flaws. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-26333 Overview

Calero VeraSMART versions prior to 2022 R1 expose an unauthenticated .NET Remoting HTTP service on TCP port 8001 that enables remote code execution. The vulnerability stems from the service publishing default ObjectURIs (including EndeavorServer.rem and RemoteFileReceiver.rem) while permitting SOAP and binary formatters with TypeFilterLevel set to Full. An unauthenticated remote attacker can invoke exposed remoting endpoints to perform arbitrary file read and write operations via the WebClient class, ultimately achieving remote code execution within the IIS application context.

Critical Impact

This vulnerability allows unauthenticated attackers to read sensitive configuration files, extract IIS machineKey credentials, and achieve full remote code execution on affected Calero VeraSMART systems via malicious ASP.NET ViewState payloads.

Affected Products

  • Calero VeraSMART versions prior to 2022 R1
  • Systems running the .NET Remoting HTTP service on TCP port 8001
  • IIS applications utilizing the vulnerable VeraSMART configuration

Discovery Timeline

  • 2026-02-13 - CVE CVE-2026-26333 published to NVD
  • 2026-02-13 - Last updated in NVD database

Technical Details for CVE-2026-26333

Vulnerability Analysis

This authentication bypass vulnerability (CWE-306: Missing Authentication for Critical Function) exposes a dangerous attack surface through the .NET Remoting framework. The service configuration allows any remote client to connect to the published ObjectURIs without credential verification. Because the TypeFilterLevel is set to Full, the deserializer accepts arbitrary types, enabling attackers to invoke powerful framework classes like WebClient for arbitrary file operations.

The exploitation chain begins with arbitrary file read capabilities, which allows an attacker to retrieve sensitive configuration files such as WebRoot\web.config. This file typically contains the IIS machineKey validation and decryption keys. With these cryptographic secrets in hand, an attacker can craft a malicious ASP.NET ViewState payload that, when processed by the server, results in arbitrary code execution within the IIS worker process context.

Root Cause

The root cause is the missing authentication mechanism for the .NET Remoting HTTP service combined with an overly permissive serialization configuration. The service exposes default ObjectURIs without implementing any access controls, and the TypeFilterLevel.Full setting allows deserialization of arbitrary types. This configuration was likely intended for internal or development use but was inadvertently left enabled in production deployments, creating a direct path to remote code execution.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can reach the vulnerable service by connecting to TCP port 8001 on any exposed VeraSMART installation. The exploitation follows a multi-stage approach:

  1. File Read Stage: The attacker invokes the RemoteFileReceiver.rem endpoint using the WebClient class to read sensitive files, particularly targeting WebRoot\web.config to extract IIS machineKey values.

  2. ViewState Payload Generation: Using the extracted validationKey and decryptionKey, the attacker generates a malicious ASP.NET ViewState payload containing arbitrary code execution gadgets.

  3. Code Execution: The crafted ViewState is submitted to the IIS application, where it gets deserialized with the extracted keys, triggering code execution in the IIS application pool identity context.

Additionally, if an attacker supplies a UNC path (e.g., \\attacker-server\share\file) to the file operations, the service account will initiate outbound SMB authentication, potentially exposing NTLMv2 hashes for relay attacks or offline password cracking.

Detection Methods for CVE-2026-26333

Indicators of Compromise

  • Unexpected network connections to TCP port 8001 from external or unauthorized sources
  • HTTP requests targeting .rem endpoints such as EndeavorServer.rem or RemoteFileReceiver.rem
  • Outbound SMB connections (TCP port 445) initiated by the VeraSMART service account to unknown destinations
  • Access attempts to web.config files or other sensitive configuration files through the remoting service
  • Anomalous IIS worker process behavior following ViewState processing

Detection Strategies

  • Monitor network traffic for .NET Remoting SOAP or binary format messages on TCP port 8001
  • Implement file integrity monitoring on web.config and other sensitive IIS configuration files
  • Deploy network intrusion detection signatures for .NET Remoting exploitation patterns
  • Alert on outbound SMB authentication attempts from application service accounts to external IP addresses
  • Review IIS logs for unusual ViewState submissions or deserialization errors

Monitoring Recommendations

  • Enable verbose logging for the VeraSMART application and .NET Remoting service
  • Configure SIEM alerts for TCP port 8001 traffic anomalies and unauthorized access attempts
  • Monitor Windows Security Event logs for authentication failures and service account activity
  • Implement network segmentation monitoring to detect lateral movement following potential compromise

How to Mitigate CVE-2026-26333

Immediate Actions Required

  • Upgrade Calero VeraSMART to version 2022 R1 or later immediately
  • Block inbound access to TCP port 8001 at network perimeter firewalls
  • Restrict access to the .NET Remoting service to only trusted internal IP addresses
  • Rotate IIS machineKey values if exposure is suspected
  • Review service account permissions and implement least privilege principles

Patch Information

Calero has addressed this vulnerability in VeraSMART version 2022 R1 and later releases. Organizations should contact Calero or visit the Calero Official Website for upgrade guidance. Additional technical details are available in the VulnCheck Advisory on Calero.

Workarounds

  • Implement firewall rules to block all external access to TCP port 8001
  • Deploy web application firewall (WAF) rules to filter malicious .NET Remoting requests
  • Disable the .NET Remoting service if not required for business operations
  • Configure outbound SMB filtering to prevent NTLMv2 hash exposure via UNC path attacks
  • Implement network segmentation to isolate VeraSMART servers from untrusted networks
bash
# Example firewall rule to block external access to .NET Remoting service
# Windows Firewall (PowerShell)
New-NetFirewallRule -DisplayName "Block VeraSMART Remoting External" -Direction Inbound -LocalPort 8001 -Protocol TCP -Action Block -RemoteAddress "Any"

# Allow only specific trusted internal subnet
New-NetFirewallRule -DisplayName "Allow VeraSMART Remoting Internal" -Direction Inbound -LocalPort 8001 -Protocol TCP -Action Allow -RemoteAddress "10.0.0.0/8"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCalero

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Calero Official Website

  • VulnCheck Advisory on Calero
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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