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-2024-23110

CVE-2024-23110: Fortinet FortiOS Buffer Overflow Flaw

CVE-2024-23110 is a stack-based buffer overflow vulnerability in Fortinet FortiOS that enables attackers to execute unauthorized code via crafted commands. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-23110 Overview

CVE-2024-23110 is a stack-based buffer overflow vulnerability affecting Fortinet FortiOS, the operating system powering FortiGate network security appliances. This memory corruption flaw allows an authenticated local attacker to execute unauthorized code or commands by sending specially crafted commands to the affected system. The vulnerability impacts multiple versions of FortiOS across the 6.x and 7.x release branches, potentially affecting a wide range of enterprise network security deployments.

Critical Impact

Successful exploitation of this stack-based buffer overflow could allow attackers with local access to execute arbitrary code, potentially compromising the integrity and security of FortiGate appliances and the networks they protect.

Affected Products

  • Fortinet FortiOS 7.4.0 through 7.4.2
  • Fortinet FortiOS 7.2.0 through 7.2.6
  • Fortinet FortiOS 7.0.0 through 7.0.13
  • Fortinet FortiOS 6.4.0 through 6.4.14
  • Fortinet FortiOS 6.2.0 through 6.2.15
  • Fortinet FortiOS 6.0 all versions

Discovery Timeline

  • June 11, 2024 - CVE-2024-23110 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-23110

Vulnerability Analysis

This vulnerability is classified under CWE-121 (Stack-based Buffer Overflow) and CWE-787 (Out-of-bounds Write). The flaw exists in the command processing functionality of FortiOS, where insufficient bounds checking on user-supplied input allows data to be written beyond the boundaries of an allocated stack buffer.

Stack-based buffer overflows are particularly dangerous as they can allow attackers to overwrite critical stack data, including return addresses and saved frame pointers. When exploited successfully, an attacker can redirect program execution to malicious code, achieving arbitrary code execution within the context of the vulnerable process.

The local attack vector requires the attacker to have some level of authenticated access to the FortiOS CLI or management interface. However, once this prerequisite is met, the low attack complexity and lack of required user interaction make exploitation straightforward for a skilled attacker.

Root Cause

The root cause of CVE-2024-23110 is improper input validation in the FortiOS command processing subsystem. When processing certain CLI commands, the system fails to adequately verify the length of user-supplied input before copying it into a fixed-size stack buffer. This allows an attacker to provide input exceeding the buffer's capacity, resulting in adjacent stack memory being overwritten with attacker-controlled data.

Attack Vector

The attack requires local access to the FortiOS system, typically through the CLI interface or management console. An authenticated attacker can craft malicious commands containing payloads designed to overflow the vulnerable stack buffer. The specially crafted input overwrites the return address on the stack, enabling the attacker to redirect execution flow to arbitrary code.

The exploitation chain typically involves:

  1. Gaining authenticated access to the FortiOS CLI
  2. Identifying the vulnerable command processing function
  3. Crafting a malicious payload that overflows the stack buffer
  4. Overwriting the return address to redirect execution
  5. Achieving arbitrary code or command execution on the target system

For detailed technical information about this vulnerability, refer to the FortiGuard Security Advisory.

Detection Methods for CVE-2024-23110

Indicators of Compromise

  • Unusual or malformed CLI commands in FortiOS logs
  • Unexpected process crashes or system instability on FortiGate appliances
  • Anomalous command execution patterns from authenticated sessions
  • Evidence of memory corruption in system diagnostics

Detection Strategies

  • Monitor FortiOS diagnostic logs for signs of buffer overflow attempts or memory corruption events
  • Implement CLI command auditing to detect unusually long or malformed input strings
  • Deploy behavioral analysis to identify anomalous command execution patterns from authenticated users
  • Review authentication logs for suspicious login activity preceding potential exploitation attempts

Monitoring Recommendations

  • Enable comprehensive logging on FortiOS management interfaces and CLI sessions
  • Configure SIEM integration to correlate FortiOS events with other network security telemetry
  • Establish baseline normal command patterns and alert on significant deviations
  • Monitor system stability metrics that may indicate exploitation attempts

How to Mitigate CVE-2024-23110

Immediate Actions Required

  • Upgrade FortiOS to the latest patched version immediately
  • Restrict CLI and management interface access to trusted administrators only
  • Implement network segmentation to limit exposure of FortiGate management interfaces
  • Review and audit user accounts with access to FortiOS CLI functions

Patch Information

Fortinet has released security patches addressing this vulnerability. Organizations should upgrade to the following fixed versions based on their current deployment:

  • FortiOS 7.4.3 or later for 7.4.x deployments
  • FortiOS 7.2.7 or later for 7.2.x deployments
  • FortiOS 7.0.14 or later for 7.0.x deployments
  • FortiOS 6.4.15 or later for 6.4.x deployments

For complete patch information and upgrade guidance, consult the FortiGuard Security Advisory FG-IR-23-460.

Workarounds

  • Restrict management interface access to specific trusted IP addresses using FortiOS access control features
  • Implement multi-factor authentication for all administrative access to FortiGate devices
  • Disable unused CLI commands where possible to reduce attack surface
  • Segment management networks from general user traffic
bash
# Example: Restrict management access to trusted hosts
config system admin
    edit "admin"
        set trusthost1 10.0.0.0 255.255.255.0
        set trusthost2 192.168.1.0 255.255.255.0
    next
end

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechFortinet Fortios

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.15%

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

  • CWE-787
  • Vendor Resources
  • FortiGuard Security Advisory
  • Related CVEs
  • CVE-2025-25249: Fortinet FortiOS Buffer Overflow Flaw

  • CVE-2024-35279: Fortinet FortiOS Buffer Overflow Flaw

  • CVE-2020-12819: Fortinet FortiOS Buffer Overflow Flaw

  • CVE-2024-26010: Fortinet FortiOS Buffer Overflow Flaw
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