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

CVE-2026-33890: Franklioxygen Mytube Auth Bypass Flaw

CVE-2026-33890 is an authentication bypass vulnerability in Franklioxygen Mytube allowing unauthenticated attackers to gain full admin access. This article covers the technical details, affected versions, and mitigation.

Published: April 3, 2026

CVE-2026-33890 Overview

CVE-2026-33890 is an authentication bypass vulnerability in MyTube, a self-hosted video downloader and player application. Prior to version 1.8.71, the application exposes passkey registration endpoints without requiring prior authentication. An unauthenticated attacker can register an arbitrary passkey and subsequently authenticate with it to obtain a full admin session. Any successfully authenticated passkey is automatically granted an administrator token, allowing full administrative access to the application. This enables a complete compromise of the application without requiring any existing credentials.

Critical Impact

Unauthenticated attackers can gain full administrative access to MyTube instances by registering arbitrary passkeys, leading to complete application compromise without any credentials.

Affected Products

  • Franklioxygen MyTube versions prior to 1.8.71

Discovery Timeline

  • 2026-03-27 - CVE-2026-33890 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-33890

Vulnerability Analysis

This vulnerability represents a critical improper access control flaw (CWE-284) in MyTube's passkey authentication system. The application's role-based authentication middleware incorrectly categorizes the passkey registration endpoint (/settings/passkeys/register) as a public path, allowing any unauthenticated user to access it. Once a passkey is registered through this unprotected endpoint, the application's authentication flow automatically grants administrator privileges to any authenticated passkey session.

The attack is particularly dangerous because it requires no prior knowledge of credentials, no user interaction, and can be executed remotely over the network. An attacker simply needs to discover an exposed MyTube instance and invoke the passkey registration endpoint to gain complete administrative control.

Root Cause

The root cause stems from a misconfiguration in the roleBasedAuthMiddleware.ts file where the passkey registration endpoint was incorrectly included in the PUBLIC_PREFIX_PATHS array. This design flaw meant that the endpoint bypassed all authentication checks, combined with a lack of authorization verification in the passkey registration controller itself. The authentication system then compounded this issue by automatically granting admin tokens to any authenticated passkey without verifying the legitimacy of the registration.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Discovering an exposed MyTube instance
  2. Sending a registration request to the unprotected /settings/passkeys/register endpoint
  3. Registering their own passkey without any authentication
  4. Authenticating with the newly registered passkey
  5. Receiving an administrator token and gaining full control of the application

The following code shows the security patch that addresses this vulnerability:

typescript
// Security patch in backend/src/controllers/passkeyController.ts
 import { setAuthCookie } from "../services/authService";
 import * as passkeyService from "../services/passkeyService";
 
+const requireAdminPasskeyRegistration = (
+  req: Request,
+  res: Response
+): boolean => {
+  if (req.user?.role === "admin") {
+    return true;
+  }
+
+  res.status(403).json({
+    success: false,
+    error: "Admin authentication required to register a passkey.",
+  });
+  return false;
+};
+
 /**
  * Get all passkeys
  * Errors are automatically handled by asyncHandler middleware

Source: GitHub Commit d6c1275

The middleware patch removes the registration endpoint from public paths:

typescript
// Security patch in backend/src/middleware/roleBasedAuthMiddleware.ts
 
 const PUBLIC_PREFIX_PATHS = [
   "/settings/passkeys/authenticate",
-  "/settings/passkeys/register",
 ] as const;
 
 const VISITOR_ALLOWED_POST_EXACT_PATHS = [

Source: GitHub Commit d6c1275

Detection Methods for CVE-2026-33890

Indicators of Compromise

  • Unexpected passkey registrations appearing in the application database or logs
  • Authentication events from newly created passkeys that were not registered by legitimate administrators
  • Sudden appearance of administrative sessions from unknown sources or IP addresses
  • Changes to application configuration or settings performed by unfamiliar admin accounts

Detection Strategies

  • Monitor web server logs for POST requests to /settings/passkeys/register endpoints, especially from unauthenticated sessions
  • Implement alerting on new passkey registrations when no administrative action was initiated
  • Review authentication logs for passkey-based logins that do not correlate with legitimate user activity
  • Deploy web application firewall rules to detect and block unauthorized access to passkey registration endpoints

Monitoring Recommendations

  • Enable verbose logging for all authentication and passkey-related operations in MyTube
  • Set up automated alerts for any new administrator account creation or passkey registration
  • Implement network monitoring to detect unusual traffic patterns to MyTube administrative endpoints
  • Regularly audit the list of registered passkeys and administrator sessions

How to Mitigate CVE-2026-33890

Immediate Actions Required

  • Upgrade MyTube to version 1.8.71 or later immediately
  • Audit all existing passkeys and remove any that were not legitimately created
  • Review administrator access logs for signs of unauthorized access
  • Rotate any sensitive credentials or API keys that may have been exposed

Patch Information

The vulnerability is fixed in MyTube version 1.8.71. The patch implements proper authentication checks in the passkey registration controller and removes the registration endpoint from the public paths whitelist. Users should upgrade to the patched version immediately. For detailed information about the fix, see the GitHub Security Advisory GHSA-378w-xh68-qrc8 and the patch commit.

Workarounds

  • Restrict network access to MyTube instances using firewall rules until patching is complete
  • Place MyTube behind a reverse proxy with additional authentication requirements
  • Temporarily disable passkey authentication if the feature is not actively required
  • Implement network-level access controls to limit who can reach the application
bash
# Configuration example - Restrict access via nginx reverse proxy
# Add to your nginx configuration for the MyTube site
location /settings/passkeys/register {
    deny all;
    return 403;
}

# Or restrict entire admin endpoints to specific IP ranges
location /settings/ {
    allow 192.168.1.0/24;
    allow 10.0.0.0/8;
    deny all;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFranklioxygen Mytube

  • SeverityHIGH

  • CVSS Score8.9

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityHigh
  • CWE References
  • CWE-284
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-378w-xh68-qrc8
  • Related CVEs
  • CVE-2026-33735: Franklioxygen Mytube Auth Bypass Flaw

  • CVE-2026-33935: Franklioxygen Mytube DOS 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