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-2026-26335

CVE-2026-26335: Calero VeraSMART RCE Vulnerability

CVE-2026-26335 is a remote code execution flaw in Calero VeraSMART caused by static machineKey values allowing attackers to craft malicious ViewState payloads. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-26335 Overview

CVE-2026-26335 is a critical insecure deserialization vulnerability affecting Calero VeraSMART versions prior to 2022 R1. The vulnerability stems from the use of static ASP.NET/IIS machineKey values configured for the VeraSMART web application. These keys are stored in C:\Program Files (x86)\Veramark\VeraSMART\WebRoot\web.config. An attacker who obtains these keys can craft a valid ASP.NET ViewState payload that passes integrity validation and is accepted by the application, resulting in server-side deserialization and remote code execution in the context of the IIS application.

Critical Impact

Successful exploitation allows unauthenticated remote attackers to execute arbitrary code on the server with the privileges of the IIS application pool, potentially leading to complete system compromise.

Affected Products

  • Calero VeraSMART versions prior to 2022 R1

Discovery Timeline

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

Technical Details for CVE-2026-26335

Vulnerability Analysis

This vulnerability is classified under CWE-321 (Use of Hard-coded Cryptographic Key), which occurs when cryptographic keys are embedded directly in application code or configuration files rather than being generated dynamically or stored securely. The hardcoded machineKey values in the web.config file allow attackers to forge valid ViewState payloads.

ASP.NET ViewState is a mechanism used to preserve page and control state across postbacks. The machineKey configuration determines how ViewState data is encrypted and validated. When static keys are used across installations, any attacker who discovers these keys—whether through source code access, configuration file disclosure, or reverse engineering—can craft malicious ViewState payloads that the application will trust and deserialize.

The network-accessible nature of this vulnerability combined with no required authentication or user interaction makes it highly exploitable. Once an attacker has the static machineKey values, they can leverage tools like ysoserial.net to generate serialized payloads containing malicious gadget chains that execute arbitrary commands upon deserialization.

Root Cause

The root cause of CVE-2026-26335 is the use of static, hardcoded ASP.NET machineKey values in the VeraSMART web application configuration. These cryptographic keys are used for ViewState encryption and validation but are identical across all VeraSMART installations prior to version 2022 R1. This violates fundamental cryptographic principles where unique keys should be generated per deployment to prevent key disclosure from compromising all installations.

Attack Vector

The attack vector is network-based and requires no authentication. An attacker with knowledge of the static machineKey values can craft a malicious ASP.NET ViewState payload containing a serialized .NET object that triggers code execution upon deserialization. This payload can be submitted via HTTP POST requests to any page in the VeraSMART web application that processes ViewState data.

The exploitation flow typically involves:

  1. Obtaining the static machineKey values from the known configuration file path or through other disclosure methods
  2. Using the ysoserial.net tool to generate a malicious serialized payload with the appropriate gadget chain
  3. Encoding the payload as a valid ViewState string using the obtained keys
  4. Submitting the crafted ViewState to a vulnerable endpoint
  5. The server validates the ViewState signature, accepts it as legitimate, and deserializes the malicious payload, executing the attacker's commands

For technical details on the vulnerability mechanism and exploitation techniques, refer to the VulnCheck Advisory on Calero VeraSMART.

Detection Methods for CVE-2026-26335

Indicators of Compromise

  • Unusual or malformed ViewState values in HTTP POST requests to VeraSMART web application endpoints
  • Unexpected process spawning from the IIS worker process (w3wp.exe) associated with the VeraSMART application pool
  • Suspicious command-line activity originating from the IIS application context, such as PowerShell or cmd.exe invocations
  • Web server logs showing POST requests with abnormally large __VIEWSTATE parameter values

Detection Strategies

  • Monitor IIS logs for POST requests containing suspicious ViewState payloads, particularly those with known ysoserial.net gadget chain signatures
  • Implement application-level logging to capture and alert on ViewState validation failures or deserialization errors
  • Deploy endpoint detection and response (EDR) solutions to identify anomalous process creation from IIS worker processes
  • Configure web application firewalls (WAF) to inspect and block requests containing known malicious serialized object patterns

Monitoring Recommendations

  • Enable verbose logging on IIS servers hosting VeraSMART to capture full request details including ViewState parameters
  • Establish baseline behavior for the VeraSMART application and alert on deviations such as unexpected network connections or file system modifications
  • Implement process monitoring on servers to detect child processes spawned by w3wp.exe that are not part of normal application behavior

How to Mitigate CVE-2026-26335

Immediate Actions Required

  • Upgrade Calero VeraSMART to version 2022 R1 or later, which addresses the static machineKey vulnerability
  • If immediate upgrade is not possible, manually regenerate unique machineKey values in the web.config file for each VeraSMART installation
  • Restrict network access to VeraSMART web applications to trusted networks or implement additional authentication layers
  • Review IIS and application logs for signs of exploitation attempts

Patch Information

Calero has addressed this vulnerability in VeraSMART version 2022 R1. Organizations should upgrade to this version or later to receive proper machineKey randomization and eliminate the static key vulnerability. Contact Calero for upgrade assistance and patch availability.

Workarounds

  • Generate and configure unique machineKey values (validationKey and decryptionKey) in the web.config file to replace the static keys
  • Implement network segmentation to limit access to the VeraSMART web application from untrusted networks
  • Deploy a web application firewall (WAF) configured to inspect and block suspicious ViewState payloads
  • Consider disabling ViewState entirely if it is not required for application functionality, or implement ViewState encryption with custom, per-installation keys

To generate new unique machineKey values, administrators can use the IIS Manager or PowerShell scripts to create cryptographically random keys. Replace the existing machineKey element in C:\Program Files (x86)\Veramark\VeraSMART\WebRoot\web.config with newly generated values and restart the IIS application pool to apply the changes.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVerasmart

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.11%

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

  • VulnCheck Advisory on Calero Verasmart
  • Related CVEs
  • CVE-2026-26334: Calero VeraSMART 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