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

CVE-2025-59060: Apache Ranger Auth Bypass Vulnerability

CVE-2025-59060 is a hostname verification bypass flaw in Apache Ranger NiFiRegistryClient/NiFiClient affecting versions up to 2.7.0. This article covers the technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2025-59060 Overview

CVE-2025-59060 is a hostname verification bypass vulnerability in Apache Ranger's NiFiRegistryClient and NiFiClient components. The flaw affects Apache Ranger versions up to and including 2.7.0. The issue stems from improper certificate validation [CWE-297], allowing a network attacker positioned between Ranger and NiFi services to present a certificate that is not validated against the expected hostname.

The vulnerability impacts confidentiality of data exchanged between Ranger and NiFi components but does not affect integrity or availability. Apache addressed the issue in Apache Ranger version 2.8.0.

Critical Impact

A network-positioned attacker can intercept communications between Apache Ranger and NiFi services by presenting a certificate trusted by the JVM truststore but not matching the intended hostname, exposing policy and audit data.

Affected Products

  • Apache Ranger versions <= 2.7.0
  • Apache Ranger NiFiRegistryClient component
  • Apache Ranger NiFiClient component

Discovery Timeline

  • 2026-03-03 - CVE-2025-59060 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2025-59060

Vulnerability Analysis

The vulnerability is classified under [CWE-297]: Improper Validation of Certificate with Host Mismatch. Apache Ranger uses NiFiRegistryClient and NiFiClient to communicate with Apache NiFi services over TLS. These clients establish HTTPS connections to retrieve resource metadata used in policy authorization decisions.

The affected clients perform TLS certificate chain validation but fail to verify that the certificate's Common Name or Subject Alternative Name matches the target hostname. An attacker holding any certificate signed by a trusted certificate authority in the JVM truststore can impersonate the NiFi or NiFi Registry endpoint.

The impact is limited to information disclosure. The CVSS vector reflects low confidentiality impact with no integrity or availability consequences. Data exposed may include NiFi resource identifiers and metadata retrieved during policy synchronization.

Root Cause

The root cause is the absence of a hostname verifier on the HTTPS client implementations within NiFiRegistryClient and NiFiClient. Standard Java SSL clients require explicit configuration of a HostnameVerifier or use of an SSLConnectionSocketFactory with default hostname verification enabled. The affected Ranger clients omit this verification step.

Attack Vector

Exploitation requires a network position between the Apache Ranger service and the NiFi or NiFi Registry endpoint. The attacker must possess a valid certificate trusted by Ranger's JVM truststore. The attacker redirects traffic to a malicious endpoint that presents this certificate. Because hostname verification is disabled, the TLS handshake succeeds and Ranger transmits client requests to the attacker.

The vulnerability mechanism is described in the Apache Security Discussion Thread and the Openwall OSS Security Update. No public proof-of-concept code is available.

Detection Methods for CVE-2025-59060

Indicators of Compromise

  • Unexpected TLS connections from Apache Ranger hosts to IP addresses that do not match configured NiFi or NiFi Registry endpoints.
  • Certificate fingerprints in Ranger TLS logs that differ from the expected NiFi service certificate fingerprint.
  • DNS resolution anomalies for NiFi service hostnames originating from Ranger admin hosts.

Detection Strategies

  • Compare the running Apache Ranger version against 2.8.0 using package inventory or the Ranger admin UI to identify vulnerable deployments.
  • Inspect network flows between Ranger and NiFi services for connections crossing unexpected network boundaries or transiting unmanaged segments.
  • Enable TLS handshake logging on Ranger admin services and audit presented certificate Subject and SAN fields against expected values.

Monitoring Recommendations

  • Monitor ARP and DNS infrastructure on subnets hosting Ranger and NiFi for spoofing or poisoning activity.
  • Alert on changes to the JVM cacerts truststore on Ranger hosts that could introduce attacker-controlled CA certificates.
  • Log and review all outbound HTTPS connections from Ranger services using network telemetry or host-based flow collection.

How to Mitigate CVE-2025-59060

Immediate Actions Required

  • Upgrade Apache Ranger to version 2.8.0 or later, which restores hostname verification in the affected clients.
  • Inventory all Ranger deployments and confirm whether the NiFi or NiFi Registry plugins are configured and actively communicating.
  • Audit the JVM truststore used by Ranger and remove any certificate authorities that are not required for production operation.

Patch Information

Apache Ranger version 2.8.0 resolves the hostname verification bypass. Operators running version 2.7.0 or earlier should plan the upgrade according to the project release notes. Refer to the Apache Security Discussion Thread for the official advisory.

Workarounds

  • Restrict network paths between Apache Ranger and NiFi services to dedicated VLANs or private subnets that exclude untrusted hosts.
  • Pin the NiFi service certificate within network controls and alert on deviation if upgrade is not immediately possible.
  • Use mutual TLS authentication between Ranger and NiFi endpoints to require client certificate validation in addition to server identity checks.
bash
# Verify installed Apache Ranger version
rpm -qa | grep ranger
# Or for tarball installs
cat /opt/ranger/version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Ranger

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-297
  • Technical References
  • Openwall OSS Security Update
  • Vendor Resources
  • Apache Security Discussion Thread
  • Related CVEs
  • CVE-2025-59059: Apache Ranger RCE Vulnerability

  • CVE-2024-45479: Apache Ranger SSRF Vulnerability

  • CVE-2024-55532: Apache Ranger CSV Injection Vulnerability

  • CVE-2021-40331: Apache Ranger Privilege Escalation Flaw
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