A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-64348

CVE-2025-64348: Elog_project Elog RCE Vulnerability

CVE-2025-64348 is a remote code execution vulnerability in Elog_project Elog that allows authenticated attackers to execute OS commands when the execute facility is enabled. This article covers technical details, impact, and mitigation.

Published: May 26, 2026

CVE-2025-64348 Overview

CVE-2025-64348 affects ELOG, an electronic logbook application maintained by the elog_project. The vulnerability allows an authenticated user to modify or overwrite the ELOG configuration file, resulting in denial of service. When the execute facility is enabled with the -x command line flag, attackers can leverage the configuration write primitive to execute operating system commands on the host machine. By default, ELOG is not configured to allow shell commands or self-registration, which limits exposure for standard deployments. The underlying weakness is classified as missing authorization [CWE-862].

Critical Impact

Authenticated attackers can overwrite ELOG configuration files to trigger denial of service, and can achieve OS command execution when the -x flag is set.

Affected Products

  • ELOG (elog_project:elog) prior to the patched commits
  • ELOG instances exposing authenticated network access
  • ELOG deployments started with the -x execute facility flag

Discovery Timeline

  • 2025-10-31 - CVE-2025-64348 published to the National Vulnerability Database
  • 2026-04-26 - Last updated in NVD database

Technical Details for CVE-2025-64348

Vulnerability Analysis

ELOG fails to enforce sufficient authorization checks on operations that write to the application configuration file. Any authenticated user can submit requests that modify or overwrite configuration parameters intended for administrative control. Corrupting the configuration file disrupts ELOG service availability, producing a denial of service condition for legitimate users.

The impact escalates when administrators launch ELOG with the -x flag, which enables the execute facility. In that mode, configuration entries can reference shell commands tied to logbook events. An attacker who controls configuration content can therefore introduce attacker-defined commands that ELOG will execute on the host. The result is command execution under the privileges of the ELOG process.

Root Cause

The root cause is a missing authorization control [CWE-862] on configuration-modification code paths. ELOG treats authenticated session state as sufficient to perform privileged configuration changes rather than validating that the requesting user holds administrative rights. The two upstream fixes are tracked in commits 7092ff64f6eb9521f8cc8c52272a020bf3730946 and f81e5695c40997322fe2713bfdeba459d9de09dc.

Attack Vector

The attack vector is network-based and requires low privileges, specifically a valid authenticated session. No user interaction is required. An attacker sends crafted requests to the ELOG service to overwrite configuration content, then either waits for ELOG to fail on next read or, in -x mode, triggers the configured command path to invoke arbitrary OS commands. See the CVE-2025-64348 record and the CISA CSAF advisory for additional context.

Detection Methods for CVE-2025-64348

Indicators of Compromise

  • Unexpected modification timestamps on the ELOG configuration file (elogd.cfg) outside administrative change windows.
  • ELOG service restarts or crashes immediately following authenticated HTTP requests from non-administrative accounts.
  • New or modified Execute directives within elogd.cfg referencing shell commands when -x is enabled.
  • Child processes spawned by the elogd daemon that execute shell interpreters or system utilities.

Detection Strategies

  • Monitor file integrity on elogd.cfg and alert on any write event not associated with an administrator session.
  • Correlate authenticated ELOG HTTP requests with subsequent configuration file writes to identify unauthorized configuration changes.
  • Inspect ELOG process trees for unexpected child processes, particularly /bin/sh, bash, cmd.exe, or powershell.exe.

Monitoring Recommendations

  • Enable verbose ELOG access logging and forward logs to a centralized analytics platform for review.
  • Track command-line arguments of the elogd process to detect when the -x execute facility is enabled.
  • Baseline normal ELOG configuration content and alert on diff events that introduce execution directives.

How to Mitigate CVE-2025-64348

Immediate Actions Required

  • Upgrade ELOG to a build that includes the fixes from commits 7092ff64f6eb9521f8cc8c52272a020bf3730946 and f81e5695c40997322fe2713bfdeba459d9de09dc.
  • Audit running ELOG processes and remove the -x flag unless the execute facility is strictly required.
  • Restrict ELOG access to trusted networks and require strong authentication for all logbook accounts.
  • Review elogd.cfg for unauthorized changes and restore from a known-good backup if tampering is detected.

Patch Information

The maintainers addressed the issue in two upstream commits hosted on Bitbucket: Bitbucket commit 7092ff64 and Bitbucket commit f81e5695. Operators should rebuild or update to a release that contains both commits and restart the elogd service.

Workarounds

  • Run ELOG without the -x command line flag to prevent OS command execution via configuration entries.
  • Disable self-registration and limit logbook accounts to trusted, audited users.
  • Place the ELOG configuration file on a read-only filesystem mount where supported by the deployment.
  • Front ELOG with a reverse proxy that enforces administrator role checks on configuration endpoints.
bash
# Configuration example
# Start elogd without the execute facility and bind to localhost only
elogd -p 8080 -n 127.0.0.1

# Lock down configuration file permissions
chown root:elog /etc/elogd.cfg
chmod 640 /etc/elogd.cfg

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechElog

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • CISA CSAF Document

  • CVE-2025-64348 Record
  • Vendor Resources
  • Bitbucket Commit Update

  • Bitbucket Commit Reference
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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