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

CVE-2026-39351: Frappe Auth Bypass Vulnerability

CVE-2026-39351 is an authentication bypass vulnerability in Frappe Framework that allows unrestricted Doctype access via API exploit. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-39351 Overview

CVE-2026-39351 is an authorization bypass vulnerability affecting the Frappe full-stack web application framework. Prior to versions 16.14.0 and 15.104.0, Frappe allows unrestricted Doctype access via an API exploit. This vulnerability stems from missing authorization controls (CWE-862), enabling unauthenticated attackers to access protected Doctype resources through the API without proper permission verification.

Critical Impact

Attackers can bypass authorization controls to access sensitive Doctype data through the Frappe API, potentially exposing confidential business information and application data.

Affected Products

  • Frappe Framework versions prior to 16.14.0
  • Frappe Framework versions prior to 15.104.0
  • Applications built on vulnerable Frappe Framework versions

Discovery Timeline

  • 2026-04-07 - CVE-2026-39351 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-39351

Vulnerability Analysis

This vulnerability represents a critical missing authorization flaw (CWE-862) in the Frappe Framework's API layer. The issue allows unauthenticated or insufficiently privileged users to access Doctype resources that should be protected by access control mechanisms. Frappe's Doctype system serves as the foundation for data models in the framework, and improper access control on these endpoints can expose sensitive application data.

The vulnerability exists because the API endpoints do not properly validate user permissions before returning Doctype data. This breaks the fundamental security model of Frappe applications, which rely on role-based access control to protect sensitive business data stored in various Doctypes.

Root Cause

The root cause is missing authorization checks (CWE-862) in the Frappe API layer when handling requests for Doctype resources. The framework fails to verify whether the requesting user has appropriate permissions to access the requested Doctype, allowing unauthorized data retrieval through crafted API requests.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can directly query the Frappe API endpoints to access protected Doctype resources without proper authorization. The attack can be executed remotely against any exposed Frappe instance running a vulnerable version.

The exploitation involves crafting API requests that bypass the intended authorization checks, allowing direct access to Doctype data. Attackers may enumerate available Doctypes and extract sensitive information including user data, business records, and application configuration stored in the framework's data models.

For detailed technical information about the exploitation mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-39351

Indicators of Compromise

  • Unusual API requests targeting Doctype endpoints from unauthenticated sessions
  • High volume of API calls accessing multiple Doctypes in rapid succession
  • Access logs showing requests to sensitive Doctypes from unauthorized IP addresses
  • Anomalous data retrieval patterns from the Frappe API layer

Detection Strategies

  • Monitor API access logs for requests to Doctype endpoints without valid authentication tokens
  • Implement web application firewall rules to detect API enumeration attempts
  • Review application logs for unauthorized Doctype access attempts
  • Deploy runtime application self-protection (RASP) to detect authorization bypass attempts

Monitoring Recommendations

  • Enable detailed logging on all Frappe API endpoints
  • Configure alerts for failed authorization attempts and unusual access patterns
  • Implement anomaly detection for API usage that deviates from normal application behavior
  • Review access logs regularly for signs of data exfiltration through the API

How to Mitigate CVE-2026-39351

Immediate Actions Required

  • Upgrade Frappe Framework to version 16.14.0 or later immediately
  • For Frappe 15.x deployments, upgrade to version 15.104.0 or later
  • Audit access logs to identify any potential exploitation of this vulnerability
  • Review all custom API endpoints for similar authorization bypass issues

Patch Information

The vulnerability has been addressed in Frappe Framework versions 16.14.0 and 15.104.0. Organizations should upgrade to these patched versions as soon as possible. The security fix implements proper authorization checks on API endpoints to ensure Doctype access is restricted to authorized users only.

For patch details and upgrade instructions, refer to the GitHub Security Advisory.

Workarounds

  • Restrict network access to Frappe API endpoints using firewall rules until patching is possible
  • Implement additional authentication layers such as API gateways with strict access controls
  • Disable or restrict access to sensitive Doctypes through application configuration if feasible
  • Deploy a web application firewall (WAF) with rules to block unauthorized API access patterns
bash
# Example: Restrict API access using nginx (temporary mitigation)
# Add to nginx server block configuration
location /api/ {
    # Allow only trusted IP ranges
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Pass to Frappe application
    proxy_pass http://frappe_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/TechFrappe

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/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-862
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-39415: Frappe LMS Auth Bypass Vulnerability

  • CVE-2026-29077: Frappe Auth Bypass Vulnerability

  • CVE-2026-40888: Frappe HR Information Disclosure Flaw

  • CVE-2026-3673: Frappe XSS Vulnerability via User Tags
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