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-2024-48248

CVE-2024-48248: NAKIVO Backup Path Traversal Vulnerability

CVE-2024-48248 is a path traversal flaw in NAKIVO Backup & Replication Director allowing attackers to read arbitrary files, potentially leading to remote code execution. This article covers technical details, impact, and mitigation.

Published: April 15, 2026

CVE-2024-48248 Overview

CVE-2024-48248 is an absolute path traversal vulnerability affecting NAKIVO Backup & Replication before version 11.0.0.88174. The vulnerability allows unauthenticated attackers to read arbitrary files from the affected system via the getImageByPath function accessible through the /c/router endpoint. This vulnerability is particularly severe because the PhysicalDiscovery component stores cleartext credentials, which means successful exploitation can lead to remote code execution across the enterprise environment.

Critical Impact

This vulnerability has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild. Successful exploitation allows attackers to read sensitive files including cleartext credentials, potentially leading to full enterprise compromise.

Affected Products

  • NAKIVO Backup & Replication Director versions prior to 11.0.0.88174
  • All deployment configurations of NAKIVO Backup & Replication using vulnerable versions
  • Enterprise environments utilizing PhysicalDiscovery with stored credentials

Discovery Timeline

  • 2025-03-04 - CVE-2024-48248 published to NVD
  • 2025-11-05 - Last updated in NVD database

Technical Details for CVE-2024-48248

Vulnerability Analysis

This vulnerability is classified as an Absolute Path Traversal (CWE-36) issue that enables unauthenticated remote attackers to access arbitrary files on the target system. The vulnerable endpoint /c/router accepts a getImageByPath request that fails to properly validate or sanitize the file path parameter. By manipulating this parameter with absolute path sequences, attackers can escape the intended directory restrictions and read any file accessible by the NAKIVO service account.

The severity of this vulnerability is compounded by the fact that NAKIVO Backup & Replication's PhysicalDiscovery component stores credentials in cleartext. When an attacker successfully exploits this path traversal vulnerability to read these credential files, they gain access to authentication material that can be used to compromise additional systems within the enterprise infrastructure.

Root Cause

The root cause of CVE-2024-48248 is improper input validation in the getImageByPath function within the /c/router endpoint. The application fails to implement adequate path canonicalization or validation checks before processing file read operations. This allows attackers to supply absolute file paths that bypass intended directory restrictions. The absence of authentication requirements on this endpoint further exacerbates the vulnerability by allowing unauthenticated network-based exploitation.

Attack Vector

The attack vector for this vulnerability is network-based and requires no authentication or user interaction. An attacker with network access to the NAKIVO Backup & Replication web interface can send specially crafted HTTP requests to the /c/router endpoint. By manipulating the path parameter in getImageByPath requests, the attacker can traverse the file system and read sensitive files.

The attack flow typically involves:

  1. Identifying a vulnerable NAKIVO Backup & Replication instance exposed to the network
  2. Sending crafted HTTP requests to /c/router with the getImageByPath function
  3. Using absolute paths to read configuration files, credential stores, and other sensitive data
  4. Leveraging discovered cleartext credentials from PhysicalDiscovery for lateral movement and remote code execution

For detailed technical analysis and proof-of-concept information, refer to the Watchtowr CVE-2024-48248 Analysis and the GitHub PoC repository.

Detection Methods for CVE-2024-48248

Indicators of Compromise

  • HTTP requests to /c/router containing getImageByPath with absolute file paths or path traversal sequences
  • Unusual access patterns to NAKIVO Backup & Replication web interface from external IP addresses
  • Evidence of credential theft or unauthorized authentication attempts using credentials stored in PhysicalDiscovery
  • Log entries showing access to sensitive system files such as /etc/passwd, configuration files, or credential stores

Detection Strategies

  • Monitor web server logs for requests to /c/router endpoints containing suspicious path parameters
  • Implement network-based detection rules for HTTP traffic containing path traversal patterns targeting NAKIVO instances
  • Deploy file integrity monitoring on NAKIVO configuration directories to detect unauthorized access attempts
  • Correlate authentication events across the enterprise to identify credential misuse following potential exploitation

Monitoring Recommendations

  • Enable verbose logging on NAKIVO Backup & Replication instances to capture detailed request information
  • Configure SIEM alerts for anomalous access patterns to backup infrastructure components
  • Monitor for outbound connections from NAKIVO servers that may indicate data exfiltration or command-and-control activity
  • Implement network segmentation monitoring to detect lateral movement attempts using compromised credentials

How to Mitigate CVE-2024-48248

Immediate Actions Required

  • Upgrade NAKIVO Backup & Replication to version 11.0.0.88174 or later immediately
  • Restrict network access to NAKIVO Backup & Replication management interfaces to trusted administrative networks only
  • Rotate all credentials stored in PhysicalDiscovery as they may have been compromised
  • Conduct forensic analysis on systems running vulnerable versions to identify potential exploitation

Patch Information

NAKIVO has addressed this vulnerability in version 11.0.0.88174 and later releases. Organizations should review the Nakivo Release Notes for detailed upgrade information and apply the security update as a priority. Given that this vulnerability is listed in the CISA Known Exploited Vulnerabilities catalog, federal agencies are required to remediate within the specified deadline, and all organizations should treat this as an urgent priority.

Workarounds

  • Implement strict network access controls to limit exposure of NAKIVO management interfaces to only necessary administrative hosts
  • Deploy web application firewall (WAF) rules to block requests containing path traversal patterns to /c/router
  • Place NAKIVO Backup & Replication instances behind a VPN or bastion host to prevent direct internet exposure
  • Monitor and audit all access to the NAKIVO web interface while awaiting patch deployment
bash
# Example: Restrict access to NAKIVO using iptables
# Allow only trusted admin network (10.0.1.0/24) to access NAKIVO web interface
iptables -A INPUT -p tcp --dport 4443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 4443 -j DROP

# Example: Block path traversal attempts at firewall level
# (Implement similar rules in your WAF or reverse proxy)

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechNakivo Backup

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability93.93%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-36

  • NVD-CWE-Other
  • Technical References
  • Nakivo Release Notes

  • Watchtowr CVE-2024-48248 Analysis

  • GitHub PoC for CVE-2024-48248

  • CISA Known Exploited Vulnerabilities
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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