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

CVE-2026-46001: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-46001 is a buffer overflow vulnerability in the Linux kernel's pt5161l hardware monitoring driver that can cause stack corruption. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 28, 2026

CVE-2026-46001 Overview

CVE-2026-46001 is a Linux kernel vulnerability in the pt5161l hardware monitoring (hwmon) driver. The flaw resides in the pt5161l_read_block_data() function, which improperly handles return values from i2c_smbus_read_block_data(). The driver declares a 24-byte local buffer (u8 rbuf[24]), but the I2C SMBus block read can return up to I2C_SMBUS_BLOCK_MAX (32) bytes. The i2c-core copies data into the caller's buffer before length validation, producing a stack buffer overrun when a device returns more than 24 bytes. A second defect causes the function to return a positive byte count on length mismatch after retries, leading callers to process stale or incomplete data.

Critical Impact

A malicious or malfunctioning I2C device can trigger a kernel stack overrun in the pt5161l driver, potentially leading to kernel memory corruption or denial of service.

Affected Products

  • Linux kernel versions containing the pt5161l hwmon driver prior to the fix commits
  • Stable kernel branches referenced by commits 24c73e93d6a7, 7eccabff1c9e, 95d48e37a130, and a11aa9c5fd9d
  • Systems exposing the Astera Labs PT5161L PCIe retimer hardware monitor over I2C/SMBus

Discovery Timeline

  • 2026-05-27 - CVE-2026-46001 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-46001

Vulnerability Analysis

The pt5161l driver provides hwmon telemetry for the Astera Labs PT5161L PCIe retimer through SMBus block reads. Inside pt5161l_read_block_data(), a stack-allocated buffer u8 rbuf[24] receives data from i2c_smbus_read_block_data(). The SMBus block read protocol allows a peripheral to return up to 32 bytes (I2C_SMBUS_BLOCK_MAX), and the i2c-core writes the returned bytes into the caller's buffer before the driver inspects the length. Validation after the copy cannot prevent the resulting out-of-bounds write [CWE-121].

The second defect involves return value semantics. When the driver retries three times and each attempt returns an unexpected length, the function passes the positive byte count back to its caller. Callers interpret any non-negative return as success and operate on partially populated or stale buffer contents, producing incorrect sensor readings or downstream logic errors.

Root Cause

The root cause is an undersized stack buffer combined with a trust boundary mismatch. The driver assumes the device returns at most 24 bytes, but the I2C subsystem honors the protocol maximum of 32 bytes. Because i2c-core copies first and reports length second, post-hoc validation is ineffective. The retry path additionally fails to translate a length-mismatch condition into a negative error code.

Attack Vector

Exploitation requires a hostile or faulty I2C/SMBus device that returns a block read response exceeding 24 bytes. On systems where untrusted hardware can be attached to an I2C bus serviced by the pt5161l driver, or where a compromised peripheral can craft a non-conforming response, the overrun corrupts adjacent kernel stack memory. The practical impact is typically denial of service through kernel panic, with kernel memory corruption possible depending on stack layout and mitigations such as CONFIG_STACKPROTECTOR.

No public exploit code is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The flaw was identified and fixed upstream as part of routine kernel hardening of the hwmon subsystem. Refer to the Kernel Git Commit Security Fix 1 for the upstream patch.

Detection Methods for CVE-2026-46001

Indicators of Compromise

  • Kernel oops or panic messages referencing pt5161l_read_block_data or stack canary violations in the pt5161l module
  • Unexpected hwmon sensor readings or repeated I2C transaction failures logged against the PT5161L retimer
  • Dmesg entries showing i2c_smbus_read_block_data returning byte counts outside the expected range for pt5161l transactions

Detection Strategies

  • Inventory hosts loading the pt5161l kernel module via lsmod or /proc/modules and cross-reference kernel versions against the patched stable releases
  • Monitor kernel ring buffer logs for stack protector terminations (Kernel stack is corrupted) correlated with hwmon I2C activity
  • Audit hardware bills of materials for systems containing Astera Labs PT5161L retimers exposed to the affected driver path

Monitoring Recommendations

  • Forward dmesg and journald kernel logs to a centralized analytics platform and alert on pt5161l errors or panic signatures
  • Track kernel package versions across the fleet to confirm patched builds are deployed where the pt5161l driver is in use
  • Baseline hwmon sensor read intervals and flag sustained I2C error rates that may indicate a misbehaving or malicious peripheral

How to Mitigate CVE-2026-46001

Immediate Actions Required

  • Upgrade to a Linux kernel release that includes the upstream fix commits 24c73e93d6a7, 7eccabff1c9e, 95d48e37a130, or a11aa9c5fd9d
  • Restrict physical and logical access to I2C/SMBus interfaces on systems running the pt5161l driver
  • Validate that distribution stable kernels deployed across the fleet incorporate the backported hwmon pt5161l patches

Patch Information

The fix resizes the local buffer to I2C_SMBUS_BLOCK_MAX to eliminate the stack overrun, and returns -EIO when all retries exhaust with a length mismatch so callers no longer treat a positive count as success. Patches are available at Kernel Git Commit Security Fix 1, Kernel Git Commit Security Fix 2, Kernel Git Commit Security Fix 3, and Kernel Git Commit Security Fix 4.

Workarounds

  • Blacklist the pt5161l module on systems that do not require PT5161L hwmon telemetry until a patched kernel is installed
  • Enable CONFIG_STACKPROTECTOR_STRONG and CONFIG_FORTIFY_SOURCE in kernel builds to reduce exploitability of stack overruns
  • Where feasible, isolate untrusted I2C devices from buses that service the pt5161l driver
bash
# Blacklist the pt5161l module until a patched kernel is deployed
echo 'blacklist pt5161l' | sudo tee /etc/modprobe.d/blacklist-pt5161l.conf
sudo rmmod pt5161l 2>/dev/null || true
sudo update-initramfs -u

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

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

  • Kernel Git Commit Security Fix 2

  • Kernel Git Commit Security Fix 3

  • Kernel Git Commit Security Fix 4
  • Related CVEs
  • CVE-2026-46263: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-46260: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-46258: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-46237: Linux Kernel Buffer Overflow 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