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-2026-43916

CVE-2026-43916: pam_authnft Buffer Overflow Vulnerability

CVE-2026-43916 is a heap buffer over-read flaw in pam_authnft that allows crafted NETLINK_SOCK_DIAG replies to bypass validation. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 17, 2026

CVE-2026-43916 Overview

CVE-2026-43916 is a heap buffer over-read [CWE-125] in pam_authnft, a Pluggable Authentication Module (PAM) session module that binds nftables firewall rules to authenticated sessions through cgroupv2 inodes. The flaw resides in peer_lookup_tcp at src/peer_lookup.c:134. A crafted NETLINK_SOCK_DIAG reply bypasses the message-size check and causes the code to dereference memory past the end of the allocation. Versions prior to 0.2.0-alpha are affected. The fix is included in 0.2.0-alpha.

Critical Impact

An attacker delivering a malformed netlink socket diagnostic reply can trigger an out-of-bounds read in an authentication-path component, leading to process crash and denial of service.

Affected Products

  • pam_authnft PAM session module
  • All releases prior to 0.2.0-alpha
  • Linux hosts using pam_authnft to bind nftables rules to authenticated user sessions

Discovery Timeline

  • 2026-05-12 - CVE-2026-43916 published to the National Vulnerability Database (NVD)
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-43916

Vulnerability Analysis

pam_authnft queries the kernel through the NETLINK_SOCK_DIAG interface to map TCP peers to authenticated sessions. The peer_lookup_tcp routine parses replies from the kernel and validates the declared message length before reading individual attributes. The pre-patch check in src/peer_lookup.c:134 does not enforce that the message length stays within the bounds of the allocated buffer. A reply that advertises a length larger than the underlying allocation passes the check, and subsequent attribute parsing reads memory beyond the allocation. The over-read occurs inside the PAM session flow, so any local process that can speak to the netlink diagnostic socket, or any attacker who can influence the responses on that socket, can trigger the condition during authentication.

Root Cause

The root cause is an inadequate boundary check on attacker-influenced length fields in netlink replies. The validation compares the netlink message length to a structural minimum rather than to the size of the receive buffer. Once the malformed message advances the parser cursor past the allocation, the heap content adjacent to the buffer is dereferenced, classified as an out-of-bounds read [CWE-125].

Attack Vector

The attack vector is network-adjacent through the Linux netlink subsystem. An attacker who can place crafted NETLINK_SOCK_DIAG responses, or who controls a process that can interact with the diagnostic socket consumed by pam_authnft, can cause the PAM module to read past the end of its heap buffer. The primary observed impact is availability: the authentication helper crashes, denying interactive logins and breaking session-bound firewall enforcement.

No verified public proof-of-concept exists. The vulnerability manifests in the netlink reply parsing path in peer_lookup_tcp. See the GitHub Security Advisory and the GitHub Pull Request for the upstream fix details.

Detection Methods for CVE-2026-43916

Indicators of Compromise

  • Repeated crashes or SIGSEGV signals in processes loading pam_authnft.so during PAM session setup
  • coredump artifacts referencing peer_lookup_tcp in the call stack
  • Failed or incomplete nftables rule installation tied to authenticated sessions on affected hosts
  • Unexpected NETLINK_SOCK_DIAG traffic patterns from non-administrative processes

Detection Strategies

  • Inventory hosts that load pam_authnft through /etc/pam.d/* configuration and confirm the installed version is 0.2.0-alpha or later
  • Monitor auth.log, journald, and audit records for PAM session failures correlated with crash events in the authentication stack
  • Capture and review core dumps from any process loading pam_authnft.so to confirm out-of-bounds read signatures in peer_lookup_tcp

Monitoring Recommendations

  • Forward PAM, audit, and kernel logs to a centralized SIEM and alert on crash patterns in authentication binaries
  • Track netlink socket usage by non-root processes and flag unexpected NETLINK_SOCK_DIAG interactions
  • Baseline successful versus failed session establishment rates on hosts running pam_authnft to identify regression spikes after exploitation attempts

How to Mitigate CVE-2026-43916

Immediate Actions Required

  • Upgrade pam_authnft to version 0.2.0-alpha or later on all affected Linux hosts
  • Audit /etc/pam.d/ to identify every service stack that invokes pam_authnft and validate post-patch behavior
  • Restrict local access on hosts that cannot be patched immediately and limit which accounts can interact with netlink diagnostic sockets

Patch Information

The upstream fix is available in pam_authnft0.2.0-alpha. The patch corrects the message-size validation in peer_lookup_tcp so that NETLINK_SOCK_DIAG replies cannot advance the parser past the allocated buffer. Review the GitHub Pull Request and the GitHub Security Advisory for commit-level details before deployment.

Workarounds

  • Temporarily remove pam_authnft entries from PAM stacks where session-bound nftables enforcement is not required
  • Apply kernel-level restrictions on NETLINK_SOCK_DIAG access using seccomp or namespace isolation for untrusted local processes
  • Increase logging verbosity on the authentication subsystem to detect exploitation attempts until the patched build is rolled out
bash
# Verify installed pam_authnft version and locate PAM stacks referencing the module
dpkg -s pam_authnft 2>/dev/null | grep -E '^Version'
rpm -q pam_authnft 2>/dev/null
grep -RIn 'pam_authnft' /etc/pam.d/

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechPam Authnft

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Pull Request

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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