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-2023-26253

CVE-2023-26253: Gluster GlusterFS Buffer Overflow Flaw

CVE-2023-26253 is a stack-based buffer over-read vulnerability in Gluster GlusterFS 11.0 affecting the fuse-bridge component. This article covers technical details, affected versions, security impact, and mitigation.

Published: February 4, 2026

CVE-2023-26253 Overview

CVE-2023-26253 is a stack-based buffer over-read vulnerability affecting Gluster GlusterFS 11.0. The flaw exists in the xlators/mount/fuse/src/fuse-bridge.c notify function, where improper bounds checking allows an attacker to read beyond the allocated buffer boundaries. This out-of-bounds read vulnerability can be exploited remotely without authentication, potentially leading to denial of service conditions on affected GlusterFS deployments.

Critical Impact

This vulnerability allows remote attackers to cause denial of service by triggering stack-based buffer over-read conditions in the FUSE bridge component, potentially disrupting distributed storage operations across enterprise environments.

Affected Products

  • Gluster GlusterFS 11.0
  • Systems running GlusterFS with FUSE mount enabled
  • Fedora distributions with vulnerable GlusterFS packages

Discovery Timeline

  • 2023-02-21 - CVE-2023-26253 published to NVD
  • 2025-03-14 - Last updated in NVD database

Technical Details for CVE-2023-26253

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), occurring within the FUSE bridge translator component of GlusterFS. The FUSE bridge serves as the critical interface between the kernel's FUSE module and GlusterFS userspace operations, handling filesystem notifications and requests.

The vulnerability manifests in the notify function within fuse-bridge.c, where insufficient validation of buffer boundaries during notification processing can result in reading memory beyond the allocated stack buffer. When exploited, this allows an attacker to trigger memory access violations, leading to service crashes and denial of service conditions.

The network attack vector with low complexity means exploitation can occur remotely without requiring authentication or user interaction, making this particularly concerning for internet-exposed GlusterFS deployments.

Root Cause

The root cause lies in improper bounds checking within the notification handling code path of the FUSE bridge translator. When processing certain notification events, the code fails to adequately verify that read operations remain within the bounds of the stack-allocated buffer. This oversight allows read operations to extend past the buffer's allocated memory region.

The fuse-bridge.c component acts as the translator layer between FUSE kernel requests and GlusterFS operations. When malformed or specially crafted requests reach the notify handler, the missing boundary validation allows the over-read condition to manifest.

Attack Vector

The attack can be executed remotely over the network without requiring any privileges or user interaction. An attacker with network access to a vulnerable GlusterFS service can send specially crafted requests that trigger the notify function's vulnerable code path. The exploitation results in reading stack memory beyond intended boundaries, which can cause the service to crash or become unresponsive.

The attack does not compromise data confidentiality or integrity directly, but the availability impact is significant as it can disrupt distributed storage services that enterprises depend on for critical operations.

Detection Methods for CVE-2023-26253

Indicators of Compromise

  • Unexpected crashes or restarts of GlusterFS daemon processes (glusterd, glusterfsd)
  • Segmentation fault errors in system logs related to GlusterFS FUSE operations
  • Abnormal memory access patterns or core dumps from GlusterFS processes

Detection Strategies

  • Monitor GlusterFS service logs for segmentation faults or memory access violations in fuse-bridge.c related functions
  • Implement network monitoring to detect unusual traffic patterns targeting GlusterFS ports (default 24007, 24008)
  • Deploy endpoint detection solutions capable of identifying process crashes associated with buffer over-read conditions

Monitoring Recommendations

  • Configure alerting on GlusterFS daemon unexpected terminations or restarts
  • Implement log aggregation to centralize GlusterFS service logs for anomaly detection
  • Monitor system stability metrics for storage nodes running GlusterFS 11.0

How to Mitigate CVE-2023-26253

Immediate Actions Required

  • Inventory all systems running GlusterFS 11.0 and prioritize them for patching
  • Review network exposure of GlusterFS services and restrict access to trusted networks where possible
  • Enable enhanced logging on GlusterFS services to detect potential exploitation attempts

Patch Information

Affected users should consult the GitHub Issue #3954 for the latest patch information and fixed versions. Fedora users should apply updates from the Fedora Package Announcement which addresses this vulnerability.

Administrators should update to the latest GlusterFS version that includes the security fix for the fuse-bridge.c notify function.

Workarounds

  • Restrict network access to GlusterFS services using firewall rules to limit exposure to trusted clients only
  • Consider temporarily disabling FUSE-based mounts if alternative access methods are available
  • Implement network segmentation to isolate GlusterFS infrastructure from untrusted network segments
bash
# Example: Restrict GlusterFS access to trusted network using firewalld
firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="10.0.0.0/8" port port="24007-24008" protocol="tcp" accept'
firewall-cmd --permanent --add-rich-rule='rule family="ipv4" port port="24007-24008" protocol="tcp" drop'
firewall-cmd --reload

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGluster

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Fedora Package Announcement
  • Vendor Resources
  • GitHub Issue #3954
  • 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