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

CVE-2025-71259: BMC FootPrints ITSM SSRF Vulnerability

CVE-2025-71259 is a blind server-side request forgery vulnerability in BMC FootPrints ITSM that enables authenticated attackers to trigger arbitrary outbound requests. This post covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2025-71259 Overview

CVE-2025-71259 is a blind Server-Side Request Forgery (SSRF) vulnerability affecting BMC FootPrints ITSM, an enterprise IT service management platform widely deployed across organizations for help desk and customer support operations. The vulnerability exists in the externalfeed/RSS API component and allows authenticated attackers to trigger arbitrary outbound HTTP requests from the vulnerable server.

This SSRF vulnerability stems from insufficient validation of externally supplied resource references within the RSS feed functionality. Attackers who have obtained valid authentication credentials can leverage this weakness to probe internal network services, enumerate infrastructure, or cause resource exhaustion that impacts system availability.

Critical Impact

Authenticated attackers can exploit this SSRF vulnerability to interact with internal services that should not be externally accessible, potentially leading to internal reconnaissance, service disruption, or chained attacks against backend infrastructure.

Affected Products

  • BMC FootPrints ITSM version 20.20.02
  • BMC FootPrints ITSM versions 20.20.03 through 20.24.01.001
  • BMC FootPrints ITSM installations using the externalfeed/RSS API component

Discovery Timeline

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

Technical Details for CVE-2025-71259

Vulnerability Analysis

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), indicating a fundamental input validation failure in how the application processes user-supplied URL references. The externalfeed/RSS API component accepts URLs for RSS feed sources but fails to adequately restrict or validate the destination of these requests before the server initiates outbound connections.

In a blind SSRF scenario, the attacker cannot directly observe the response content from the forged requests. However, they can infer information based on timing differences, error messages, or observable side effects. This makes the vulnerability particularly useful for internal port scanning, service enumeration, and identifying live hosts within the target's internal network.

The network-accessible attack vector combined with low attack complexity means that any authenticated user with access to the RSS feed functionality can potentially exploit this vulnerability. While the direct confidentiality and integrity impacts are limited, the availability impact enables resource exhaustion attacks that could degrade or disrupt ITSM operations.

Root Cause

The root cause lies in improper input validation within the externalfeed/RSS API endpoint. The application accepts user-controlled URLs for RSS feed subscriptions without implementing adequate server-side validation to restrict requests to safe, external destinations. The missing validation includes:

  • Lack of URL scheme restrictions (allowing file://, gopher://, or other dangerous protocols)
  • Missing blocklist for internal IP ranges (RFC 1918 addresses, localhost, link-local addresses)
  • Insufficient DNS rebinding protections
  • No validation of resolved IP addresses before initiating connections

Attack Vector

The attack requires authentication to the BMC FootPrints ITSM application. Once authenticated, an attacker can submit malicious URLs through the RSS feed subscription interface. The server-side component processes these URLs by attempting to fetch the specified resources, enabling the attacker to:

  1. Internal Network Reconnaissance: Probe internal services by supplying internal IP addresses or hostnames, observing response timing to identify live hosts and open ports
  2. Cloud Metadata Access: Target cloud provider metadata endpoints (e.g., http://169.254.169.254/) to potentially retrieve sensitive instance credentials
  3. Resource Exhaustion: Submit numerous requests to slow or unresponsive endpoints, consuming server resources and degrading availability
  4. Protocol Smuggling: Depending on the underlying HTTP library, potentially interact with non-HTTP services using protocol smuggling techniques

The blind nature of the SSRF means attackers must rely on out-of-band techniques or timing analysis to confirm successful exploitation and extract information from the target environment.

Detection Methods for CVE-2025-71259

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests originating from the FootPrints ITSM server to internal IP ranges (10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) from the FootPrints application server
  • High volume of requests to the externalfeed/RSS API endpoint from individual user accounts
  • Connection attempts to internal services on unusual ports from the FootPrints server

Detection Strategies

  • Monitor web application logs for externalfeed/RSS API calls containing internal IP addresses, localhost references, or cloud metadata URLs
  • Implement network-level detection for outbound connections from the FootPrints server to RFC 1918 addresses or known sensitive endpoints
  • Configure SIEM rules to alert on patterns of failed connection attempts from the application server to internal hosts
  • Enable verbose logging on the FootPrints application to capture full URLs submitted through RSS feed functionality

Monitoring Recommendations

  • Deploy network segmentation monitoring to detect unauthorized lateral movement attempts originating from the ITSM server
  • Implement egress filtering and logging on firewalls to track all outbound connections from the FootPrints server
  • Review authentication logs for accounts making excessive or unusual API calls to the RSS feed functionality
  • Consider deploying an internal honeypot to detect SSRF probing attempts against internal infrastructure

How to Mitigate CVE-2025-71259

Immediate Actions Required

  • Apply the appropriate hotfix for your BMC FootPrints ITSM version immediately
  • Review user accounts with access to RSS feed functionality and restrict to necessary personnel only
  • Implement network-level egress filtering to prevent the FootPrints server from initiating connections to internal networks
  • Monitor for exploitation attempts while preparing to deploy patches

Patch Information

BMC has released hotfixes that remediate this vulnerability. Organizations should apply the appropriate patch based on their installed version. The following hotfix versions address CVE-2025-71259:

  • 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

For detailed patch installation instructions, refer to the BMC FootPrints Patch Notes. Additional technical analysis is available from Watchtowr Labs and VulnCheck Advisory.

Workarounds

  • Disable or restrict access to the externalfeed/RSS API component if RSS feed functionality is not required
  • Implement a web application firewall (WAF) rule to block requests containing internal IP addresses or suspicious URL patterns to the RSS endpoint
  • Configure network-level egress controls to prevent the FootPrints server from connecting to internal IP ranges and cloud metadata endpoints
  • Restrict authentication to the ITSM platform to only trusted users until patches can be applied
bash
# Example firewall rule to block SSRF attempts to internal networks (iptables)
# Block outbound connections from FootPrints server to internal RFC 1918 ranges
iptables -A OUTPUT -s <footprints_server_ip> -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -s <footprints_server_ip> -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -s <footprints_server_ip> -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -s <footprints_server_ip> -d 169.254.169.254 -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 Notes

  • Watchtowr Analysis on Threat Actors

  • VulnCheck Advisory for BMC FootPrints
  • Related CVEs
  • CVE-2025-71258: 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