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
    • 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-46310

CVE-2024-46310: Cfx.re FXServer Auth Bypass Vulnerability

CVE-2024-46310 is an authentication bypass flaw in Cfx.re FXServer v9601 and earlier that allows unauthorized users to modify and read arbitrary user data. This article covers technical details, affected versions, and remediation.

Published: April 8, 2026

CVE-2024-46310 Overview

CVE-2024-46310 is a critical Incorrect Access Control vulnerability affecting Cfx.re FXServer version 9601 and earlier. This security flaw allows unauthenticated users to modify and read arbitrary user data via an exposed API endpoint. The vulnerability stems from improper preservation of permissions (CWE-281), enabling attackers to bypass authorization controls and gain unauthorized access to sensitive information.

FXServer is the server component for FiveM and RedM, popular multiplayer modification frameworks for Grand Theft Auto V and Red Dead Redemption 2. Given the widespread use of these platforms in gaming communities, this vulnerability poses a significant risk to server operators and their user bases.

Critical Impact

Unauthenticated attackers can read and modify arbitrary user data through exposed API endpoints, potentially compromising entire FXServer deployments and affecting all connected users.

Affected Products

  • Cfx.re FXServer v9601 and earlier
  • FiveM servers running vulnerable FXServer versions
  • RedM servers running vulnerable FXServer versions

Discovery Timeline

  • 2025-01-13 - CVE-2024-46310 published to NVD
  • 2025-01-16 - Last updated in NVD database

Technical Details for CVE-2024-46310

Vulnerability Analysis

This vulnerability represents a fundamental failure in access control implementation within FXServer's API architecture. The exposed API endpoint lacks proper authentication checks, allowing any network-accessible attacker to interact with user data without providing valid credentials. The attack can be executed remotely with low complexity, requiring no user interaction or special privileges.

The impact is severe from both confidentiality and integrity perspectives. Attackers can extract sensitive user information and modify user records at will, potentially leading to account takeovers, data manipulation, and service disruption. The lack of authentication on critical API endpoints represents a significant architectural oversight.

Root Cause

The root cause is classified under CWE-281 (Improper Preservation of Permissions). The FXServer implementation fails to properly enforce access control checks on API endpoints that handle user data operations. This allows the API to process requests from unauthenticated sources as if they were authorized, bypassing the intended permission model entirely.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication. An attacker can target any FXServer instance that has the vulnerable API endpoint exposed. The attack methodology involves:

  1. Identifying FXServer instances running version 9601 or earlier
  2. Locating the exposed API endpoint handling user data
  3. Crafting malicious requests to read or modify user data
  4. Executing requests without providing authentication credentials

The network-based attack vector combined with no authentication requirements makes this vulnerability particularly dangerous for internet-facing FXServer deployments.

The vulnerability exists in the API endpoint handling logic where authorization checks should validate the requesting entity before processing user data operations. For detailed technical information and proof-of-concept details, refer to the GitHub CVE-2024-46310 Repository.

Detection Methods for CVE-2024-46310

Indicators of Compromise

  • Unusual API requests to user data endpoints from unauthenticated sources
  • Unexpected modifications to user records without corresponding administrative actions
  • Access logs showing requests to sensitive API endpoints lacking authentication headers
  • Anomalous data exfiltration patterns from FXServer instances

Detection Strategies

  • Monitor FXServer access logs for unauthenticated requests to API endpoints handling user data
  • Implement network traffic analysis to detect unauthorized API interactions
  • Deploy Web Application Firewall (WAF) rules to flag requests to sensitive endpoints without valid authentication tokens
  • Conduct regular security audits of FXServer configurations and API access patterns

Monitoring Recommendations

  • Enable verbose logging on FXServer instances to capture all API interactions
  • Set up alerts for bulk data access or modification operations
  • Monitor for reconnaissance activity targeting FXServer API endpoints
  • Review authentication failures and access patterns periodically

How to Mitigate CVE-2024-46310

Immediate Actions Required

  • Upgrade FXServer to a version newer than v9601 that addresses this vulnerability
  • Restrict network access to FXServer API endpoints using firewall rules
  • Implement additional authentication layers if immediate patching is not possible
  • Review and audit user data for signs of unauthorized access or modification

Patch Information

Server administrators should update FXServer to the latest available version from Cfx.re. Verify the installed version and ensure it is newer than v9601. After updating, review API endpoint configurations to confirm proper access controls are in place.

Workarounds

  • Deploy a reverse proxy with authentication requirements in front of the FXServer API endpoints
  • Use firewall rules to restrict API access to trusted IP addresses only
  • Disable or limit access to the affected API endpoints until patching is complete
  • Implement network segmentation to isolate FXServer instances from untrusted networks
bash
# Example firewall rule to restrict API access (iptables)
# Replace 30120 with your actual FXServer port and trusted_ip with your admin IP
iptables -A INPUT -p tcp --dport 30120 -s trusted_ip -j ACCEPT
iptables -A INPUT -p tcp --dport 30120 -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/TechCfx Re

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability83.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-281
  • Technical References
  • Cfxre Security Resource

  • GitHub CVE-2024-46310 Repository
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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