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

CVE-2026-26031: Frappe Learning Information Disclosure

CVE-2026-26031 is an information disclosure vulnerability in Frappe Learning Management System that allowed unauthorized users to access the full list of enrolled students by email in batches. This article covers affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2026-26031 Overview

CVE-2026-26031 is a Broken Access Control vulnerability in Frappe Learning Management System (LMS), an open-source learning platform that helps users structure and deliver educational content. Prior to version 2.44.0, a security flaw allowed unauthorized users to access the complete list of enrolled students (by email) in batches, exposing sensitive user information to attackers with low-level privileges.

Critical Impact

Unauthorized disclosure of student email addresses enables targeted phishing campaigns, social engineering attacks, and potential privacy violations affecting educational institutions using Frappe LMS.

Affected Products

  • Frappe Learning Management System (LMS) versions prior to 2.44.0
  • Frappe Learning deployments with batch enrollment features enabled
  • Self-hosted and cloud-hosted Frappe LMS instances

Discovery Timeline

  • 2026-02-11 - CVE-2026-26031 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-26031

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization), where the application fails to properly verify that authenticated users have the necessary permissions to access student enrollment data. The flaw exists in the batch enrollment functionality, which allows low-privileged users to enumerate and retrieve email addresses of all students enrolled in course batches.

The attack requires network access and low-privilege authentication, meaning an attacker must have at least a basic user account on the Frappe LMS platform. Once authenticated, the attacker can exploit the improper access control to retrieve sensitive student information that should only be accessible to instructors or administrators.

Root Cause

The root cause of this vulnerability is insufficient authorization checks in the API endpoints or functions responsible for retrieving batch enrollment data. The application fails to properly validate whether the requesting user has the appropriate role or permissions to view student enrollment lists, allowing any authenticated user to access this sensitive information.

Attack Vector

The attack is conducted over the network by an authenticated low-privilege user. The attacker exploits the lack of proper authorization controls to access batch enrollment endpoints or functions that return student email addresses. This information disclosure does not require any user interaction and can be exploited programmatically to harvest large amounts of student data.

The vulnerability allows attackers to enumerate enrolled students across multiple batches, potentially exposing thousands of email addresses in educational environments with large user bases. This data could be leveraged for spam campaigns, credential stuffing attacks, or targeted phishing operations against students and educational institutions.

Detection Methods for CVE-2026-26031

Indicators of Compromise

  • Unusual API requests to batch enrollment endpoints from low-privilege user accounts
  • High-volume queries to student enrollment data outside normal application usage patterns
  • Access logs showing unauthorized users retrieving batch member lists
  • Anomalous data export activities targeting student information

Detection Strategies

  • Monitor API access logs for requests to enrollment-related endpoints by non-administrative users
  • Implement alerting on bulk data retrieval patterns from student enrollment functions
  • Review application audit logs for access to batch membership data by unauthorized roles
  • Deploy web application firewalls with rules to detect enumeration attacks against user data endpoints

Monitoring Recommendations

  • Enable detailed logging for all enrollment-related API calls including user context and response sizes
  • Set up alerts for any access to student data by users without instructor or administrator roles
  • Implement rate limiting on enrollment data endpoints to prevent bulk harvesting
  • Regularly audit user access patterns to batch enrollment functionality

How to Mitigate CVE-2026-26031

Immediate Actions Required

  • Upgrade Frappe Learning Management System to version 2.44.0 or later immediately
  • Audit access logs to determine if this vulnerability has been exploited
  • Review user accounts for any suspicious activity or unauthorized data access
  • Notify affected students if unauthorized access to their email addresses is confirmed

Patch Information

Frappe has released version 2.44.0 which addresses this vulnerability by implementing proper authorization checks on batch enrollment data access. The security fix ensures that only users with appropriate permissions (instructors, administrators) can access student enrollment information.

For detailed patch information, refer to the GitHub Release v2.44.0 and the GitHub Security Advisory GHSA-3gw9-gwjm-vcq5.

Workarounds

  • Restrict network access to the Frappe LMS instance to trusted networks only until patching is complete
  • Implement additional access controls at the reverse proxy or WAF level to block unauthorized enrollment data requests
  • Temporarily disable batch enrollment features if immediate patching is not possible
  • Review and restrict user role assignments to minimize the number of accounts that could potentially exploit this vulnerability
bash
# Update Frappe LMS to patched version
bench update --apps lms
bench --site your-site.local migrate
bench --site your-site.local clear-cache

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechFrappe Learning

  • SeverityLOW

  • CVSS Score1.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/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-863
  • Technical References
  • GitHub Release v2.44.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-3gw9-gwjm-vcq5
  • Related CVEs
  • CVE-2026-26977: Frappe LMS Information Disclosure Issue

  • CVE-2026-23497: Frappe Learning XSS 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