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

CVE-2025-0364: Bigantsoft Bigant Server RCE Vulnerability

CVE-2025-0364 is an unauthenticated remote code execution vulnerability in Bigantsoft Bigant Server up to version 5.6.06. Attackers can exploit registration flaws to gain admin access and execute arbitrary code.

Updated: January 22, 2026

CVE-2025-0364 Overview

CVE-2025-0364 is a critical unauthenticated remote code execution vulnerability affecting BigAntSoft BigAnt Server versions up to and including 5.6.06. This vulnerability allows an unauthenticated remote attacker to create an administrative user through the default exposed SaaS registration mechanism. Once administrative access is obtained, the attacker can upload and execute arbitrary PHP code using the "Cloud Storage Addin," leading to complete system compromise.

Critical Impact

This vulnerability enables unauthenticated attackers to achieve full remote code execution on affected BigAnt Server installations by exploiting the default SaaS registration mechanism to create admin accounts and subsequently upload malicious PHP files.

Affected Products

  • BigAntSoft BigAnt Server versions up to and including 5.6.06
  • All deployments with default SaaS registration mechanism enabled
  • Systems with the Cloud Storage Addin functionality accessible

Discovery Timeline

  • 2025-02-04 - CVE-2025-0364 published to NVD
  • 2025-09-29 - Last updated in NVD database

Technical Details for CVE-2025-0364

Vulnerability Analysis

This vulnerability is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel). The core issue stems from a fundamental design flaw in how BigAnt Server handles user registration and administrative access controls. The server exposes a SaaS registration mechanism by default that allows anyone to create user accounts, including administrative accounts, without proper authorization checks.

The attack chain involves two distinct phases. First, an attacker exploits the exposed registration endpoint to create an account with administrative privileges. Second, the attacker leverages the administrative access to upload arbitrary PHP code through the Cloud Storage Addin functionality. Since the server executes uploaded PHP files without proper validation or sandboxing, this results in arbitrary code execution with the privileges of the web server process.

Root Cause

The root cause of this vulnerability is the lack of proper access controls on the SaaS registration mechanism combined with insufficient validation of uploaded files through the Cloud Storage Addin. The registration endpoint fails to verify that account creation requests are authorized, and the file upload functionality does not prevent execution of uploaded PHP scripts.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability remotely by:

  1. Identifying a vulnerable BigAnt Server instance exposed to the network
  2. Accessing the SaaS registration endpoint to create an administrative account
  3. Authenticating with the newly created admin credentials
  4. Uploading a malicious PHP webshell or payload through the Cloud Storage Addin
  5. Executing the uploaded PHP file to achieve code execution on the server

The vulnerability requires no special privileges and can be exploited with low attack complexity. For detailed technical information about the exploitation mechanism, refer to the Vulncheck Advisory and the GitHub PoC repository.

Detection Methods for CVE-2025-0364

Indicators of Compromise

  • Unexpected administrative accounts created in BigAnt Server user management
  • PHP files appearing in Cloud Storage directories that were not legitimately uploaded
  • Suspicious outbound network connections from the BigAnt Server process
  • Web server logs showing requests to newly created PHP files in storage directories

Detection Strategies

  • Monitor BigAnt Server logs for unauthorized account creation events, particularly administrative accounts
  • Implement file integrity monitoring on directories accessible through the Cloud Storage Addin
  • Deploy network-based intrusion detection rules to identify exploitation attempts against the registration endpoint
  • Review web server access logs for unusual patterns of account creation followed by file uploads

Monitoring Recommendations

  • Enable verbose logging on BigAnt Server to capture registration and file upload events
  • Configure alerts for new administrative account creation in the BigAnt Server environment
  • Monitor for PHP file creation in storage directories through endpoint detection solutions
  • Implement network segmentation monitoring to detect unauthorized lateral movement from compromised servers

How to Mitigate CVE-2025-0364

Immediate Actions Required

  • Restrict network access to BigAnt Server to trusted networks only until patching is complete
  • Disable or restrict access to the SaaS registration mechanism if not required
  • Review existing user accounts for any unauthorized administrative accounts and remove them
  • Audit Cloud Storage directories for suspicious PHP files and remove any malicious uploads

Patch Information

Organizations should contact BigAntSoft directly for information about security patches addressing CVE-2025-0364. Monitor the vendor's official channels for security updates. Review the Vulncheck Advisory for the latest remediation guidance.

Workarounds

  • Implement network-level access controls to restrict access to the BigAnt Server registration endpoints
  • Configure web application firewall rules to block unauthorized requests to the SaaS registration mechanism
  • Disable the Cloud Storage Addin functionality if not required for business operations
  • Place BigAnt Server behind a reverse proxy with authentication requirements for administrative functions
bash
# Example: Network-level restriction using iptables
# Restrict access to BigAnt Server port to trusted networks only
iptables -A INPUT -p tcp --dport 6660 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 6660 -j DROP

# Block access to registration endpoints at the firewall level
# Consult BigAnt Server documentation for specific endpoint paths

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechBigant Server

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability25.63%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-288
  • Technical References
  • Vulncheck Advisory: Big Ant RCE

  • GitHub PoC for CVE-2025-0364
  • 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