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-2026-34082

CVE-2026-34082: Dify Authorization Bypass Vulnerability

CVE-2026-34082 is an authorization bypass flaw in Dify open-source LLM platform that allows authenticated users to delete other users' chat histories. This article covers technical details, affected versions, and fixes.

Published: April 23, 2026

CVE-2026-34082 Overview

CVE-2026-34082 is an Improper Access Control vulnerability affecting Dify, an open-source LLM (Large Language Model) application development platform. The vulnerability exists in the conversation deletion API endpoint, where insufficient authorization checks allow any authenticated Dify user to delete chat history belonging to other users. This represents a significant data integrity issue that could impact organizations relying on Dify for their LLM-powered applications.

Critical Impact

Authenticated users can delete arbitrary conversation histories belonging to other users, potentially causing data loss, disrupting audit trails, and impacting business operations that depend on conversation retention.

Affected Products

  • Dify versions prior to 1.13.1
  • All Dify deployments using the vulnerable console API
  • Self-hosted and cloud-based Dify installations running unpatched versions

Discovery Timeline

  • 2026-04-20 - CVE-2026-34082 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-34082

Vulnerability Analysis

The vulnerability resides in the Dify console API's conversation management functionality. The affected endpoint DELETE /console/api/installed-apps/<appId>/conversations/<conversationId> fails to properly verify that the requesting user has ownership or appropriate permissions over the target conversation before processing the deletion request.

This is classified as CWE-284 (Improper Access Control), where the application does not restrict or incorrectly restricts access to a resource from an unauthorized actor. In this case, the authorization logic only validates that a user is authenticated to the Dify platform, but does not verify that the authenticated user is the owner of the conversation they are attempting to delete.

The network-based attack vector with low complexity makes this vulnerability particularly concerning for multi-tenant Dify deployments where multiple users share the same platform instance. An attacker with basic authenticated access can enumerate and delete conversations across user boundaries.

Root Cause

The root cause is insufficient authorization validation in the conversation deletion handler. The API endpoint accepts the appId and conversationId as path parameters but only verifies that the requesting user has a valid authentication session. The missing authorization check should have validated that the authenticated user owns the specified conversation or has administrative privileges to manage other users' data.

Attack Vector

The attack is network-based and requires the attacker to have authenticated access to the Dify platform. Once authenticated, an attacker can craft DELETE requests targeting arbitrary conversation IDs. Since the conversationId parameter is passed directly in the URL path, an attacker could potentially enumerate valid conversation IDs or obtain them through other means such as log files, shared links, or application-level information disclosure.

The attack flow involves the attacker authenticating to Dify with their own valid credentials, then modifying the appId and conversationId parameters in the DELETE request to reference conversations belonging to other users. The server processes the deletion without verifying ownership, resulting in unauthorized data destruction.

Detection Methods for CVE-2026-34082

Indicators of Compromise

  • Unusual patterns of DELETE requests to /console/api/installed-apps/*/conversations/* endpoints
  • Single user accounts generating high volumes of conversation deletion requests
  • Deletion requests targeting conversations that were created by different user accounts
  • API access logs showing DELETE operations from users who did not create the associated conversations
  • User reports of missing chat history or conversations

Detection Strategies

  • Monitor API access logs for DELETE requests to conversation endpoints and cross-reference with conversation ownership data
  • Implement anomaly detection for users deleting conversations at rates significantly higher than normal usage patterns
  • Create alerts for any deletion requests where the requesting user ID does not match the conversation owner
  • Review audit logs for patterns of sequential conversation ID enumeration attempts

Monitoring Recommendations

  • Enable detailed API request logging including user identity, target resource IDs, and timestamps
  • Configure alerting thresholds for DELETE operations on conversation resources per user per time window
  • Implement real-time monitoring of the /console/api/installed-apps/*/conversations/* endpoint for DELETE methods
  • Establish baseline metrics for normal conversation deletion patterns to identify anomalous behavior

How to Mitigate CVE-2026-34082

Immediate Actions Required

  • Upgrade Dify to version 1.13.1 or later immediately
  • Review API access logs for evidence of exploitation prior to patching
  • Audit conversation deletion logs to identify any unauthorized deletions that may have occurred
  • Notify affected users if unauthorized deletion of their conversation history is detected

Patch Information

Dify version 1.13.1 addresses this vulnerability by implementing proper authorization checks on the conversation deletion endpoint. The patched version verifies that the authenticated user has ownership or appropriate administrative permissions before processing deletion requests. Organizations should upgrade to version 1.13.1 or later as soon as possible. For detailed release information, see the Dify 1.13.1 Release Notes. Additional security details are available in the GitHub Security Advisory GHSA-fxq3-hh7x-c63p.

Workarounds

  • Implement network-level access controls to restrict console API access to trusted networks or IP ranges until the patch can be applied
  • Deploy a web application firewall (WAF) rule to rate-limit DELETE requests to conversation endpoints
  • Temporarily disable the conversation deletion functionality at the reverse proxy level if business requirements permit
  • Consider implementing additional authentication factors for destructive API operations
bash
# Example nginx rate limiting for DELETE operations on conversation endpoints
# Add to your nginx server configuration block

limit_req_zone $binary_remote_addr zone=delete_limit:10m rate=5r/m;

location ~ ^/console/api/installed-apps/.*/conversations/.* {
    if ($request_method = DELETE) {
        limit_req zone=delete_limit burst=2 nodelay;
    }
    proxy_pass http://dify_backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDify

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Dify Release 1.13.1
  • Vendor Resources
  • GitHub Security Advisory GHSA-fxq3-hh7x-c63p
  • Related CVEs
  • CVE-2026-41950: Dify Authorization Bypass Vulnerability

  • CVE-2026-42138: Dify LLM Platform XSS Vulnerability

  • CVE-2026-21866: Dify Stored XSS Vulnerability

  • CVE-2026-28288: Dify Information Disclosure 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