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-2025-54470

CVE-2025-54470: NeuVector Telemetry DoS Vulnerability

CVE-2025-54470 is a denial of service flaw in NeuVector telemetry that enables DoS attacks via unverified TLS connections and unlimited memory loading. This article covers technical details, affected versions, impact, and mitigation.

Published: May 4, 2026

CVE-2025-54470 Overview

CVE-2025-54470 is a high-severity vulnerability in NeuVector, an open source container security platform maintained by SUSE. The flaw affects deployments where the Report anonymous cluster data option is enabled. NeuVector fails to enforce Transport Layer Security (TLS) certificate verification when sending telemetry data to its remote server. The platform also loads server responses into memory without size limits. Attackers positioned on the network can intercept or modify telemetry traffic and trigger denial of service through oversized responses. The weakness is tracked as CWE-295: Improper Certificate Validation.

Critical Impact

Network-positioned attackers can intercept telemetry data through man-in-the-middle attacks and crash NeuVector deployments by returning unbounded responses to telemetry requests.

Affected Products

  • NeuVector container security platform (versions prior to the patched release)
  • Deployments with Report anonymous cluster data telemetry option enabled
  • SUSE-distributed NeuVector packages

Discovery Timeline

  • 2025-10-30 - CVE-2025-54470 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-54470

Vulnerability Analysis

The vulnerability has two distinct components, both rooted in the telemetry client implementation. First, NeuVector establishes outbound HTTPS connections to its telemetry endpoint without validating the server certificate chain. This breaks the trust model that TLS is designed to provide. Second, the client reads the entire HTTP response body into memory with no maximum length enforcement. A crafted response can exhaust available memory in the NeuVector controller process.

The two issues compound each other. An attacker who can intercept the TLS session can also choose to deliver a malicious payload designed to trigger the memory exhaustion path. This converts a passive eavesdropping primitive into an active service disruption capability.

Root Cause

The root cause is missing certificate verification logic in the telemetry HTTPS client, combined with the absence of a Content-Length cap or streaming read limit when consuming the response body. Both are configuration omissions in the Go HTTP client setup used to contact the telemetry server.

Attack Vector

Exploitation requires the attacker to be on a network path between the NeuVector controller and the telemetry server. This includes upstream ISPs, compromised egress proxies, DNS hijackers, or attackers in shared cloud network segments. No authentication or user interaction is required. Once positioned, the attacker presents any TLS certificate, terminates the connection, and either reads the cluster telemetry payload or returns a multi-gigabyte response to crash the controller.

The vulnerability mechanism is described in the GitHub Security Advisory GHSA-qqj3-g7mx-5p4w and the SUSE Bug Report CVE-2025-54470. No public proof-of-concept code has been released.

Detection Methods for CVE-2025-54470

Indicators of Compromise

  • Outbound TLS connections from NeuVector controllers terminating at unexpected IP addresses or autonomous systems
  • NeuVector controller pods restarting with out-of-memory (OOM) kill events in Kubernetes logs
  • Anomalously large HTTP response sizes recorded in egress proxy logs for telemetry destinations

Detection Strategies

  • Inspect egress traffic from NeuVector controller pods and validate that telemetry destinations resolve to legitimate SUSE infrastructure
  • Monitor Kubernetes events for repeated OOMKilled status on NeuVector controller pods correlated with telemetry intervals
  • Audit NeuVector configuration for the Report anonymous cluster data setting across all clusters

Monitoring Recommendations

  • Enable network flow logging on cluster egress points and alert on TLS connections that fail strict certificate pinning
  • Track memory consumption metrics for NeuVector controller workloads and alert on sudden growth patterns
  • Review SIEM logs for outbound connections from container security tooling to non-allowlisted endpoints

How to Mitigate CVE-2025-54470

Immediate Actions Required

  • Disable the Report anonymous cluster data option in NeuVector until patches are applied
  • Upgrade NeuVector to the fixed release identified in the GitHub Security Advisory GHSA-qqj3-g7mx-5p4w
  • Restrict egress traffic from NeuVector controllers to known telemetry endpoints only

Patch Information

SUSE and the NeuVector project have published fixes that enforce TLS certificate verification on the telemetry client and impose a maximum response body size. Upgrade details are documented in the SUSE Bug Report CVE-2025-54470 and the upstream advisory. Apply the patched container image across all controller replicas.

Workarounds

  • Disable telemetry reporting entirely by turning off Report anonymous cluster data in the NeuVector console
  • Route NeuVector egress through an authenticated proxy that performs certificate validation on behalf of the client
  • Apply Kubernetes NetworkPolicy rules to limit controller egress to verified telemetry hostnames
bash
# Disable telemetry via NeuVector configuration
# Navigate: Settings > Configuration > Report anonymous cluster data = OFF

# Example NetworkPolicy restricting NeuVector controller egress
kubectl apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: neuvector-controller-egress
  namespace: neuvector
spec:
  podSelector:
    matchLabels:
      app: neuvector-controller-pod
  policyTypes:
    - Egress
  egress:
    - to:
        - namespaceSelector: {}
      ports:
        - protocol: TCP
          port: 443
EOF

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNeuvector

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-295
  • Technical References
  • SUSE Bug Report CVE-2025-54470

  • GitHub Security Advisory GHSA-qqj3-g7mx-5p4w
  • Related CVEs
  • CVE-2025-67860: NeuVector Scanner Credential Exposure Flaw

  • CVE-2025-66001: NeuVector Information Disclosure Flaw

  • CVE-2025-54469: NeuVector Enforcer RCE Vulnerability

  • CVE-2025-8077: NeuVector Authentication Bypass Vulnerability
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