The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2023-0048

CVE-2023-0048: Daloradius RCE Vulnerability

CVE-2023-0048 is a remote code execution flaw in Daloradius caused by code injection that allows attackers to execute arbitrary code. This post explains its technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-0048 Overview

CVE-2023-0048 is a code injection vulnerability affecting daloRADIUS, an open-source RADIUS web management application commonly used for managing hotspot and ISP deployments. This vulnerability exists in the GitHub repository lirantal/daloradius prior to the master-branch and allows authenticated attackers to inject malicious code through improperly validated user input in critical backup and logging management functions.

Critical Impact

Authenticated attackers can exploit insufficient input validation to inject malicious code, potentially gaining unauthorized access to sensitive system files, executing arbitrary commands, and compromising the entire RADIUS infrastructure.

Affected Products

  • daloRADIUS - all versions prior to the security patch
  • daloRADIUS deployments using the config-backup-managebackups.php endpoint
  • daloRADIUS deployments using the config-logging.php endpoint

Discovery Timeline

  • 2023-01-04 - CVE CVE-2023-0048 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-0048

Vulnerability Analysis

This code injection vulnerability stems from insufficient input validation in daloRADIUS's backup management and logging configuration modules. The application fails to properly sanitize user-supplied input via POST parameters before using them in file path operations, creating an exploitable condition for path traversal and code injection attacks.

The vulnerability is particularly dangerous because it allows authenticated users with low privileges to manipulate file operations and potentially access or modify files outside the intended directories. An attacker could leverage this weakness to read sensitive configuration files containing database credentials, inject malicious code into log files, or manipulate backup operations to gain further system access.

Root Cause

The root cause of CVE-2023-0048 is improper input validation in the handling of the file POST parameter within config-backup-managebackups.php and similar validation issues in config-logging.php. The original code directly accepted user-supplied filenames without validating path components, file extensions, or checking for directory traversal sequences like ... This allowed attackers to specify arbitrary file paths that could escape the intended backup or log directories.

Attack Vector

The attack vector is network-based and requires low-privilege authentication to the daloRADIUS web interface. An attacker can exploit this vulnerability by:

  1. Authenticating to the daloRADIUS management interface with any valid user account
  2. Crafting a malicious POST request to vulnerable endpoints with manipulated file parameters
  3. Using path traversal sequences (e.g., ../) to escape the intended directory
  4. Accessing or manipulating files outside the designated backup/log directories

The following security patch demonstrates how the vulnerability was addressed by implementing proper input validation:

php
     include("library/layout.php");
     include_once("include/management/functions.php");
 
-    $file = (array_key_exists('file', $_POST) && isset($_POST['file'])) ? $_POST['file'] : "";
+    // validate path
+    $backup_path_prefix = $configValues['CONFIG_PATH_DALO_VARIABLE_DATA'] . "/backup";
+    $backup_file_suffix = ".sql";
+
+    $file = "";
+    if (array_key_exists('file', $_POST) && !empty(trim($_POST['file']))) {
+        $candidate_backup_file = trim($_POST['file']);
+        
+        if (
+                // this ensures that candidate_backup_file does not contain any ".." sequence
+                strpos($candidate_backup_file, "..") === false &&
+                
+                // this ensures that candidate_backup_file does not contain any "/" char
+                strpos($candidate_backup_file, "/") === false &&
+                
+                // this ensures that candidate_backup_file ends with the backup_file_suffix
+                substr($candidate_backup_file, -strlen($backup_file_suffix)) === $backup_file_suffix
+           ) {
+            
+            $file = $candidate_backup_file;
+        }
+        
+    }
 
     $backupAction = (array_key_exists('action', $_POST) && isset($_POST['action']) &&
                      in_array($_POST['action'], array_keys($valid_backupActions))) ? $_POST['action'] : "";

Source: GitHub Commit Details

Detection Methods for CVE-2023-0048

Indicators of Compromise

  • Unusual POST requests to /config-backup-managebackups.php or /config-logging.php containing .. sequences in the file parameter
  • Web server access logs showing attempts to access files outside the /backup or /logs directories
  • Unexpected file access or modification patterns in system audit logs
  • Database backup files appearing in unexpected locations

Detection Strategies

  • Monitor HTTP request logs for path traversal patterns (../, ..%2f, %2e%2e/) in POST data targeting daloRADIUS endpoints
  • Implement Web Application Firewall (WAF) rules to detect and block requests containing directory traversal sequences
  • Enable PHP application logging to capture and alert on file operations outside designated directories
  • Configure SentinelOne endpoint protection to detect suspicious file access patterns from web server processes

Monitoring Recommendations

  • Enable detailed access logging for all daloRADIUS management interfaces
  • Set up alerts for any file operations initiated by the web server user outside the expected daloRADIUS directories
  • Monitor for changes to critical configuration files including database credentials
  • Implement file integrity monitoring (FIM) on daloRADIUS configuration and backup directories

How to Mitigate CVE-2023-0048

Immediate Actions Required

  • Update daloRADIUS to the latest version from the master branch containing the security fix
  • Review web server access logs for any evidence of exploitation attempts
  • Audit all authenticated users with access to daloRADIUS management functions
  • Implement network segmentation to limit access to the daloRADIUS management interface

Patch Information

The vulnerability has been addressed in commit 3650eea7277a5c278063214a5b71dbd7d77fc5aa. The patch implements comprehensive input validation that blocks directory traversal sequences, validates file extensions, and ensures files are accessed only within designated directories. Organizations should update to the latest master branch version that includes this fix. For detailed information, refer to the GitHub Commit Details and the Huntr Bounty Report.

Workarounds

  • Restrict access to the daloRADIUS management interface to trusted IP addresses only using firewall rules or web server configuration
  • Implement additional authentication layers such as VPN or multi-factor authentication for administrative access
  • Deploy a Web Application Firewall (WAF) with rules to block path traversal patterns in request parameters
  • Review and restrict file system permissions for the web server user to minimize impact of successful exploitation
bash
# Apache configuration to restrict daloRADIUS admin access
<Directory /var/www/daloradius>
    <Files "config-backup-managebackups.php">
        Require ip 10.0.0.0/8
        Require ip 192.168.0.0/16
    </Files>
    <Files "config-logging.php">
        Require ip 10.0.0.0/8
        Require ip 192.168.0.0/16
    </Files>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDaloradius

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability2.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • GitHub Commit Details

  • Huntr Bounty Report
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs 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