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

CVE-2020-25672: Linux Kernel Information Disclosure Flaw

CVE-2020-25672 is an information disclosure vulnerability in the Linux kernel's llcp_sock_connect function that causes memory leaks. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 4, 2026

CVE-2020-25672 Overview

A memory leak vulnerability was discovered in the Linux kernel's NFC (Near Field Communication) subsystem, specifically within the llcp_sock_connect function. This flaw occurs when establishing LLCP (Logical Link Control Protocol) socket connections, where allocated memory is not properly freed under certain error conditions. An attacker capable of triggering repeated connection attempts can cause progressive memory exhaustion, ultimately leading to system instability or denial of service.

Critical Impact

This memory leak vulnerability in the Linux kernel NFC stack can be exploited remotely to exhaust system memory, causing denial of service conditions on affected systems.

Affected Products

  • Linux Kernel (all vulnerable versions)
  • Fedora 32, 33, and 34
  • Debian Linux 9.0
  • NetApp Active IQ Unified Manager (vSphere)
  • NetApp Cloud Backup
  • NetApp SolidFire Baseboard Management Controller Firmware
  • NetApp H410C, H300S, H500S, H700S, H300E, H500E, H700E, H410S (and associated firmware)

Discovery Timeline

  • November 1, 2020 - Vulnerability disclosed on Openwall OSS Security List
  • May 25, 2021 - CVE-2020-25672 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-25672

Vulnerability Analysis

The vulnerability resides in the llcp_sock_connect function within the Linux kernel's NFC LLCP implementation. When processing LLCP socket connection requests, the function allocates memory for connection state management. However, under specific error paths—particularly when connection establishment fails—the allocated memory is not properly released back to the system.

This memory management flaw falls under CWE-401 (Missing Release of Memory after Effective Lifetime). Each failed connection attempt leaves orphaned memory allocations, and because these allocations are never freed, an attacker can deliberately trigger repeated connection failures to progressively consume available system memory.

The vulnerability is accessible via the network attack vector, requires no authentication, and involves low attack complexity. While it does not impact confidentiality or integrity, it poses a significant availability threat as sustained exploitation can render the system unresponsive or trigger out-of-memory conditions.

Root Cause

The root cause is improper memory management in the LLCP socket connection handling code. When the llcp_sock_connect function encounters an error during the connection establishment process, it fails to release previously allocated memory structures. This missing deallocation in the error handling path creates a memory leak that accumulates with each failed connection attempt.

The issue stems from insufficient cleanup logic in error-handling branches, where allocated resources should be freed before returning an error code to the caller. The fix requires ensuring all allocated memory is properly released regardless of whether the connection succeeds or fails.

Attack Vector

An attacker can exploit this vulnerability by initiating numerous NFC LLCP connection attempts to a vulnerable system. The attack requires network access to the target system's NFC stack. By repeatedly triggering connection failures, the attacker can cause memory to be consumed without release.

Since the vulnerability does not require user interaction or privileges, and the attack complexity is low, a remote attacker can systematically exhaust system memory. Over time, this leads to degraded system performance, application crashes due to memory allocation failures, and potentially complete system denial of service.

Detection Methods for CVE-2020-25672

Indicators of Compromise

  • Gradual increase in kernel memory usage, particularly in slab allocations related to NFC/LLCP structures
  • Unusual volume of NFC LLCP connection attempts in system logs
  • Out-of-memory (OOM) killer events without corresponding legitimate memory-intensive workloads
  • System instability or service degradation correlated with NFC subsystem activity

Detection Strategies

  • Monitor kernel memory consumption using tools like /proc/meminfo and slabtop for anomalous growth patterns
  • Implement logging and alerting for repeated NFC LLCP connection failures from the same source
  • Deploy kernel-level instrumentation to track memory allocation and deallocation in the NFC subsystem
  • Use endpoint detection solutions to identify exploitation attempts targeting kernel vulnerabilities

Monitoring Recommendations

  • Establish baseline memory consumption metrics and alert on sustained deviations
  • Configure system monitoring to track slab cache growth, particularly for NFC-related kernel objects
  • Enable comprehensive logging for NFC subsystem events and connection attempts
  • Implement network monitoring to detect unusual NFC protocol traffic patterns

How to Mitigate CVE-2020-25672

Immediate Actions Required

  • Apply kernel security updates from your Linux distribution that address CVE-2020-25672
  • Disable the NFC subsystem if not required by removing or blacklisting NFC kernel modules (nfc, llcp)
  • Limit network access to systems with NFC capabilities to reduce attack surface
  • Monitor affected systems for signs of memory exhaustion or denial of service

Patch Information

Security patches addressing this vulnerability have been released by multiple Linux distributions and vendors:

  • Debian: Security updates announced via Debian LTS Announcement
  • Fedora: Updates available through Fedora Package Announcements
  • NetApp: Advisory published at NetApp Security Advisory

Organizations should update to the latest patched kernel versions provided by their distribution.

Workarounds

  • Blacklist NFC kernel modules to prevent loading: add blacklist nfc and blacklist llcp to /etc/modprobe.d/blacklist.conf
  • Implement memory resource limits using cgroups to contain potential impact
  • Deploy network segmentation to restrict access to NFC-capable systems
  • Consider using mandatory access control (SELinux/AppArmor) to limit NFC subsystem interactions
bash
# Disable NFC modules on systems where NFC is not required
echo "blacklist nfc" | sudo tee /etc/modprobe.d/nfc-blacklist.conf
echo "blacklist llcp" | sudo tee -a /etc/modprobe.d/nfc-blacklist.conf
echo "blacklist nfc_llcp" | sudo tee -a /etc/modprobe.d/nfc-blacklist.conf

# Unload modules if currently loaded
sudo modprobe -r nfc_llcp llcp nfc 2>/dev/null || true

# Verify modules are not loaded
lsmod | grep -i nfc

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.55%

  • 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-401
  • Technical References
  • Debian LTS Announcement

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory
  • Vendor Resources
  • Openwall OSS Security List

  • Openwall OSS Security List
  • Related CVEs
  • CVE-2026-43336: Linux Kernel Information Disclosure Flaw

  • CVE-2026-43317: Linux Kernel Information Disclosure Flaw

  • CVE-2026-43377: Linux Kernel Information Disclosure Flaw

  • CVE-2026-43393: Linux Kernel Information Disclosure Bug
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