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-2020-14323

CVE-2020-14323: Samba Winbind Service DoS Vulnerability

CVE-2020-14323 is a null pointer dereference DoS flaw in Samba's Winbind service that allows local users to crash the service. This post covers the technical details, affected versions, and mitigation strategies.

Published: March 4, 2026

CVE-2020-14323 Overview

A null pointer dereference flaw was found in Samba's Winbind service that allows local users to crash the winbind service, resulting in a denial of service condition. This vulnerability affects Samba versions before 4.11.15, before 4.12.9, and before 4.13.1. The Winbind service is a critical component that provides unified logon capabilities and allows Windows domain users to appear as UNIX users on UNIX systems.

Critical Impact

Local attackers can exploit this vulnerability to crash the Winbind service, disrupting authentication services and potentially affecting system availability for environments relying on Samba for Windows-UNIX integration.

Affected Products

  • Samba versions before 4.11.15
  • Samba versions before 4.12.9
  • Samba versions before 4.13.1
  • openSUSE Leap 15.1 and 15.2
  • Fedora 32 and 33
  • Debian Linux 9.0

Discovery Timeline

  • October 29, 2020 - CVE-2020-14323 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-14323

Vulnerability Analysis

This vulnerability is classified under CWE-476 (NULL Pointer Dereference) and CWE-170 (Improper Null Termination). The flaw exists within the Winbind service, which handles authentication requests and user/group lookups in environments where Samba integrates with Windows Active Directory domains.

When certain conditions are met during request processing, the Winbind service fails to properly validate pointers before dereferencing them. This leads to a null pointer dereference condition, causing the service to crash unexpectedly.

Root Cause

The root cause is improper pointer validation in the Winbind service code. When processing certain types of requests, the code path does not adequately check whether a pointer is valid before attempting to access the memory location it references. This is a common programming error in C/C++ applications where defensive null checks are omitted or incomplete, allowing null pointers to propagate through the code until they are dereferenced.

Attack Vector

The vulnerability requires local access to the system to exploit. A local user with standard privileges can trigger the null pointer dereference by sending specially crafted requests to the Winbind service. The attack does not require elevated privileges and can be executed without user interaction.

The exploitation results in the Winbind service crashing, which disrupts authentication services for systems that depend on Winbind for Windows domain integration. While this vulnerability does not allow code execution or data compromise, the denial of service impact can be significant in enterprise environments where Winbind provides critical authentication functionality.

Detection Methods for CVE-2020-14323

Indicators of Compromise

  • Unexpected crashes or restarts of the winbindd service in system logs
  • Segmentation fault messages in /var/log/samba/ related to Winbind
  • Authentication failures for domain users following Winbind service interruptions
  • Repeated service restart attempts visible in systemd journal or syslog

Detection Strategies

  • Monitor system logs for Winbind service crashes with signals indicating null pointer dereference (SIGSEGV)
  • Implement process monitoring to detect abnormal winbindd restarts or terminations
  • Review audit logs for unusual local user activity targeting Samba services
  • Deploy integrity monitoring on Samba configuration files and binaries

Monitoring Recommendations

  • Configure alerting for Winbind service availability and restart events
  • Implement centralized log collection for Samba-related events across affected systems
  • Monitor authentication success/failure rates to detect service disruption impacts
  • Track Samba version inventory to identify unpatched systems

How to Mitigate CVE-2020-14323

Immediate Actions Required

  • Update Samba to version 4.11.15, 4.12.9, or 4.13.1 or later depending on your release branch
  • Review system access controls to limit local user access where possible
  • Implement service monitoring and automatic restart policies for Winbind
  • Audit local user accounts for unnecessary privileges

Patch Information

Samba has released security patches addressing this vulnerability. Administrators should apply updates from their distribution's package repositories or directly from Samba.

ResourceLink
Samba Security AdvisoryCVE-2020-14323 Advisory
Red Hat Bug ReportBug 1891685
Gentoo Security AdvisoryGLSA 202012-24
NetApp AdvisoryNTAP-20201103-0001

Workarounds

  • Restrict local user access to systems running vulnerable Samba versions
  • Implement process supervision to automatically restart Winbind if it crashes
  • Consider network segmentation to limit impact of authentication service disruption
  • Monitor for exploitation attempts and implement rate limiting on service access where possible
bash
# Check current Samba version
smbd --version

# Update Samba on Debian/Ubuntu systems
sudo apt-get update && sudo apt-get upgrade samba

# Update Samba on RHEL/CentOS/Fedora systems
sudo dnf update samba

# Update Samba on openSUSE systems
sudo zypper update samba

# Restart Winbind service after patching
sudo systemctl restart winbind

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSamba

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.39%

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

  • CWE-476
  • Technical References
  • openSUSE Security Announcement

  • openSUSE Security Announcement

  • Red Hat Bug Report

  • Debian LTS Security Announcement

  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA Advisory

  • NetApp Security Advisory
  • Vendor Resources
  • Samba CVE Security Report
  • Related CVEs
  • CVE-2022-32745: Samba Samba DOS Vulnerability

  • CVE-2022-0336: Samba AD DC SPN Bypass DoS Vulnerability

  • CVE-2021-20277: Samba LDAP Denial of Service Vulnerability

  • CVE-2020-27840: Samba Denial of Service 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