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

CVE-2026-0481: AMD ROCm Device Metrics Exporter DoS Flaw

CVE-2026-0481 is a denial of service vulnerability in AMD Device Metrics Exporter (ROCm ecosystem) caused by unrestricted IP binding. Attackers can exploit this to modify GPU configurations remotely, causing availability loss.

Published: May 21, 2026

CVE-2026-0481 Overview

CVE-2026-0481 is an unrestricted IP address binding vulnerability in the AMD Device Metrics Exporter, a component of the AMD ROCm ecosystem used to expose GPU telemetry. The exporter binds to all available network interfaces by default, allowing remote attackers to reach the management surface without authentication. An attacker with network access can issue requests that modify GPU configuration parameters. Successful exploitation results in loss of GPU availability on affected hosts. The flaw is classified under CWE-1327: Binding to an Unrestricted IP Address.

Critical Impact

Remote, unauthenticated attackers can alter GPU configuration through the exposed Device Metrics Exporter endpoint, disrupting workloads on AMD ROCm-powered GPU compute nodes.

Affected Products

  • AMD Device Metrics Exporter (ROCm ecosystem)
  • AMD ROCm GPU compute deployments exposing the exporter on networked interfaces
  • Kubernetes and container-based GPU clusters using the AMD exporter for metrics scraping

Discovery Timeline

  • 2026-05-15 - CVE-2026-0481 published to NVD
  • 2026-05-15 - Last updated in NVD database
  • 2026-05-15 - AMD publishes Security Bulletin AMD-SB-6031

Technical Details for CVE-2026-0481

Vulnerability Analysis

The AMD Device Metrics Exporter is a service that surfaces GPU telemetry, typically consumed by Prometheus-style scrapers in machine learning and HPC environments. The service is configured to listen on 0.0.0.0, binding to every network interface on the host rather than restricting itself to a loopback or management-only interface. Combined with the absence of authentication on management operations, this design exposes configuration endpoints to any host that can reach the exporter port.

An attacker who can route packets to the GPU host can invoke endpoints that change GPU configuration. Because the targeted system is the GPU workload host itself, configuration manipulation translates directly into degraded or unavailable compute capacity. The CVSS 4.0 vector indicates high availability impact on both the vulnerable and downstream subsequent systems, reflecting the role of GPU nodes in larger training and inference pipelines.

Root Cause

The root cause is an insecure default network binding [CWE-1327]. The exporter listens on all interfaces and does not enforce authentication or authorization on configuration-modifying requests. There is no segmentation between the metrics read path and control-plane operations within the service.

Attack Vector

Exploitation requires only network reachability to the exporter port on a target GPU host. No credentials, user interaction, or prior access are required. In multi-tenant clusters, datacenter networks, or environments where the GPU host is exposed beyond a trusted management network, an attacker can submit crafted requests that alter GPU runtime parameters and force workloads to fail or stall. Refer to AMD Security Bulletin AMD-SB-6031 for vendor technical details.

Detection Methods for CVE-2026-0481

Indicators of Compromise

  • Unexpected GPU configuration changes, clock throttling, or device resets logged by rocm-smi or driver telemetry.
  • Inbound TCP connections to the AMD Device Metrics Exporter port from hosts outside the metrics-scraping subnet.
  • Sudden drops in GPU utilization or training job failures correlated with external network activity to the exporter.

Detection Strategies

  • Inventory all hosts running the AMD Device Metrics Exporter and confirm the listening interface using ss -tlnp or netstat.
  • Audit firewall and Kubernetes NetworkPolicy rules to identify exporter ports reachable beyond the monitoring namespace.
  • Alert on HTTP requests to exporter configuration paths originating from non-Prometheus source IPs.

Monitoring Recommendations

  • Forward exporter access logs and GPU driver events into a centralized SIEM or data lake for correlation with network telemetry.
  • Baseline normal scraper request patterns and flag deviations in method, path, or source address.
  • Monitor for GPU device state transitions that do not correspond to scheduled workload activity.

How to Mitigate CVE-2026-0481

Immediate Actions Required

  • Restrict the exporter bind address to 127.0.0.1 or a dedicated management interface and restart the service.
  • Apply host-based and network firewall rules limiting exporter port access to authorized monitoring collectors only.
  • Review AMD Security Bulletin AMD-SB-6031 and apply the fixed version when available.

Patch Information

AMD has issued guidance in Security Bulletin AMD-SB-6031. Operators should upgrade the Device Metrics Exporter to the version specified by AMD and validate the configuration enforces a restricted bind address by default.

Workarounds

  • Place GPU hosts behind a segmented management VLAN and deny exporter traffic from workload or tenant networks.
  • In Kubernetes, deploy a NetworkPolicy that only permits Prometheus pods in the monitoring namespace to reach exporter pods.
  • Terminate the exporter behind an authenticating reverse proxy that enforces mutual TLS for scrape clients.
bash
# Example: restrict exporter bind address and firewall the port
# 1. Configure exporter to listen on loopback only
--bind-address=127.0.0.1:5000

# 2. Block external access to the exporter port at the host firewall
iptables -A INPUT -p tcp --dport 5000 ! -s 10.0.0.0/24 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAmd

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.26%

  • 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:H/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-1327
  • Technical References
  • AMD Security Bulletin #6031
  • Related CVEs
  • CVE-2024-36316: AMD Graphics Driver DoS Vulnerability

  • CVE-2024-36345: AMD OverDrive SMM Information Disclosure

  • CVE-2025-52540: AMD PMF Driver Privilege Escalation Flaw

  • CVE-2025-54517: AMD Driver Privilege Escalation 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