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

CVE-2026-34736: Open edX Platform Auth Bypass Vulnerability

CVE-2026-34736 is an authentication bypass flaw in Open edX Platform that lets unauthenticated attackers fully bypass email verification. This article covers the technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-34736 Overview

Open edX Platform enables the authoring and delivery of online learning at any scale. A significant authentication bypass vulnerability has been identified in the platform that allows unauthenticated attackers to fully bypass the email verification process. This vulnerability affects versions from the Maple release to before the Ulmo release.

The flaw exists due to two combined issues: the OAuth2 password grant issuing tokens to inactive users (documented behavior) and the activation_key being exposed in the REST API response at /api/user/v1/accounts/. By exploiting these weaknesses together, an attacker can activate accounts without access to the associated email address, effectively circumventing a critical security control.

Critical Impact

Unauthenticated attackers can bypass email verification and activate arbitrary user accounts by combining OAuth2 token issuance to inactive users with exposed activation keys in the REST API.

Affected Products

  • Open edX Platform Maple release through versions prior to Ulmo release
  • Installations exposing the /api/user/v1/accounts/ REST API endpoint
  • Deployments using OAuth2 password grant authentication

Discovery Timeline

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

Technical Details for CVE-2026-34736

Vulnerability Analysis

This vulnerability is classified as CWE-287 (Improper Authentication) and represents an authentication bypass condition. The attack requires network access but no user interaction or special privileges, making it accessible to any remote attacker.

The vulnerability stems from a design oversight where sensitive account activation data is inadvertently exposed through a public API endpoint. When combined with the platform's documented behavior of issuing OAuth2 tokens to inactive users, this creates a complete bypass of the email verification workflow that organizations rely on to validate user identity.

The integrity impact allows attackers to modify account states without authorization, though confidentiality and availability are not directly affected. Organizations using Open edX for identity-sensitive applications such as credentialing, certifications, or gated content delivery are at particular risk.

Root Cause

The root cause is twofold:

  1. Information Exposure: The activation_key field was inadvertently included in the account REST API serializer response at /api/user/v1/accounts/. This sensitive data should never be exposed through any API endpoint as it serves as a secret token for account activation.

  2. Design Weakness: The OAuth2 password grant implementation issues valid tokens to inactive user accounts. While documented, this behavior becomes exploitable when combined with the activation key exposure.

Attack Vector

An attacker can exploit this vulnerability through the following attack flow:

  1. Create a new account on the Open edX platform without email verification
  2. Query the /api/user/v1/accounts/ REST API endpoint to retrieve account information
  3. Extract the activation_key from the API response
  4. Use the activation key to complete account activation without access to the email inbox
  5. Leverage the OAuth2 password grant to obtain valid authentication tokens

The following patch removes the activation_key from the API response to prevent the information disclosure:

python
         "secondary_email_enabled",
         "year_of_birth",
         "phone_number",
-        "activation_key",
         "pending_name_change",
     ]
)

Source: GitHub Commit Details

The corresponding serializer change removes the activation key retrieval logic:

python
         except ObjectDoesNotExist:
             account_recovery = None
 
-        try:
-            activation_key = user.registration.activation_key
-        except ObjectDoesNotExist:
-            activation_key = None
-
         data = {
             "username": user.username,
             "url": self.context.get('request').build_absolute_uri(

Source: GitHub Commit Details

Detection Methods for CVE-2026-34736

Indicators of Compromise

  • Unusual API requests to /api/user/v1/accounts/ endpoint from unauthenticated or suspicious IP addresses
  • Account activations occurring without corresponding email link clicks in mail server logs
  • OAuth2 token grants to recently created accounts that bypassed normal email verification workflow
  • Anomalous patterns of account creation followed immediately by activation without email interaction

Detection Strategies

  • Implement monitoring for API requests to /api/user/v1/accounts/ and flag requests that include activation_key in responses (indicates unpatched systems)
  • Correlate account activation events with email server delivery logs to identify activations without corresponding email verification
  • Monitor OAuth2 token issuance patterns for tokens granted to accounts created within a short time window
  • Deploy web application firewall rules to detect enumeration attempts against user account endpoints

Monitoring Recommendations

  • Enable detailed API access logging for the /api/user/v1/accounts/ endpoint
  • Set up alerts for bulk account creation patterns that may indicate exploitation attempts
  • Monitor authentication logs for OAuth2 grants to accounts that never completed traditional email verification
  • Review access control configurations to ensure the accounts API requires appropriate authentication

How to Mitigate CVE-2026-34736

Immediate Actions Required

  • Upgrade Open edX Platform to the Ulmo release or later which contains the security fix
  • Review recently created accounts for signs of unauthorized activation
  • Temporarily restrict access to the /api/user/v1/accounts/ endpoint if immediate patching is not possible
  • Audit OAuth2 token grants to identify any potentially compromised accounts

Patch Information

The vulnerability has been patched in the Open edX Platform Ulmo release. The fix removes the activation_key field from the account REST API response, preventing attackers from obtaining the secret activation token.

For detailed patch information, refer to:

  • GitHub Security Advisory
  • GitHub Commit Details

Workarounds

  • Implement network-level access controls to restrict access to the /api/user/v1/accounts/ endpoint to trusted internal services only
  • Deploy a reverse proxy or API gateway rule to strip the activation_key field from API responses
  • Consider requiring additional identity verification steps for sensitive operations beyond email verification
  • Implement rate limiting on account creation and API access endpoints to slow down exploitation attempts
bash
# Example nginx configuration to block activation_key exposure
# Add to your Open edX nginx configuration
location /api/user/v1/accounts/ {
    # Restrict to authenticated users only as interim measure
    auth_request /auth;
    proxy_pass http://lms_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/TechOpen Edx

  • SeverityMEDIUM

  • CVSS Score5.3

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

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35404: Open edX Platform CSRF 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