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

CVE-2025-58443: FOG Project Auth Bypass Vulnerability

CVE-2025-58443 is an authentication bypass vulnerability in FOG Project that allows attackers to perform unauthenticated database dumps. This article covers technical details, affected versions, and mitigation strategies.

Published: March 24, 2026

CVE-2025-58443 Overview

CVE-2025-58443 is a critical authentication bypass vulnerability affecting FOG Project, a widely-used free open-source cloning, imaging, rescue suite, and inventory management system. This vulnerability enables unauthenticated attackers to perform a complete SQL database dump without requiring any credentials, potentially exposing sensitive organizational data, system configurations, and user information stored within the FOG deployment.

Critical Impact

Unauthenticated attackers can extract the entire FOG Project SQL database remotely, potentially compromising all stored imaging configurations, inventory data, and sensitive system information without any authentication.

Affected Products

  • FOG Project version 1.5.10.1673 and all prior versions
  • Any FOG Project deployment running affected versions exposed to network access
  • Self-hosted FOG Project instances without updated dev-branch or working-1.6 branch patches

Discovery Timeline

  • September 6, 2025 - CVE-2025-58443 published to NVD
  • September 29, 2025 - Last updated in NVD database
  • September 15, 2025 - Expected official patch release from FOG Project

Technical Details for CVE-2025-58443

Vulnerability Analysis

This authentication bypass vulnerability (CWE-287) represents a severe security flaw in FOG Project's access control mechanisms. The vulnerability allows remote attackers to completely bypass the authentication layer and directly access database export functionality. Once exploited, an attacker gains the ability to extract the complete SQL database contents without presenting any valid credentials.

The impact of this vulnerability is significant given FOG Project's role as a centralized imaging and inventory management system. Organizations typically store critical infrastructure information within FOG, including system images, host inventories, Active Directory integration details, and network configurations. An attacker exploiting this vulnerability could obtain comprehensive information about an organization's IT infrastructure.

Root Cause

The root cause of CVE-2025-58443 is improper authentication validation (CWE-287) within the FOG Project application. The application fails to properly enforce authentication checks on specific database-related endpoints, allowing unauthenticated requests to access sensitive database export functionality that should require administrative privileges.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no user interaction or prior authentication. An attacker with network access to a vulnerable FOG Project instance can directly request the database dump functionality. The attack is straightforward to execute:

  1. An attacker identifies a FOG Project instance accessible over the network
  2. The attacker sends a crafted request to the vulnerable database export endpoint
  3. The FOG Project application fails to validate authentication
  4. The complete SQL database is returned to the attacker

The vulnerability does not require any special privileges, authentication tokens, or user interaction to exploit successfully. For detailed technical information about the vulnerability mechanism, refer to the FOG Project Security Advisory.

Detection Methods for CVE-2025-58443

Indicators of Compromise

  • Unexpected or anomalous requests to FOG Project database export endpoints from external or unauthorized IP addresses
  • Large outbound data transfers from the FOG Project server that match SQL database dump patterns
  • Web server access logs showing requests to database-related API endpoints without preceding authentication requests
  • Unusual database query patterns indicating bulk data extraction operations

Detection Strategies

  • Implement network traffic monitoring for connections to FOG Project servers, particularly watching for large data exfiltration patterns
  • Deploy web application firewall (WAF) rules to detect and block requests targeting known vulnerable endpoints
  • Enable comprehensive access logging on the FOG Project application and monitor for unauthenticated database access attempts
  • Utilize SentinelOne Singularity to detect anomalous process behavior and data exfiltration patterns on FOG Project hosts

Monitoring Recommendations

  • Configure alerts for any database dump or export operations occurring outside of scheduled maintenance windows
  • Monitor FOG Project web server logs for requests that bypass normal authentication workflows
  • Implement network segmentation monitoring to detect lateral movement attempts following potential database compromise
  • Review outbound network traffic from FOG Project servers for unexpected large data transfers

How to Mitigate CVE-2025-58443

Immediate Actions Required

  • Upgrade FOG Project immediately to the latest version of either the dev-branch or working-1.6 branch which contain the security fix
  • Restrict network access to the FOG Project instance using firewall rules to limit exposure to trusted networks only
  • Implement network segmentation to isolate the FOG Project server from untrusted network segments
  • Review FOG Project access logs for any signs of prior exploitation or unauthorized database access

Patch Information

FOG Project has made security fixes available in the dev-branch and working-1.6 branches prior to the official patch release scheduled for September 15, 2025. Organizations should upgrade to the latest version of either branch to address this vulnerability immediately. Step-by-step upgrade instructions are available in the FOG Project documentation.

For complete details about the vulnerability and remediation steps, consult the FOG Project Security Advisory on GitHub.

Workarounds

  • Implement strict network access controls using firewall rules to limit FOG Project access to authorized administrator IP addresses only
  • Place the FOG Project server behind a VPN to require authentication before network access is possible
  • Deploy a reverse proxy with authentication requirements in front of the FOG Project application as an additional security layer
  • If patching is not immediately possible, consider temporarily taking the FOG Project instance offline until the upgrade can be completed
bash
# Example: Restrict FOG Project access using iptables firewall rules
# Allow access only from trusted management subnet
iptables -A INPUT -p tcp --dport 80 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFogproject

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability9.61%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/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
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2024-39914: Fogproject RCE Vulnerability via Export
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