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

CVE-2025-34522: Arcserve UDP Buffer Overflow Vulnerability

CVE-2025-34522 is a heap-based buffer overflow flaw in Arcserve Unified Data Protection that allows unauthenticated attackers to execute remote code. This article covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-34522 Overview

A heap-based buffer overflow vulnerability exists in the input parsing logic of Arcserve Unified Data Protection (UDP). This critical flaw can be triggered without authentication by sending specially crafted input to the target system. Improper bounds checking allows an attacker to overwrite heap memory, potentially leading to application crashes or remote code execution. Exploitation occurs in the context of the affected process and does not require user interaction.

Critical Impact

This pre-authentication vulnerability enables remote attackers to potentially achieve full system compromise through heap memory corruption, leading to denial of service or arbitrary code execution without any user interaction.

Affected Products

  • Arcserve UDP versions prior to 10.2
  • Arcserve UDP versions 8.0 through 10.1 (supported, require patching)
  • Arcserve UDP versions 7.x and earlier (unsupported, must upgrade to 10.2)

Discovery Timeline

  • 2025-08-27 - CVE CVE-2025-34522 published to NVD
  • 2025-09-09 - Last updated in NVD database

Technical Details for CVE-2025-34522

Vulnerability Analysis

This vulnerability (CWE-122: Heap-based Buffer Overflow) resides in the input parsing logic of Arcserve Unified Data Protection. The flaw allows unauthenticated attackers to send maliciously crafted network requests that exploit insufficient bounds checking during input processing. When the vulnerable code receives oversized or malformed input, it fails to properly validate the data length before copying it to a heap-allocated buffer, resulting in memory corruption beyond the intended boundaries.

The pre-authentication nature of this vulnerability significantly increases its severity, as attackers can exploit it without needing valid credentials or prior access to the system. Once heap memory is corrupted, attackers may be able to manipulate program execution flow, potentially achieving remote code execution in the context of the affected service process.

Root Cause

The root cause of CVE-2025-34522 is improper bounds checking in the input parsing routines of Arcserve UDP. When processing network-supplied data, the application fails to adequately validate input length against the allocated buffer size on the heap. This allows attackers to provide input exceeding expected boundaries, leading to heap memory corruption. The lack of authentication requirements before reaching the vulnerable code path makes this flaw particularly dangerous.

Attack Vector

This vulnerability is exploitable remotely over the network without authentication. An attacker can craft a malicious request containing oversized input data and send it to an exposed Arcserve UDP instance. The attack does not require user interaction and can be performed anonymously against any accessible Arcserve UDP deployment.

The exploitation flow involves:

  1. Identifying a target Arcserve UDP instance accessible over the network
  2. Crafting input data that exceeds the expected buffer boundaries
  3. Sending the malicious request to trigger the heap overflow
  4. Achieving denial of service through application crash, or potentially remote code execution by carefully controlling the overflow contents

Detection Methods for CVE-2025-34522

Indicators of Compromise

  • Unexpected crashes or restarts of Arcserve UDP services
  • Anomalous network traffic patterns targeting Arcserve UDP ports
  • Memory access violations or heap corruption errors in application logs
  • Unusual process behavior or child processes spawned by Arcserve UDP

Detection Strategies

  • Monitor for malformed or oversized requests targeting Arcserve UDP services
  • Implement network intrusion detection rules for abnormal input patterns to Arcserve UDP
  • Enable crash dump collection and analyze for heap corruption signatures
  • Deploy endpoint detection solutions capable of identifying heap spray and overflow techniques

Monitoring Recommendations

  • Enable detailed logging for Arcserve UDP application events and errors
  • Monitor network traffic for unusual data volumes or patterns directed at backup infrastructure
  • Implement alerting for Arcserve UDP service crashes or unexpected restarts
  • Review system event logs for access violation exceptions related to UDP processes

How to Mitigate CVE-2025-34522

Immediate Actions Required

  • Upgrade to Arcserve UDP version 10.2 which includes the necessary patches
  • For versions 8.0 through 10.1, apply the security patches provided by Arcserve
  • Restrict network access to Arcserve UDP services using firewall rules
  • Isolate backup infrastructure from untrusted network segments

Patch Information

Arcserve has released security updates to address this vulnerability. UDP version 10.2 includes all necessary fixes and requires no additional action. Organizations running versions 8.0 through 10.1 should either apply the available patches or upgrade to version 10.2. Systems running versions 7.x and earlier are no longer supported and must be upgraded to version 10.2 to remediate this issue. For detailed patch information and downloads, refer to the Arcserve Security Bulletin.

Workarounds

  • Implement network segmentation to limit access to Arcserve UDP services
  • Deploy web application firewalls or network intrusion prevention systems to filter malicious input
  • Restrict UDP service access to trusted IP addresses only using host-based firewalls
  • Consider temporarily disabling publicly accessible Arcserve UDP endpoints until patches can be applied
bash
# Example: Restrict access to Arcserve UDP using Windows Firewall
# Allow only trusted management subnet to access UDP services
netsh advfirewall firewall add rule name="Restrict Arcserve UDP Access" ^
    dir=in action=allow protocol=tcp localport=8014,8015 ^
    remoteip=10.0.0.0/24 enable=yes

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechArcserve Udp

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.67%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Vendor Resources
  • Arcserve Security Bulletin
  • Related CVEs
  • CVE-2025-34523: Arcserve UDP Buffer Overflow Vulnerability

  • CVE-2024-0799: Arcserve UDP Auth Bypass Vulnerability

  • CVE-2025-34520: Arcserve UDP Auth Bypass Vulnerability

  • CVE-2023-42000: Arcserve UDP Path Traversal Vulnerability
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