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

CVE-2025-61735: Apache Kylin SSRF Vulnerability

CVE-2025-61735 is a Server-Side Request Forgery flaw in Apache Kylin versions 4.0.0 through 5.0.2 that allows attackers to exploit admin access. This post covers technical details, affected versions, and upgrade guidance.

Updated: May 19, 2026

CVE-2025-61735 Overview

CVE-2025-61735 is a Server-Side Request Forgery (SSRF) vulnerability [CWE-918] affecting Apache Kylin, the distributed analytics engine designed for online analytical processing (OLAP) on large datasets. The flaw allows an attacker with system or project administrator access to coerce the Kylin server into issuing arbitrary HTTP requests to internal or external resources. The vulnerability impacts Apache Kylin versions 4.0.0 through 5.0.2. The Apache Kylin project has released version 5.0.3 to remediate the issue.

Critical Impact

An authenticated administrator can abuse Apache Kylin to probe internal network services, access cloud metadata endpoints, or exfiltrate data from systems otherwise unreachable from the public network.

Affected Products

  • Apache Kylin 4.0.0 through 5.0.2
  • Apache Kylin 5.x deployments running prior to 5.0.3
  • Environments where Kylin system or project admin access is not strictly controlled

Discovery Timeline

  • 2025-10-02 - CVE-2025-61735 published to the National Vulnerability Database
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-61735

Vulnerability Analysis

Apache Kylin exposes administrative functionality that accepts user-supplied URLs without sufficient validation of the destination host. When an administrator provides a URL, the Kylin backend issues an outbound HTTP request to that target on behalf of the server. Because Kylin runs with network access to internal infrastructure, this primitive can be redirected to internal-only hosts and ports.

The vulnerability requires authenticated access at the system or project administrator level. The Apache advisory explicitly states that deployments with well-protected admin access are not at risk, indicating the attack surface is gated by Kylin's role-based access controls rather than by URL validation in the affected endpoint.

Root Cause

The root cause is missing or insufficient validation of destination URLs supplied to administrative functions in Kylin. The application does not enforce an allowlist of permitted hosts and does not block requests to internal IP ranges, loopback addresses, or cloud metadata services such as 169.254.169.254. As a result, the server acts as an HTTP proxy for the authenticated attacker.

Attack Vector

An attacker who has obtained system or project admin credentials, through phishing, credential reuse, or weak password policies, can submit crafted URLs through Kylin admin functionality. Typical SSRF targets include internal REST APIs, database administration consoles, Kubernetes API servers, and cloud provider instance metadata endpoints. Successful exploitation can expose service tokens, IAM credentials, and internal topology data.

No public proof-of-concept exploit code is currently available for CVE-2025-61735. Refer to the Apache Security Mailing List Thread and the Openwall OSS Security Notice for the vendor disclosure.

Detection Methods for CVE-2025-61735

Indicators of Compromise

  • Outbound HTTP connections from the Apache Kylin host to internal IP ranges or 169.254.169.254 that do not match normal query workload patterns
  • Unexpected admin-level API calls to Kylin endpoints that accept URL parameters
  • Authentication or API requests from the Kylin service account to internal systems that Kylin does not normally interact with

Detection Strategies

  • Inspect Kylin access logs for admin API requests containing URL parameters pointing to private address space (RFC 1918), link-local addresses, or non-standard ports
  • Correlate Kylin process network telemetry with expected data source endpoints; flag deviations
  • Monitor authentication logs for new or unusual admin logins preceding outbound HTTP activity

Monitoring Recommendations

  • Forward Kylin application logs and host-level network telemetry to a centralized analytics platform for correlation
  • Alert on connections from the Kylin JVM to cloud metadata services or Kubernetes API endpoints
  • Track configuration changes to Kylin admin accounts and project membership

How to Mitigate CVE-2025-61735

Immediate Actions Required

  • Upgrade Apache Kylin to version 5.0.3 or later, which contains the fix from the Apache Kylin project
  • Audit all system and project administrator accounts, revoke unused credentials, and enforce strong authentication
  • Restrict network egress from the Kylin host using firewall rules that deny access to internal management plane services and cloud metadata IPs

Patch Information

Apache Kylin 5.0.3 remediates CVE-2025-61735. The vendor advisory is available on the Apache Security Mailing List Thread. Operators should plan an upgrade window and validate the upgrade in a staging environment before deploying to production clusters.

Workarounds

  • Tightly control system and project admin access in Kylin; the vendor confirms that protected admin access mitigates exposure
  • Place Kylin behind a network egress proxy that enforces an allowlist of permitted outbound destinations
  • Block the Kylin host from reaching 169.254.169.254 and other cloud metadata endpoints at the host firewall or VPC level
bash
# Example iptables rules to block cloud metadata and loopback abuse from the Kylin host
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 ! -o lo -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -p tcp --dport 6443 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechApache Kylin

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • Openwall OSS Security Notice
  • Vendor Resources
  • Apache Security Mailing List Thread
  • Related CVEs
  • CVE-2025-61733: Apache Kylin Auth Bypass Vulnerability

  • CVE-2024-23590: Apache Kylin Auth Bypass Vulnerability

  • CVE-2020-13925: Apache Kylin RCE 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