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-2025-71260

CVE-2025-71260: BMC FootPrints ITSM RCE Vulnerability

CVE-2025-71260 is a deserialization of untrusted data vulnerability in BMC FootPrints ITSM that enables authenticated attackers to execute arbitrary code. This post covers the technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2025-71260 Overview

CVE-2025-71260 is a critical insecure deserialization vulnerability affecting BMC FootPrints ITSM, a widely-used IT service management solution. The vulnerability exists in the ASP.NET servlet's VIEWSTATE handling mechanism, which fails to properly validate serialized data before deserializing it. This flaw allows authenticated attackers to supply specially crafted serialized objects to the VIEWSTATE parameter, resulting in arbitrary code execution on the affected server. Successful exploitation enables complete compromise of the application and potentially the underlying server infrastructure.

Critical Impact

Authenticated attackers can achieve remote code execution through malicious VIEWSTATE payloads, leading to full system compromise of BMC FootPrints ITSM deployments.

Affected Products

  • BMC FootPrints ITSM version 20.20.02
  • BMC FootPrints ITSM versions 20.20.03 through 20.24.01.001
  • All intermediate versions between 20.20.02 and 20.24.01.001

Discovery Timeline

  • 2026-03-19 - CVE CVE-2025-71260 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2025-71260

Vulnerability Analysis

The vulnerability resides in the ASP.NET VIEWSTATE deserialization mechanism used by BMC FootPrints ITSM. ASP.NET VIEWSTATE is designed to maintain page state across postbacks by serializing page control data into a Base64-encoded string. When the application deserializes incoming VIEWSTATE data without proper validation, it creates an opportunity for object injection attacks.

In this case, the FootPrints ITSM application fails to implement adequate protections such as VIEWSTATE MAC (Message Authentication Code) validation or encryption, allowing attackers to craft malicious serialized payloads. These payloads can leverage .NET deserialization gadget chains to execute arbitrary commands on the server with the privileges of the web application process.

The network-accessible nature of this vulnerability combined with the low attack complexity makes it particularly dangerous for organizations running vulnerable FootPrints ITSM instances exposed to untrusted networks.

Root Cause

The root cause is classified as CWE-502 (Deserialization of Untrusted Data). The ASP.NET servlet in BMC FootPrints ITSM accepts and deserializes VIEWSTATE data without sufficient integrity validation. The lack of proper MAC validation on the VIEWSTATE parameter allows attackers to inject arbitrary serialized .NET objects that execute during the deserialization process.

Attack Vector

The attack is network-based and requires authenticated access to the BMC FootPrints ITSM application. An attacker must first obtain valid credentials, then craft a malicious HTTP request containing a tampered VIEWSTATE parameter with a serialized exploitation payload. Common .NET deserialization gadgets such as TypeConfuseDelegate, TextFormattingRunProperties, or ObjectDataProvider chains can be leveraged to achieve code execution.

The exploitation workflow involves:

  1. Authenticating to the BMC FootPrints ITSM application
  2. Generating a malicious serialized payload using tools like ysoserial.net
  3. Base64 encoding the payload and substituting it for the legitimate VIEWSTATE value
  4. Submitting the crafted request to trigger deserialization and code execution

For detailed technical analysis of this vulnerability, refer to the Watchtowr Analysis on RCE Threat and the VulnCheck Advisory for BMC RCE.

Detection Methods for CVE-2025-71260

Indicators of Compromise

  • Abnormally large VIEWSTATE parameters in HTTP POST requests to FootPrints ITSM pages
  • Presence of suspicious Base64-encoded payloads containing known .NET gadget chain signatures
  • Unexpected child processes spawned by the IIS worker process (w3wp.exe)
  • Unusual command execution patterns originating from the FootPrints ITSM application server

Detection Strategies

  • Monitor web application logs for unusually large VIEWSTATE values or malformed requests to ASP.NET endpoints
  • Implement network-based detection rules to identify known .NET deserialization gadget patterns in HTTP traffic
  • Deploy application-level logging to capture VIEWSTATE validation failures and deserialization exceptions
  • Configure endpoint detection to alert on suspicious process creation chains from w3wp.exe

Monitoring Recommendations

  • Enable detailed IIS logging and monitor for POST requests with anomalous payload sizes to FootPrints ITSM endpoints
  • Implement SIEM correlation rules to detect patterns consistent with deserialization exploitation attempts
  • Monitor for outbound network connections from the FootPrints ITSM server to unexpected destinations
  • Track changes to scheduled tasks, services, and startup items on FootPrints ITSM servers

How to Mitigate CVE-2025-71260

Immediate Actions Required

  • Apply the appropriate hotfix for your BMC FootPrints ITSM version immediately
  • Restrict network access to BMC FootPrints ITSM to trusted internal networks only
  • Review authentication logs for any suspicious login activity prior to patching
  • Conduct a forensic review of FootPrints ITSM servers for signs of compromise

Patch Information

BMC has released hotfixes to remediate this vulnerability across all affected versions. Organizations should apply the hotfix corresponding to their installed version:

  • Version 20.20.02 - Apply hotfix 20.20.02
  • Version 20.20.03.x - Apply hotfix 20.20.03.002
  • Version 20.21.01.x - Apply hotfix 20.21.01.001
  • Version 20.21.02.x - Apply hotfix 20.21.02.002
  • Version 20.22.01.x - Apply hotfix 20.22.01 or 20.22.01.001
  • Version 20.23.01.x - Apply hotfix 20.23.01 or 20.23.01.002
  • Version 20.24.01.x - Apply hotfix 20.24.01

Refer to the BMC FootPrints 2024 Patch Notes for detailed patching instructions.

Workarounds

  • Implement Web Application Firewall (WAF) rules to inspect and block suspicious VIEWSTATE payloads
  • Enforce strict network segmentation to limit access to FootPrints ITSM servers from untrusted networks
  • Enable VIEWSTATE MAC validation at the IIS/ASP.NET configuration level if not enforced by the application
  • Consider temporarily disabling external access to FootPrints ITSM until patching is complete
bash
# IIS configuration to enforce VIEWSTATE validation
# Add to web.config in the FootPrints application directory
# <system.web>
#   <pages enableViewStateMac="true" viewStateEncryptionMode="Always" />
# </system.web>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechBmc Footprints

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-502
  • Technical References
  • BMC FootPrints 2024 Patch Notes

  • Watchtowr Analysis on RCE Threat

  • VulnCheck Advisory for BMC RCE
  • Related CVEs
  • CVE-2025-71259: BMC FootPrints ITSM SSRF Vulnerability

  • CVE-2025-71258: BMC FootPrints ITSM SSRF Vulnerability

  • CVE-2025-71257: BMC FootPrints ITSM Auth Bypass Flaw
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