CVSS v31 Score: 99 for Domain-Joined VB&R Servers – Critical Vulnerability (CVE-2025-23120)

Listen to this Post

A critical vulnerability (CVE-2025-23120) with a CVSS v3.1 score of 9.9 has been identified in domain-joined Veeam Backup & Replication (VB&R) servers. This high-severity flaw could allow attackers to execute arbitrary code, escalate privileges, or compromise backup infrastructure.

Reference: Veeam KB4724

You Should Know:

1. Vulnerability Analysis

  • CVSS Breakdown:
  • Attack Vector: Network
  • Attack Complexity: Low
  • Privileges Required: None
  • User Interaction: Not Required
  • Impact: Confidentiality, Integrity, and Availability (CIA Triad)

2. Mitigation Steps

1. Patch Immediately:


<h1>Check current Veeam version</h1>

Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -like "*Veeam*"} | Select Name, Version 

2. Isolate Affected Servers:


<h1>Linux - Block suspicious inbound traffic</h1>

sudo iptables -A INPUT -s <malicious_IP> -j DROP 

3. Verify Domain Trusts:


<h1>Check domain trust health</h1>

Test-ComputerSecureChannel -Repair 

3. Exploit Prevention