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

CVE-2025-23082: Veeam Backup SSRF Vulnerability

CVE-2025-23082 is a server-side request forgery vulnerability in Veeam Backup for Microsoft Azure that enables unauthenticated attackers to send unauthorized requests for network enumeration. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-23082 Overview

Veeam Backup for Microsoft Azure is vulnerable to Server-Side Request Forgery (SSRF). This vulnerability allows an unauthenticated attacker to send unauthorized requests from the system, potentially leading to network enumeration or facilitating other attacks. The flaw exists due to improper validation of user-supplied input, enabling attackers to manipulate the server into making requests to arbitrary internal or external destinations.

Critical Impact

Unauthenticated attackers can leverage this SSRF vulnerability to probe internal networks, access internal services, and potentially pivot to more severe attacks within cloud environments.

Affected Products

  • Veeam Backup for Microsoft Azure (versions prior to patched release)
  • Cloud backup infrastructure utilizing Veeam Backup for Azure
  • Microsoft Azure environments with vulnerable Veeam deployments

Discovery Timeline

  • 2025-01-14 - CVE-2025-23082 published to NVD
  • 2025-11-18 - Last updated in NVD database

Technical Details for CVE-2025-23082

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability in Veeam Backup for Microsoft Azure stems from insufficient validation of user-controlled input that influences outbound HTTP requests. The application fails to properly restrict the destinations that the server can be instructed to contact, allowing attackers to force the application to make requests to arbitrary URLs.

In cloud environments like Microsoft Azure, SSRF vulnerabilities are particularly dangerous because they can be exploited to access cloud metadata services (such as Azure Instance Metadata Service at 169.254.169.254), potentially exposing sensitive configuration data, access tokens, and credentials. The unauthenticated nature of this vulnerability significantly increases its risk profile, as no prior access or authentication is required to exploit it.

Root Cause

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), indicating that the application accepts a URL or similar request destination from user input and retrieves the contents of that URL without sufficiently validating that the request is being sent to an expected, legitimate destination. The lack of input sanitization or allowlist-based URL filtering allows attackers to redirect server-side requests to unintended targets.

Attack Vector

The attack vector is network-based, requiring no user interaction or prior authentication. An attacker can craft malicious requests targeting the vulnerable Veeam Backup application, manipulating URL parameters or request fields to redirect server-side requests. Common exploitation scenarios include:

  • Accessing internal network resources not exposed to the internet
  • Querying cloud provider metadata endpoints to extract credentials
  • Scanning internal ports and services for reconnaissance
  • Bypassing firewall restrictions by pivoting through the vulnerable server

The vulnerability can be exploited by submitting crafted HTTP requests to the application that include malicious URLs pointing to internal services or cloud metadata endpoints. The server processes these requests and returns responses from the targeted internal resources, effectively acting as a proxy for the attacker.

Detection Methods for CVE-2025-23082

Indicators of Compromise

  • Unusual outbound HTTP requests from Veeam Backup servers to internal IP ranges or cloud metadata endpoints
  • Access logs showing requests to 169.254.169.254 (Azure/cloud metadata service) from the Veeam application
  • Unexpected network connections from backup infrastructure to internal services
  • Failed authentication attempts or credential usage from backup server IP addresses

Detection Strategies

  • Monitor outbound network traffic from Veeam Backup for Azure deployments for connections to internal IP ranges (RFC 1918 addresses)
  • Implement web application firewall (WAF) rules to detect and block SSRF payloads in incoming requests
  • Enable detailed logging on Veeam Backup applications and analyze for suspicious URL patterns
  • Deploy network intrusion detection systems (IDS) to identify SSRF exploitation attempts

Monitoring Recommendations

  • Configure alerts for outbound connections from Veeam servers to cloud metadata endpoints (169.254.169.254)
  • Implement network segmentation monitoring to detect unauthorized internal network access
  • Review Veeam application logs for unusual URL patterns or error messages indicating failed SSRF attempts
  • Establish baseline network behavior for Veeam infrastructure and alert on anomalies

How to Mitigate CVE-2025-23082

Immediate Actions Required

  • Update Veeam Backup for Microsoft Azure to the latest patched version as documented in the vendor advisory
  • Restrict network access to the Veeam Backup management interface using network security groups or firewalls
  • Implement network-level controls to prevent outbound connections from Veeam servers to sensitive internal resources
  • Review logs for any indicators of exploitation prior to patching

Patch Information

Veeam has released a security patch addressing this vulnerability. Detailed patch information and installation instructions are available in the Veeam Knowledge Base Article KB4709. Organizations should prioritize applying this update to all affected Veeam Backup for Microsoft Azure deployments.

Workarounds

  • Deploy a web application firewall (WAF) in front of the Veeam Backup management interface to filter malicious SSRF payloads
  • Implement strict egress filtering on Veeam Backup servers to block connections to internal networks and cloud metadata endpoints
  • Restrict access to the Veeam Backup management interface to trusted IP addresses only
  • Consider placing Veeam Backup infrastructure in isolated network segments with limited internal access
bash
# Example Azure NSG rule to block metadata endpoint access from Veeam servers
az network nsg rule create \
  --resource-group VeeamResourceGroup \
  --nsg-name VeeamNSG \
  --name BlockMetadataEndpoint \
  --priority 100 \
  --direction Outbound \
  --access Deny \
  --protocol Tcp \
  --destination-address-prefixes 169.254.169.254 \
  --destination-port-ranges 80 443

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechVeeam Backup

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • Veeam Knowledge Base Article
  • Related CVEs
  • CVE-2026-21672: Veeam Backup Privilege Escalation Flaw

  • CVE-2025-55125: Veeam Backup & Replication RCE Vulnerability

  • CVE-2025-48983: Veeam Backup & Replication RCE Flaw

  • CVE-2025-48984: Veeam Backup & Replication RCE 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