Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-71258

CVE-2025-71258: BMC FootPrints ITSM SSRF Vulnerability

CVE-2025-71258 is a blind server-side request forgery flaw in BMC FootPrints ITSM that lets authenticated attackers initiate arbitrary outbound requests. This article covers technical details, affected versions, and patches.

Published: March 20, 2026

CVE-2025-71258 Overview

A blind server-side request forgery (SSRF) vulnerability has been identified in BMC FootPrints ITSM, a widely deployed IT service management platform. The vulnerability exists in the searchWeb API component and allows authenticated attackers to cause the server to initiate arbitrary outbound requests. By exploiting improper URL validation, attackers can perform internal network scanning or interact with internal services, potentially compromising system availability and exposing sensitive internal infrastructure.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to probe internal network resources, potentially accessing sensitive services not intended to be externally reachable and impacting system availability.

Affected Products

  • BMC FootPrints ITSM version 20.20.02
  • BMC FootPrints ITSM versions through 20.24.01.001
  • BMC FootPrints ITSM searchWeb API component

Discovery Timeline

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

Technical Details for CVE-2025-71258

Vulnerability Analysis

This blind SSRF vulnerability (CWE-918) resides within the searchWeb API component of BMC FootPrints ITSM. The vulnerability stems from insufficient validation of user-supplied URL parameters, allowing authenticated users to craft requests that cause the server to make outbound HTTP requests to arbitrary destinations.

The blind nature of this SSRF means that while attackers cannot directly view the response content, they can infer information based on timing differences, error messages, or out-of-band interactions. This characteristic makes the vulnerability particularly useful for internal network reconnaissance and service enumeration.

The attack requires authentication, which limits the attack surface to users with valid credentials. However, in enterprise environments where FootPrints ITSM is deployed, numerous employees and contractors typically have access credentials, expanding the potential pool of threat actors.

Root Cause

The root cause of this vulnerability is improper URL validation within the searchWeb API endpoint. The application fails to adequately restrict or sanitize URL parameters before initiating server-side requests. This allows authenticated users to specify internal IP addresses, localhost references, or cloud metadata endpoints as request targets.

The lack of a proper allowlist for permitted domains and the absence of network-level restrictions on outbound requests from the application server compound this issue. Additionally, the application does not appear to validate URL schemes, potentially allowing attackers to use non-HTTP protocols in certain configurations.

Attack Vector

The vulnerability is exploitable over the network by authenticated users. An attacker with valid credentials can send specially crafted requests to the searchWeb API endpoint containing malicious URL parameters. The attack flow typically involves:

The attacker authenticates to the BMC FootPrints ITSM application using valid credentials. Once authenticated, the attacker sends requests to the searchWeb API with URL parameters pointing to internal network addresses such as 127.0.0.1, private IP ranges like 10.x.x.x or 192.168.x.x, or cloud metadata endpoints. The server processes these requests and initiates outbound connections to the specified targets on behalf of the attacker.

Through timing analysis and repeated probing, attackers can map internal network topology, identify running services, and potentially interact with internal APIs or services that trust requests originating from the FootPrints server.

Detection Methods for CVE-2025-71258

Indicators of Compromise

  • Unusual outbound HTTP requests from the FootPrints ITSM server to internal IP ranges or localhost addresses
  • Requests to cloud metadata endpoints (e.g., 169.254.169.254) originating from the application server
  • High volume of failed connection attempts from the FootPrints server to various internal ports
  • Authentication logs showing users making excessive API calls to the searchWeb endpoint

Detection Strategies

  • Monitor network traffic from FootPrints ITSM servers for connections to RFC 1918 private address spaces that are not part of normal operations
  • Implement application-level logging for the searchWeb API endpoint to capture URL parameters in requests
  • Deploy egress filtering to alert on outbound connections from web application servers to sensitive internal services
  • Use web application firewalls (WAF) to detect and block SSRF patterns in request parameters

Monitoring Recommendations

  • Enable verbose logging on the FootPrints ITSM application and review logs for anomalous URL patterns in API calls
  • Configure SIEM rules to correlate authentication events with subsequent unusual network activity from the application tier
  • Implement network segmentation monitoring to detect lateral movement attempts originating from the FootPrints server
  • Review authentication logs for compromised accounts that may be used to exploit this vulnerability

How to Mitigate CVE-2025-71258

Immediate Actions Required

  • Apply the appropriate hotfix for your BMC FootPrints ITSM version immediately
  • Implement network-level egress filtering to restrict outbound connections from the FootPrints server
  • Review user accounts with access to the application and enforce least privilege principles
  • Enable enhanced logging for the searchWeb API endpoint pending patch deployment

Patch Information

BMC has released hotfixes to remediate this vulnerability. The following hotfix versions address CVE-2025-71258:

  • Version 20.20.02 hotfix
  • Version 20.20.03.002 hotfix
  • Version 20.21.01.001 hotfix
  • Version 20.21.02.002 hotfix
  • Version 20.22.01 hotfix
  • Version 20.22.01.001 hotfix
  • Version 20.23.01 hotfix
  • Version 20.23.01.002 hotfix
  • Version 20.24.01 hotfix

Organizations should identify their current FootPrints ITSM version and apply the corresponding hotfix. Detailed patch information is available in the BMC FootPrints Patch Release Notes.

For additional technical analysis, refer to the Watchtowr Threat Analysis and VulnCheck Advisory for BMC FootPrints.

Workarounds

  • Implement strict egress firewall rules to prevent the FootPrints server from initiating connections to internal network ranges
  • Deploy a web application firewall with SSRF protection rules in front of the FootPrints application
  • Restrict access to the searchWeb API endpoint to only necessary user roles pending patch deployment
  • Consider network segmentation to isolate the FootPrints server from sensitive internal services
bash
# Example iptables egress filtering for FootPrints server
# Block outbound connections to private IP ranges
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -d 169.254.169.254/32 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechBmc Footprints

  • SeverityMEDIUM

  • CVSS Score5.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • BMC FootPrints Patch Release Notes

  • Watchtowr Threat Analysis

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

  • CVE-2025-71260: BMC FootPrints ITSM RCE 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