A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-46265

CVE-2026-46265: Linux Kernel RDMA WQ_MEM_RECLAIM Warning

CVE-2026-46265 is a workqueue memory reclaim flaw in Linux kernel's RDMA/hns component that causes WQ_MEM_RECLAIM warnings during sunrpc operations. This article covers the technical details, affected systems, and mitigation.

Published: June 4, 2026

CVE-2026-46265 Overview

CVE-2026-46265 is a Linux kernel vulnerability in the HiSilicon Network Subsystem (HNS) RoCE InfiniBand driver. The flaw involves a workqueue flush dependency violation in the hns_roce_irq_workq workqueue used by the hns_roce_hw_v2 module. When sunrpc triggers a reset, a memory-reclaim workqueue (WQ_MEM_RECLAIM xprtiod) flushes a non-WQ_MEM_RECLAIM workqueue, producing a kernel warning at kernel/workqueue.c:2644 in check_flush_dependency. The condition arises in the RDMA destruction path through hns_roce_v2_destroy_qp and rpcrdma_xprt_disconnect. The Linux kernel maintainers have resolved the issue.

Critical Impact

The defect produces a kernel warning during RDMA queue pair destruction under sunrpc reset conditions, indicating a workqueue flush dependency violation that can affect memory reclaim guarantees on systems using HiSilicon RoCE hardware with NFS-over-RDMA.

Affected Products

  • Linux kernel hns_roce_hw_v2 driver (RDMA/hns) prior to the fix commits
  • Systems using HiSilicon RoCE InfiniBand hardware with sunrpc/NFS-over-RDMA
  • Kernel branches referenced by the six stable backport commits published by kernel.org

Discovery Timeline

  • 2026-06-03 - CVE-2026-46265 published to NVD
  • 2026-06-03 - Last updated in NVD database

Technical Details for CVE-2026-46265

Vulnerability Analysis

The vulnerability resides in the RDMA/hns driver workqueue (hns_roce_irq_workq) within the hns_roce_hw_v2 module. When the sunrpc layer initiates a reset, the xprt_rdma_connect_worker running on the xprtiod memory-reclaim workqueue calls into rpcrdma_xprt_disconnect, which eventually invokes hns_roce_v2_destroy_qp. That destroy path calls flush_work against a worker queued on hns_roce_irq_workq, which was not created with the WQ_MEM_RECLAIM flag.

The Linux workqueue framework enforces that any workqueue flushed from a memory-reclaim context must itself carry the WQ_MEM_RECLAIM flag. Flushing a non-reclaim workqueue from a reclaim worker can deadlock the system under memory pressure because the flushed work may require memory allocations that block on reclaim progress. The kernel detects this in check_flush_dependency and emits the warning shown in the trace.

Root Cause

The hns_roce_irq_workq workqueue is allocated without the WQ_MEM_RECLAIM flag. Because queue pair (QP) destruction frees memory and may be invoked from a memory-reclaim path (such as xprtiod during an RPC reconnect), this workqueue must declare reclaim safety. The upstream fix adds WQ_MEM_RECLAIM to the workqueue allocation so that a rescuer thread is guaranteed.

Attack Vector

This is a kernel correctness and stability defect rather than a remote attack primitive. Triggering the warning requires HiSilicon RoCE hardware, an active NFS-over-RDMA mount using rpcrdma, and a transport reset event. The condition can lead to forward-progress hazards (warning, potential deadlock) under memory pressure but is not described as a remote code execution or privilege escalation issue. No public exploit is associated with this CVE.

The vulnerability mechanism is documented in the kernel commit messages. See the kernel stable commit for the source-level change adding WQ_MEM_RECLAIM to the affected workqueue.

Detection Methods for CVE-2026-46265

Indicators of Compromise

  • Kernel log entries containing WARNING: CPU: ... at kernel/workqueue.c with check_flush_dependency in the stack trace.
  • Stack traces referencing hns_roce_v2_destroy_qp, flush_work_handle, and xprt_rdma_connect_worker [rpcrdma].
  • Workqueue message WQ_MEM_RECLAIM xprtiod:xprt_rdma_connect_worker [rpcrdma] is flushing !WQ_MEM_RECLAIM hns_roce_irq_workq:flush_work_handle.

Detection Strategies

  • Audit running kernel versions on hosts with HiSilicon RoCE adapters against the patched commit hashes published on kernel.org.
  • Monitor dmesg and journald for the check_flush_dependency warning signature on systems mounting NFS over RDMA.
  • Correlate RDMA disconnect events with sunrpc reconnect workers to identify nodes susceptible to the dependency violation.

Monitoring Recommendations

  • Centralize kernel logs from RDMA-capable hosts into a SIEM and alert on workqueue dependency warnings.
  • Track hns_roce_hw_v2 module load and version metadata across the fleet to confirm patch coverage.
  • Watch for repeated rpcrdma_xprt_disconnect events that may indicate transport instability and trigger the defect.

How to Mitigate CVE-2026-46265

Immediate Actions Required

  • Update affected Linux kernels to a stable release containing the upstream fix that adds WQ_MEM_RECLAIM to hns_roce_irq_workq.
  • Inventory all hosts running the hns_roce_hw_v2 driver and prioritize those serving or consuming NFS over RDMA.
  • Validate vendor kernel builds for HiSilicon-based platforms include the backported patch.

Patch Information

The issue is resolved upstream across multiple stable branches. Refer to the kernel.org commits: commit 0cbec8b4, commit 12761bd0, commit 562c96b1, commit 70a5eb75, commit c0a26bbd, and commit c5ef9a1b. The fix adds the WQ_MEM_RECLAIM flag to the workqueue allocation so the destroy path is safe to invoke from memory-reclaim contexts.

Workarounds

  • Where patching is not immediately possible, avoid NFS-over-RDMA configurations on hosts using hns_roce_hw_v2 until the kernel is updated.
  • Reduce conditions that trigger sunrpc transport resets by stabilizing RDMA fabric connectivity and validating adapter firmware.
  • Maintain adequate free memory headroom to minimize the likelihood of reclaim-context worker invocation on unpatched hosts.

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Change 1

  • Kernel Git Commit Change 2

  • Kernel Git Commit Change 3

  • Kernel Git Commit Change 4

  • Kernel Git Commit Change 5

  • Kernel Git Commit Change 6
  • Related CVEs
  • CVE-2026-46257: Linux Kernel SP804 Timer Oops Vulnerability

  • CVE-2026-46255: Linux Kernel EDMA Clock Disable Bug

  • CVE-2026-46239: Linux Kernel OV5647 PM Refcount Leak

  • CVE-2026-46235: Linux Kernel saa7164 Memory Vulnerability
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