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

CVE-2023-3758: Fedoraproject SSSD Race Condition Flaw

CVE-2023-3758 is a race condition flaw in Fedoraproject SSSD that causes inconsistent GPO policy application, leading to improper authorization. This article covers technical details, affected versions, and mitigations.

Published: February 4, 2026

CVE-2023-3758 Overview

CVE-2023-3758 is a race condition vulnerability discovered in SSSD (System Security Services Daemon) that affects how Group Policy Object (GPO) policies are applied to authenticated users. This flaw causes GPO policies to be inconsistently enforced, potentially leading to improper authorization decisions that could grant or deny access to resources inappropriately.

SSSD is a widely deployed system daemon that provides access to identity and authentication providers for Linux systems, commonly used in enterprise environments integrated with Active Directory. The race condition occurs during the policy evaluation process, creating a window where authentication decisions may be made with incomplete or outdated policy information.

Critical Impact

Race condition in GPO policy enforcement may allow authenticated users to bypass access controls or be incorrectly denied access to resources, affecting enterprise authentication infrastructure.

Affected Products

  • Fedoraproject SSSD (all versions)
  • Red Hat Enterprise Linux 8.x and 9.x (including EUS variants)
  • Red Hat CodeReady Linux Builder 8.x and 9.x
  • Red Hat Virtualization Host 4.0
  • Fedora 38, 39, and 40

Discovery Timeline

  • April 18, 2024 - CVE-2023-3758 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2023-3758

Vulnerability Analysis

The vulnerability exists within SSSD's handling of Group Policy Object (GPO) evaluation for authenticated users. When SSSD processes authentication requests for users subject to GPO policies, a race condition can occur between the time the policy is checked and when the access decision is enforced. This Time-of-Check Time-of-Use (TOCTOU) class vulnerability means that the security state observed during policy evaluation may not match the actual state when the authorization decision is applied.

In environments where SSSD is configured to enforce GPO-based access controls from Active Directory, this inconsistency can result in two concerning outcomes: users who should be denied access may be granted entry, or legitimate users may be incorrectly blocked from accessing resources they should have permission to use. The adjacent network attack vector indicates exploitation requires network proximity to the target system, while the requirement for low privileges suggests an attacker needs some level of authenticated access to trigger the race condition.

Root Cause

The root cause is a race condition (CWE-362) in SSSD's GPO policy evaluation code path. The vulnerability stems from improper synchronization between threads or processes handling authentication requests and those responsible for policy retrieval and caching. When multiple authentication events occur in rapid succession or when policy updates are being processed, the timing window between checking the GPO policy and applying the access decision creates an opportunity for inconsistent enforcement.

Attack Vector

The attack requires adjacent network access, meaning an attacker must be on the same network segment as the target system. The attacker needs low-privilege authenticated access to initiate authentication requests. By carefully timing authentication attempts during policy transition periods or by generating concurrent authentication requests, an attacker can exploit the race window to achieve unauthorized access. The attack complexity is high due to the precise timing required to successfully trigger the race condition.

The exploitation scenario typically involves:

  1. An attacker with basic network access and low-privilege credentials identifies a system using SSSD with GPO integration
  2. The attacker monitors for or triggers conditions that cause GPO policy updates or cache invalidation
  3. During the race window, authentication requests are submitted to exploit the inconsistent policy state
  4. Successful exploitation results in access being granted despite GPO policies that should deny it

Detection Methods for CVE-2023-3758

Indicators of Compromise

  • Unexpected successful authentication events for users who should be restricted by GPO policies
  • Authentication log entries showing inconsistent access decisions for the same user in short time intervals
  • SSSD debug logs indicating policy evaluation errors or timing-related warnings
  • Anomalous patterns of repeated authentication attempts from the same source in rapid succession

Detection Strategies

  • Enable verbose SSSD logging (debug_level = 6 or higher) to capture detailed GPO evaluation timing
  • Implement authentication monitoring to detect users accessing resources that GPO policies should restrict
  • Configure SIEM rules to alert on authentication patterns that indicate race condition exploitation attempts
  • Monitor for rapid successive authentication events from the same user or source

Monitoring Recommendations

  • Review SSSD logs regularly for GPO policy application failures or warnings
  • Implement alerting on authentication anomalies where users gain access to restricted resources
  • Monitor Active Directory security event logs for corresponding authentication events
  • Track SSSD process restarts and cache refresh events as potential exploitation windows

How to Mitigate CVE-2023-3758

Immediate Actions Required

  • Update SSSD to the latest patched version available from your distribution's package repository
  • Review authentication logs to identify any potential exploitation of this vulnerability
  • Consider temporarily increasing GPO cache timeout values to reduce race condition windows
  • Audit current access patterns to identify any users who may have gained unauthorized access

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability across their product portfolio. The fix is available through the following advisories:

  • RHSA-2024:1919 - Red Hat Enterprise Linux 9
  • RHSA-2024:1920 - Red Hat Enterprise Linux 8
  • RHSA-2024:1921 - Red Hat Enterprise Linux 9.2 EUS
  • RHSA-2024:1922 - Red Hat Enterprise Linux 8.8 EUS
  • RHSA-2024:2571 - Red Hat Enterprise Linux 9.0 EUS
  • RHSA-2024:3270 - Red Hat Virtualization Host

Fedora users should apply updates from the Fedora package repositories. The upstream fix is available via GitHub SSSD Pull Request #7302.

Workarounds

  • If immediate patching is not possible, consider implementing additional access controls at the application or network layer
  • Increase SSSD cache timeouts to reduce the frequency of policy refresh operations
  • Monitor authentication logs closely for any signs of exploitation until patches can be applied
  • Consider implementing network segmentation to limit adjacent network attack surface
bash
# Verify SSSD version and check for available updates
sssd --version
dnf check-update sssd

# Apply security updates on RHEL/CentOS/Fedora
sudo dnf update sssd

# Restart SSSD after updating
sudo systemctl restart sssd

# Verify GPO settings in SSSD configuration
grep -i gpo /etc/sssd/sssd.conf

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechFedoraproject Sssd

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-362
  • Technical References
  • Red Hat Security Advisory RHSA-2024:1919

  • Red Hat Security Advisory RHSA-2024:1920

  • Red Hat Security Advisory RHSA-2024:1921

  • Red Hat Security Advisory RHSA-2024:1922

  • Red Hat Security Advisory RHSA-2024:2571

  • Red Hat Security Advisory RHSA-2024:3270

  • Red Hat CVE Analysis CVE-2023-3758

  • Red Hat Bug Report #2223762

  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • GitHub SSSD Pull Request #7302
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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