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

CVE-2025-63387: Langgenius Dify Auth Bypass Vulnerability

CVE-2025-63387 is an authentication bypass flaw in Langgenius Dify v1.9.1 affecting the system-features endpoint. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: April 15, 2026

CVE-2025-63387 Overview

CVE-2025-63387 is an Insecure Permissions vulnerability affecting Dify v1.9.1, an open-source LLM application development platform developed by LangGenius. The vulnerability allows unauthenticated attackers to directly send HTTP GET requests to the /console/api/system-features endpoint without any authentication credentials or session tokens. The endpoint fails to implement proper authorization checks, allowing anonymous access to system configuration data.

It is important to note that the maintainer disputes the severity classification, stating that the endpoint is intentionally unauthenticated by design and serves as a bootstrap mechanism required for dashboard initialization. According to the maintainer, the returned data is non-sensitive and required for client-side rendering, with no PII, credentials, or secrets exposed.

Critical Impact

Unauthenticated access to system configuration endpoint may expose feature flags, system settings, and deployment information that could aid attackers in reconnaissance activities.

Affected Products

  • LangGenius Dify v1.9.1
  • Dify Node.js deployments

Discovery Timeline

  • 2025-12-18 - CVE-2025-63387 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2025-63387

Vulnerability Analysis

This vulnerability falls under CWE-284 (Improper Access Control), where the application fails to properly restrict access to a sensitive resource. The /console/api/system-features endpoint in Dify v1.9.1 does not implement authentication or authorization checks, allowing any network-accessible client to retrieve system feature configuration data.

The attack requires no user interaction and can be executed remotely over the network with low complexity. While the maintainer argues this is intended behavior for bootstrapping the client dashboard, security researchers have raised concerns about the information exposure implications, particularly in environments where Dify instances are exposed to untrusted networks.

Root Cause

The root cause is a design decision where the /console/api/system-features endpoint was intentionally left unauthenticated to facilitate client-side dashboard initialization. The endpoint does not validate session tokens, API keys, or any other form of authentication before returning system configuration data. While the maintainer considers this data non-sensitive, the lack of access controls creates a potential information disclosure vector.

Attack Vector

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

  1. Identify a Dify instance accessible over the network
  2. Send an HTTP GET request to /console/api/system-features
  3. Receive system feature configuration data in the response without any authentication challenge

The vulnerability is trivially exploitable as it requires only a simple HTTP request. Technical details and proof-of-concept demonstrations are available through the GitHub Gist references.

Detection Methods for CVE-2025-63387

Indicators of Compromise

  • Unusual volume of HTTP GET requests to /console/api/system-features from external IP addresses
  • Access to the system-features endpoint from IP addresses not associated with legitimate users
  • Sequential or automated requests to the endpoint indicative of scanning or enumeration activity
  • Web server logs showing unauthenticated access patterns to console API endpoints

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on unauthenticated access to /console/api/system-features
  • Configure SIEM alerts for anomalous request patterns targeting Dify console API endpoints
  • Review access logs for the endpoint and correlate with known legitimate user sessions
  • Deploy network intrusion detection signatures for reconnaissance activity against Dify instances

Monitoring Recommendations

  • Enable detailed access logging for all Dify console API endpoints
  • Monitor for scanning activity targeting multiple Dify API endpoints in sequence
  • Implement rate limiting on the /console/api/system-features endpoint to reduce automated enumeration risks
  • Set up alerts for access attempts from geographic regions or IP ranges outside normal operational scope

How to Mitigate CVE-2025-63387

Immediate Actions Required

  • Review network exposure of Dify instances and restrict access to trusted networks only
  • Implement network-level access controls (firewall rules, security groups) to limit who can reach the Dify console
  • Consider deploying a reverse proxy with authentication in front of Dify console endpoints
  • Audit current logs for evidence of exploitation or reconnaissance against the affected endpoint

Patch Information

The Dify maintainers have addressed this issue through community discussion. Related pull requests have been submitted to the project:

  • GitHub Dify Pull Request 1
  • GitHub Dify Pull Request 2

The maintainer's position, documented in the GitHub Issue Comment, indicates this is intended behavior. Organizations concerned about this exposure should implement additional access controls at the network or proxy level.

Workarounds

  • Deploy Dify behind a reverse proxy that requires authentication before allowing access to console endpoints
  • Use network segmentation to ensure Dify instances are not directly accessible from untrusted networks
  • Implement IP allowlisting at the firewall or load balancer level to restrict access to known legitimate sources
  • Consider using a VPN or zero-trust network access solution for accessing Dify management interfaces
bash
# Example nginx reverse proxy configuration with basic auth
location /console/api/ {
    auth_basic "Restricted Access";
    auth_basic_user_file /etc/nginx/.htpasswd;
    proxy_pass http://dify-backend:5001;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechLanggenius Dify

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability8.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-284
  • Technical References
  • GitHub Gist Code Snippet 1

  • GitHub Gist Code Snippet 2

  • GitHub Dify Discussions

  • GitHub Dify Issue Comment

  • GitHub Dify Pull Request 1

  • GitHub Dify Pull Request 2
  • Related CVEs
  • CVE-2025-63386: Langgenius Dify Auth Bypass Vulnerability

  • CVE-2025-56157: Langgenius Dify Auth Bypass Vulnerability

  • CVE-2025-63388: Langgenius Dify Auth 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