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
    • 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-2026-25160

CVE-2026-25160: Alist Information Disclosure Vulnerability

CVE-2026-25160 is an information disclosure vulnerability in Alist file list program caused by disabled TLS certificate verification, enabling Man-in-the-Middle attacks. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-25160 Overview

CVE-2026-25160 is a critical Certificate Validation Bypass vulnerability affecting Alist, a file list program that supports multiple storages, powered by Gin and Solidjs. Prior to version 3.57.0, the application disables TLS certificate verification by default for all outgoing storage driver communications, making the system vulnerable to Man-in-the-Middle (MitM) attacks. This enables the complete decryption, theft, and manipulation of all data transmitted during storage operations, severely compromising the confidentiality and integrity of user data.

Critical Impact

This vulnerability allows attackers to intercept, decrypt, and modify all data transmitted between Alist and connected storage backends, leading to complete compromise of user data confidentiality and integrity.

Affected Products

  • Alist versions prior to 3.57.0
  • WebDAV storage driver component
  • All storage driver communications using TLS

Discovery Timeline

  • 2026-02-04 - CVE CVE-2026-25160 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-25160

Vulnerability Analysis

This vulnerability stems from CWE-295 (Improper Certificate Validation), where the Alist application was configured to skip TLS certificate verification by default in its storage driver communications. When TLS certificate verification is disabled, the application blindly trusts any certificate presented during the TLS handshake, including self-signed, expired, or maliciously crafted certificates. This fundamentally breaks the trust model that TLS provides, leaving users exposed to network-based attacks.

The impact is severe for environments where Alist connects to remote storage backends over untrusted networks. An attacker positioned on the network path between Alist and the storage backend can present their own certificate, establish separate TLS connections with both endpoints, and relay traffic while having full visibility into the plaintext data.

Root Cause

The root cause of this vulnerability lies in the default configuration of the TlsInsecureSkipVerify setting within the WebDAV driver metadata. The field was set with a default value that disabled certificate verification, meaning users who did not explicitly override this setting were automatically exposed to MitM attacks. This represents a dangerous "insecure by default" design pattern that violates secure development principles.

Attack Vector

The attack vector requires network access between the Alist server and its configured storage backends. An attacker performing a Man-in-the-Middle attack can:

  1. Intercept the TLS handshake between Alist and the storage backend
  2. Present a fraudulent certificate that Alist will accept without validation
  3. Establish separate encrypted connections to both Alist and the storage backend
  4. Decrypt, inspect, modify, and re-encrypt all traffic passing through

The following patch shows the security fix that removes the insecure skip verify option from the driver metadata:

go
 	Username string `json:"username" required:"true"`
 	Password string `json:"password" required:"true"`
 	driver.RootPath
-	TlsInsecureSkipVerify bool `json:"tls_insecure_skip_verify" default:"false"`
 }
 
 var config = driver.Config{

Source: GitHub Commit Details

The fix also updated the utility module to properly integrate with the application's configuration framework:

go
 	"net/http/cookiejar"
 
 	"github.com/alist-org/alist/v3/drivers/webdav/odrvcookie"
+	"github.com/alist-org/alist/v3/internal/conf"
 	"github.com/alist-org/alist/v3/internal/model"
 	"github.com/alist-org/alist/v3/pkg/gowebdav"
)

Source: GitHub Commit Details

Detection Methods for CVE-2026-25160

Indicators of Compromise

  • Unexpected certificate warnings or errors in storage driver logs that were previously suppressed
  • Network traffic analysis showing TLS connections established with invalid or untrusted certificates
  • Anomalous data modifications or corruption in files synced through storage backends
  • Evidence of ARP spoofing or DNS poisoning on the network segment between Alist and storage backends

Detection Strategies

  • Review Alist configuration files for the presence of tls_insecure_skip_verify settings
  • Audit network traffic between Alist instances and storage backends for certificate anomalies
  • Implement network intrusion detection rules to identify potential MitM attack patterns
  • Monitor for unauthorized certificate authorities in the trust chain during storage operations

Monitoring Recommendations

  • Enable verbose TLS logging to capture certificate validation events
  • Deploy network monitoring solutions to detect ARP spoofing and suspicious certificate presentations
  • Implement certificate pinning validation checks where supported
  • Review storage backend access logs for connections from unexpected IP addresses

How to Mitigate CVE-2026-25160

Immediate Actions Required

  • Upgrade Alist to version 3.57.0 or later immediately
  • Audit all existing Alist configurations to identify and remove any tls_insecure_skip_verify settings
  • Review storage driver configurations to ensure TLS certificate verification is enabled
  • Inspect network infrastructure between Alist and storage backends for signs of compromise

Patch Information

This vulnerability has been patched in Alist version 3.57.0. The fix removes the insecure default configuration option and enforces proper TLS certificate validation for all storage driver communications. Organizations should upgrade to version 3.57.0 or later as soon as possible. For detailed patch information, see the GitHub Security Advisory GHSA-8jmm-3xwx-w974 and the GitHub Commit Details.

Workarounds

  • Deploy Alist and storage backends on isolated, trusted network segments to reduce MitM exposure
  • Implement network-level encryption such as VPN tunnels between Alist and remote storage backends
  • Use private certificate authorities and enforce certificate validation at the network level
  • Monitor and restrict network access to prevent unauthorized devices from joining critical network paths
bash
# Verify Alist version after upgrade
./alist version

# Check for insecure TLS settings in configuration
grep -r "tls_insecure_skip_verify" /path/to/alist/config/

# Ensure configuration directory has proper permissions
chmod 600 /path/to/alist/config/*.json

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAlist

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-295
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-8jmm-3xwx-w974
  • Related CVEs
  • CVE-2026-25161: Alist 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