Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-29847

CVE-2025-29847: Apache Linkis Auth Bypass Vulnerability

CVE-2025-29847 is an authentication bypass flaw in Apache Linkis that allows unauthorized access to system files via JDBC parameters. This article covers technical details, affected versions, impact, and mitigation.

Published: January 23, 2026

CVE-2025-29847 Overview

A vulnerability exists in Apache Linkis that allows attackers to bypass security checks through multiple rounds of URL encoding in the JDBC engine and data source functionality. When URL parameters configured on the frontend undergo multiple URL encoding iterations, the system's validation checks can be circumvented, enabling unauthorized access to system files via JDBC parameters.

Critical Impact

This input validation bypass vulnerability allows network-based attackers to gain unauthorized access to sensitive system files without authentication, potentially exposing confidential data and configuration information.

Affected Products

  • Apache Linkis versions 1.3.0 through 1.7.0
  • Systems using the JDBC engine and data source functionality
  • Deployments with frontend-configurable URL parameters

Discovery Timeline

  • 2026-01-19 - CVE-2025-29847 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-29847

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in Apache Linkis's JDBC engine. The flaw allows attackers to bypass security controls that would normally prevent unauthorized file access through JDBC connection parameters.

The vulnerability is exploitable remotely over the network without requiring authentication or user interaction. An attacker can craft specially encoded URL parameters that evade the system's security checks, ultimately gaining read access to arbitrary system files. This could expose sensitive configuration files, credentials, or other confidential information stored on the affected system.

The impact is primarily on confidentiality, as attackers can extract data from the system without affecting its integrity or availability. Organizations running vulnerable versions of Apache Linkis should treat this as a significant security concern, particularly in environments handling sensitive data.

Root Cause

The root cause is insufficient input validation when processing URL-encoded parameters in the JDBC engine. The system performs URL decoding and security checks, but fails to account for scenarios where parameters have been encoded multiple times. After a single round of decoding, the parameter may still contain encoded characters that will be decoded again later in the processing pipeline, bypassing the initial security checks.

The recommended solution is to continuously check if the connection information contains the % character (indicating URL encoding) and perform URL decoding iteratively until no encoded characters remain before applying security validation.

Attack Vector

The attack is network-based and requires no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a vulnerable Apache Linkis instance with JDBC engine functionality exposed
  2. Crafting malicious JDBC connection parameters with multiple layers of URL encoding
  3. Submitting the encoded parameters through the frontend configuration interface
  4. The system decodes the parameters once and passes security checks
  5. Subsequent decoding reveals the malicious payload, enabling unauthorized file access

The vulnerability affects the JDBC data source configuration functionality, where URL parameters containing file path references can be manipulated to read arbitrary files from the system.

Detection Methods for CVE-2025-29847

Indicators of Compromise

  • Unusual JDBC connection attempts with heavily URL-encoded parameters containing multiple %25 sequences
  • Log entries showing file access attempts through JDBC connections to unexpected file paths
  • Unexpected data exfiltration patterns following JDBC configuration changes
  • Connection strings containing encoded file path separators or system file references

Detection Strategies

  • Monitor JDBC connection logs for parameters containing multiple levels of URL encoding (nested %25 patterns)
  • Implement alerting for JDBC connection attempts that reference local file system paths
  • Review Apache Linkis access logs for unusual patterns in data source configuration requests
  • Deploy network monitoring to detect suspicious JDBC traffic patterns to sensitive file locations

Monitoring Recommendations

  • Enable detailed logging for all JDBC engine and data source configuration changes
  • Monitor for connection strings that decode to file system paths outside expected directories
  • Track and alert on rapid successive JDBC configuration attempts from the same source
  • Implement baseline monitoring for normal data source access patterns to identify anomalies

How to Mitigate CVE-2025-29847

Immediate Actions Required

  • Upgrade Apache Linkis to version 1.8.0 or later, which contains the fix for this vulnerability
  • If immediate upgrade is not possible, restrict network access to the Apache Linkis JDBC engine interface
  • Review recent JDBC data source configurations for signs of exploitation attempts
  • Implement additional input validation at the network perimeter for URL-encoded parameters

Patch Information

Apache has released version 1.8.0 which addresses this vulnerability by implementing continuous URL decoding checks. The fix ensures that connection information is recursively checked for the % character and decoded until no encoded characters remain before security validation is applied.

Users should upgrade to Apache Linkis 1.8.0 or later. For additional information and discussion about this vulnerability, refer to the Apache Linkis mailing list discussion or the Openwall OSS Security announcement.

Workarounds

  • Implement a Web Application Firewall (WAF) rule to detect and block requests with multiple levels of URL encoding
  • Restrict access to the JDBC engine configuration interface to trusted networks only
  • Disable the JDBC data source functionality if not required for operations
  • Apply network segmentation to limit the exposure of vulnerable Apache Linkis instances

For environments where upgrading is not immediately feasible, administrators should implement strict network controls and monitoring to detect exploitation attempts while planning the upgrade path.

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 Linkis

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Apache List Discussion

  • Openwall OSS Security Update
  • Related CVEs
  • CVE-2023-27987: Apache Linkis Auth Bypass Vulnerability

  • CVE-2025-59355: Apache Linkis Information Disclosure Flaw

  • CVE-2024-45627: Apache Linkis Path Traversal 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