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
    • 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-66001

CVE-2025-66001: NeuVector Information Disclosure Flaw

CVE-2025-66001 is an information disclosure vulnerability in NeuVector's OpenID Connect authentication that fails to enforce TLS verification by default, exposing systems to MITM attacks. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-66001 Overview

NeuVector, a container security platform, supports login authentication through OpenID Connect (OIDC). However, the TLS verification for OpenID Connect connections is not enforced by default, creating a significant security gap. This missing certificate validation exposes systems to man-in-the-middle (MITM) attacks, where an attacker positioned between NeuVector and the OIDC identity provider could intercept and manipulate authentication traffic.

Critical Impact

Attackers can intercept OpenID Connect authentication flows, potentially capturing credentials, session tokens, or injecting malicious responses to gain unauthorized access to NeuVector-protected container environments.

Affected Products

  • NeuVector (versions with OpenID Connect authentication enabled)

Discovery Timeline

  • 2026-01-08 - CVE CVE-2025-66001 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-66001

Vulnerability Analysis

This vulnerability is classified under CWE-295 (Improper Certificate Validation). When NeuVector authenticates users via OpenID Connect, the application fails to properly verify the TLS certificate presented by the OIDC identity provider. Without certificate validation, the system cannot confirm it is communicating with the legitimate identity provider, making it susceptible to interception attacks.

The attack requires network access and user interaction, as an attacker must position themselves on the network path between NeuVector and the identity provider, then wait for a user to initiate an authentication request. When successful, the attacker gains the ability to compromise confidentiality, integrity, and availability of the authenticated session.

Root Cause

The root cause is an insecure default configuration where TLS certificate verification is disabled or not enforced during OpenID Connect authentication flows. This design decision, likely made for ease of initial setup or compatibility with self-signed certificates in development environments, creates a significant security risk in production deployments where certificate validation is essential for establishing trust.

Attack Vector

The vulnerability is exploited through a network-based man-in-the-middle attack targeting the OIDC authentication flow:

  1. An attacker positions themselves on the network between the NeuVector instance and the OIDC identity provider
  2. When a user initiates authentication, the attacker intercepts the TLS connection
  3. Without proper certificate validation, NeuVector accepts the attacker's fraudulent certificate
  4. The attacker can then capture authentication tokens, credentials, or manipulate the OIDC response to inject unauthorized claims or permissions

For detailed technical information about the vulnerability mechanics, see the GitHub Security Advisory GHSA-4jj9-cgqc-x9h5.

Detection Methods for CVE-2025-66001

Indicators of Compromise

  • Unexpected certificate errors or warnings in network monitoring tools during OIDC authentication
  • Authentication sessions originating from unexpected source IP addresses
  • Anomalous login patterns or authentication attempts from previously unseen locations
  • Network traffic to OIDC endpoints showing certificate mismatches or unexpected certificate chains

Detection Strategies

  • Monitor network traffic between NeuVector and OIDC identity providers for TLS anomalies
  • Implement network intrusion detection rules to identify potential MITM attacks on authentication endpoints
  • Review NeuVector authentication logs for unusual login patterns or failed authentication attempts
  • Deploy certificate pinning verification at the network layer where possible

Monitoring Recommendations

  • Enable detailed logging for all OpenID Connect authentication events in NeuVector
  • Configure alerts for authentication attempts from unexpected network segments
  • Monitor for certificate-related warnings in application and system logs
  • Implement network flow analysis to detect interception attempts on authentication traffic

How to Mitigate CVE-2025-66001

Immediate Actions Required

  • Enable TLS verification for OpenID Connect connections in NeuVector configuration
  • Audit current OIDC authentication settings to confirm certificate validation status
  • Ensure network paths between NeuVector and identity providers are secured and monitored
  • Review recent authentication logs for any signs of compromise

Patch Information

Consult the GitHub Security Advisory and SUSE Bugzilla for the latest patch information and updated NeuVector versions that address this vulnerability. Update to the patched version as soon as it becomes available.

Workarounds

  • Enable strict TLS verification in NeuVector's OpenID Connect configuration settings
  • Deploy NeuVector and identity providers within the same trusted network segment to reduce MITM exposure
  • Implement network segmentation and access controls to limit potential attacker positioning
  • Consider using a VPN or private network connection between NeuVector and the OIDC provider
  • Monitor authentication traffic closely until patches can be applied
bash
# Example: Enable TLS verification in NeuVector OIDC configuration
# Consult NeuVector documentation for exact configuration parameters
# Ensure the following setting is enabled in your OIDC configuration:
# tls_verify: true
# 
# Additionally, specify trusted CA certificates:
# ca_cert_path: /path/to/trusted/ca-bundle.crt

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNeuvector

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.05%

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

  • GitHub Security Advisory GHSA-4jj9-cgqc-x9h5
  • Related CVEs
  • CVE-2025-67860: NeuVector Scanner Credential Exposure 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