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-43167

CVE-2024-43167: Unbound NULL Pointer Dereference DoS Flaw

CVE-2024-43167 is a NULL pointer dereference flaw in Unbound that can cause denial of service through application crashes. This post covers the technical details, affected versions, security impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-43167 Overview

CVE-2024-43167 is a NULL pointer dereference vulnerability discovered in the ub_ctx_set_fwd function within Unbound, a popular validating, recursive, and caching DNS resolver. When certain API functions such as ub_ctx_set_fwd and ub_ctx_resolvconf are called in a specific sequence, the program attempts to read from a NULL pointer, leading to a segmentation fault and application crash. This vulnerability can result in a denial of service condition by causing the application to terminate unexpectedly.

Dispute Notice

This issue is disputed by NLnet Labs, the original software developer, who claims it falls within the expected functionality and security controls of the application. Red Hat has made a claim that there is a security risk within Red Hat products. Organizations using Red Hat distributions should refer to Red Hat documentation or support channels for guidance.

Affected Products

  • Unbound DNS Resolver (versions with vulnerable ub_ctx_set_fwd implementation)
  • Red Hat products utilizing Unbound (per Red Hat's security advisory)
  • Debian-based systems running affected Unbound packages

Discovery Timeline

  • August 12, 2024 - CVE-2024-43167 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2024-43167

Vulnerability Analysis

This vulnerability stems from a NULL pointer dereference (CWE-476) in the Unbound DNS resolver library. The flaw specifically affects the ub_ctx_set_fwd function, which is used to configure forwarding servers in the Unbound context. When this function is called in combination with ub_ctx_resolvconf in a particular order without proper initialization, the application attempts to dereference a NULL pointer, resulting in a segmentation fault.

The vulnerability requires local access to exploit, as an attacker must be able to invoke specific sequences of API calls against the Unbound library. This significantly limits the attack surface, as remote exploitation is not directly possible without additional vectors.

Root Cause

The root cause of CVE-2024-43167 lies in inadequate NULL pointer validation within the ub_ctx_set_fwd function. When API functions are invoked in an unexpected sequence, internal data structures may not be properly initialized, leaving pointers in a NULL state. The function fails to verify pointer validity before dereferencing, causing the segmentation fault when the NULL pointer is accessed.

It's worth noting that NLnet Labs disputes the security implications of this behavior, stating it falls within expected functionality and security controls of the application. However, Red Hat maintains that the issue poses a security risk within their product ecosystem.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have the ability to make API calls to the Unbound library. Exploitation involves calling the ub_ctx_set_fwd and ub_ctx_resolvconf functions in a specific sequence that triggers the NULL pointer dereference condition.

The vulnerability mechanism involves improper API call sequencing that leads to uninitialized pointer access. For detailed technical analysis, refer to the GitHub Unbound Issue #1072 and the associated Pull Request #1073 which contains the proposed fix.

Detection Methods for CVE-2024-43167

Indicators of Compromise

  • Unexpected segmentation faults in Unbound DNS resolver processes
  • Core dump files indicating NULL pointer access in ub_ctx_set_fwd or related functions
  • Application logs showing sudden termination of DNS resolver services

Detection Strategies

  • Monitor system logs for segmentation fault signals (SIGSEGV) originating from Unbound processes
  • Implement process monitoring to detect unexpected Unbound service restarts or crashes
  • Review application crash dumps for stack traces indicating NULL pointer dereference in libunbound API functions

Monitoring Recommendations

  • Configure process monitoring alerts for Unbound service availability
  • Enable core dump collection to capture crash diagnostics for forensic analysis
  • Monitor DNS resolution latency spikes that may indicate service interruptions

How to Mitigate CVE-2024-43167

Immediate Actions Required

  • Review your environment to determine if Unbound DNS resolver is deployed
  • Consult vendor-specific advisories from Red Hat and Debian for distribution-specific patches
  • Assess whether your applications invoke the affected API functions (ub_ctx_set_fwd, ub_ctx_resolvconf)
  • Implement process restart mechanisms to minimize denial of service impact

Patch Information

Organizations should consult their distribution's security advisories for available patches. The GitHub Pull Request #1073 contains the proposed code changes to address the NULL pointer handling. Red Hat customers should reference Bug Report #2303456 for Red Hat-specific guidance.

Additional security information is available through the Openwall OSS Security Announcement.

Workarounds

  • Ensure proper API call ordering when using libunbound functions programmatically
  • Implement defensive coding practices with NULL checks when integrating with the Unbound library
  • Configure process supervisors (systemd, supervisord) to automatically restart Unbound services in case of crashes
bash
# Example systemd configuration for automatic service restart
# Add to /etc/systemd/system/unbound.service.d/restart.conf
[Service]
Restart=always
RestartSec=5

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechUnbound

  • SeverityLOW

  • CVSS Score2.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-476
  • Technical References
  • Red Hat CVE-2024-43167

  • Red Hat Bug Report #2303456

  • GitHub Unbound Issue #1072

  • GitHub Unbound Pull Request #1073

  • Openwall OSS Security Announcement

  • Debian LTS Security Notice
  • Related CVEs
  • CVE-2025-5994: DNS Rebirthday Attack DoS Vulnerability

  • CVE-2022-30699: Nlnetlabs Unbound DoS Vulnerability

  • CVE-2024-1488: Unbound Privilege Escalation Vulnerability
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