A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-28510

CVE-2026-28510: eLabFTW Auth Bypass Vulnerability

CVE-2026-28510 is an authentication bypass flaw in eLabFTW that allows attackers to bypass multi-factor authentication using attacker-controlled TOTP secrets. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-28510 Overview

CVE-2026-28510 is a multi-factor authentication (MFA) bypass vulnerability in eLabFTW, an open source electronic lab notebook. The flaw exists in the login flow of versions through 5.4.1, where the application failed to reliably preserve MFA state across authentication steps. An attacker holding valid primary credentials could complete authentication using an attacker-controlled Time-based One-Time Password (TOTP) secret, defeating the additional factor. The vulnerability is categorized under [CWE-302: Authentication Bypass by Assumed-Immutable Data]. The issue is fixed in version 5.4.2.

Critical Impact

Attackers with valid primary credentials can bypass TOTP-based MFA by supplying their own MFA secret, leading to unauthorized account access.

Affected Products

  • eLabFTW versions through 5.4.1
  • Fixed in eLabFTW version 5.4.2

Discovery Timeline

  • 2026-05-05 - CVE-2026-28510 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-28510

Vulnerability Analysis

The vulnerability resides in the login controller logic that handles the MFA authentication step. eLabFTW uses a two-step authentication flow: primary credential validation followed by TOTP verification. During the second step, the application retrieved the MFA secret used for verification from the user session, but fell back to a value supplied in the HTTP request when the session value was absent.

This fallback allowed a client to inject an mfa_secret parameter that the server then trusted as authoritative. An attacker who possessed valid primary credentials could submit a request containing both an attacker-generated TOTP secret and a corresponding valid TOTP code, bypassing the genuine second factor entirely.

Root Cause

The root cause is improper trust placed in client-supplied data during a security-critical state transition. The MFA secret should be bound to the authenticating user and retrieved exclusively from server-side state. By accepting a request-supplied secret as a fallback, the server made an assumed-immutable security parameter mutable by the client.

Attack Vector

Exploitation requires an attacker to already possess valid primary credentials, which limits the practical attack surface to credential theft, phishing, or insider scenarios. With those credentials, the attacker initiates the login flow and submits an mfa_secret value of their choosing along with a matching mfa_code derived from that secret. The vulnerable code path uses the supplied secret for verification, completes authentication, and issues a session.

php
                // MFA AUTH
            case AuthType::Mfa:
                return new Mfa(
-                    new MfaHelper($this->Session->get('mfa_secret') ?? $this->Request->request->get('mfa_secret')),
+                    new MfaHelper($this->Session->get('mfa_secret')),
                    $this->Session->get('auth_userid'),
                    $this->Request->request->getAlnum('mfa_code'),
                );

The patch removes the request-based fallback, ensuring the MFA secret is sourced only from the server-side session. Source: eLabFTW commit 8b7a575.

Detection Methods for CVE-2026-28510

Indicators of Compromise

  • Successful login events for accounts where MFA is enrolled but no corresponding session-based MFA challenge was issued.
  • HTTP POST requests to the eLabFTW login endpoint containing an mfa_secret parameter from a client.
  • Authentication events originating from unusual IP addresses or user agents shortly after credential exposure incidents.

Detection Strategies

  • Inspect web server and application access logs for POST requests carrying an mfa_secret form field, which is not part of legitimate client behavior.
  • Correlate primary login success events with the absence of a preceding MFA secret being written to the session store.
  • Alert on anomalies in login geolocation, device fingerprint, or session creation rate for MFA-protected accounts.

Monitoring Recommendations

  • Forward eLabFTW application logs and reverse proxy logs to a central SIEM for retention and correlation.
  • Monitor administrative and high-privilege accounts in particular for unexpected successful authentications.
  • Track the eLabFTW version string in deployment inventories to identify hosts still running 5.4.1 or earlier.

How to Mitigate CVE-2026-28510

Immediate Actions Required

  • Upgrade eLabFTW to version 5.4.2 or later, which removes the request-based MFA secret fallback.
  • Force re-authentication for all active sessions after upgrading to invalidate any sessions established via the bypass.
  • Rotate credentials for accounts suspected of having been used during the exposure window, especially administrators.

Patch Information

The fix is committed in eLabFTW commit 8b7a575 and shipped in release 5.4.2. Refer to the GitHub Security Advisory GHSA-x5wv-c9q4-fj65 for vendor guidance.

Workarounds

  • If immediate upgrade is not possible, restrict access to the eLabFTW login endpoint at the reverse proxy or WAF layer to drop requests containing an mfa_secret form parameter.
  • Enforce strong, unique passwords and rotate any credentials known to be compromised, since exploitation requires valid primary credentials.
  • Limit network exposure of the eLabFTW instance to trusted networks or behind a VPN until the upgrade is applied.
bash
# Example NGINX rule to block requests carrying an mfa_secret form field
location = /login {
    if ($request_method = POST) {
        if ($request_body ~* "(^|&)mfa_secret=") {
            return 403;
        }
    }
    proxy_pass http://elabftw_upstream;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechElabftw

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-302
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28511: Elabftw Information Disclosure Flaw

  • CVE-2025-25206: Elabftw Information Disclosure Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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