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

CVE-2026-33735: Franklioxygen Mytube Auth Bypass Flaw

CVE-2026-33735 is an authorization bypass vulnerability in Franklioxygen Mytube allowing attackers to upload and replace the SQLite database. This article covers technical details, affected versions, and patches.

Published: April 3, 2026

CVE-2026-33735 Overview

CVE-2026-33735 is an authorization bypass vulnerability affecting MyTube, a self-hosted downloader and player for several video websites. Prior to version 1.8.69, the /api/settings/import-database endpoint contains a critical flaw that allows attackers with low-privilege credentials to upload and replace the application's SQLite database entirely, leading to a full compromise of the application. The authorization bypass is also relevant for other POST routes within the application.

Critical Impact

Attackers with low-privilege credentials can completely replace the SQLite database, enabling full application takeover including credential theft, data manipulation, and persistent backdoor access.

Affected Products

  • Franklioxygen MyTube versions prior to 1.8.69
  • MyTube self-hosted video downloader installations using role-based authentication middleware
  • Deployments exposing the /api/settings/import-database endpoint to authenticated users

Discovery Timeline

  • 2026-03-27 - CVE-2026-33735 published to NVD
  • 2026-03-31 - Last updated in NVD database

Technical Details for CVE-2026-33735

Vulnerability Analysis

This authorization bypass vulnerability (CWE-285: Improper Authorization) stems from insufficient access control validation in MyTube's role-based settings middleware. The vulnerability allows low-privilege authenticated users to access administrative functionality that should be restricted to administrators only.

The core issue resides in the roleBasedSettingsMiddleware.ts file, which failed to properly validate user roles before permitting access to sensitive POST endpoints. The /api/settings/import-database endpoint is particularly dangerous because it allows complete database replacement—effectively giving an attacker the ability to overwrite all application data, including user credentials, configurations, and access controls.

An attacker exploiting this vulnerability could inject a malicious SQLite database containing their own administrative credentials, thereby achieving persistent access to the compromised MyTube instance. Since this is a self-hosted application, successful exploitation would give attackers control over the media server and potentially access to the underlying host system.

Root Cause

The root cause of CVE-2026-33735 lies in the inadequate path matching logic within the role-based authentication middleware. The vulnerable code in roleBasedSettingsMiddleware.ts failed to properly distinguish between public endpoints and protected administrative routes for POST requests.

The middleware did not maintain strict allowlists for different privilege levels, allowing requests to administrative endpoints like /api/settings/import-database to bypass authorization checks. The fix introduces explicit path allowlists using constant arrays (PUBLIC_EXACT_PATHS, PUBLIC_PREFIX_PATHS, VISITOR_ALLOWED_POST_EXACT_PATHS) that precisely define which endpoints are accessible to each privilege level.

Attack Vector

The attack vector is network-based, requiring only low-privilege credentials to exploit. An attacker with a visitor or low-privilege account on a MyTube instance can craft HTTP POST requests to the /api/settings/import-database endpoint with a malicious SQLite database payload. The lack of proper authorization checks allows the request to succeed, replacing the legitimate database with the attacker-controlled version.

The following code shows the security patch that addresses this vulnerability by implementing strict path matching:

typescript
import { NextFunction, Request, Response } from "express";
import { isLoginRequired } from "../services/passwordService";
import {
  matchesExactPath,
  matchesPathOrSubpath,
} from "../utils/requestPath";

const PUBLIC_EXACT_PATHS = [
  "/verify-password",
  "/verify-admin-password",
  "/verify-visitor-password",
  "/logout",
  "/password-enabled",
  "/reset-password-cooldown",
  "/reset-password",
  "/passkeys/exists",
] as const;

const PUBLIC_PREFIX_PATHS = [
  "/passkeys/authenticate",
  "/passkeys/register",
] as const;

const VISITOR_ALLOWED_GET_PATHS = [
  "/",
  "/cloudflared/status",
  "/password-enabled",
  "/reset-password-cooldown",
  "/passkeys",
  "/passkeys/exists",

Source: GitHub Commit b7bf9b796095

Detection Methods for CVE-2026-33735

Indicators of Compromise

  • Unexpected POST requests to /api/settings/import-database from non-administrative user accounts
  • Database file modifications with timestamps that don't align with administrative activity
  • New or modified user accounts in the SQLite database, particularly accounts with elevated privileges
  • Authentication logs showing successful access to settings endpoints by low-privilege users

Detection Strategies

  • Monitor HTTP access logs for POST requests to /api/settings/import-database and correlate with user privilege levels
  • Implement file integrity monitoring on the MyTube SQLite database file to detect unauthorized modifications
  • Review application logs for authorization-related errors or unusual access patterns to administrative endpoints
  • Deploy web application firewall (WAF) rules to alert on database import attempts from non-administrative sessions

Monitoring Recommendations

  • Enable detailed access logging for all /api/settings/* endpoints with user role information
  • Configure alerts for any database file changes outside of scheduled backup windows
  • Monitor for multiple failed authentication attempts followed by successful access to administrative functions
  • Implement anomaly detection for user privilege usage patterns within the MyTube application

How to Mitigate CVE-2026-33735

Immediate Actions Required

  • Upgrade MyTube to version 1.8.69 or later immediately
  • Audit existing database contents for unauthorized modifications or suspicious user accounts
  • Review access logs for any evidence of exploitation prior to patching
  • Reset all user credentials after patching if exploitation is suspected

Patch Information

The vulnerability has been fixed in MyTube version 1.8.69. The patch introduces proper path-based authorization checks using explicit allowlists in the role-based authentication middleware. The fix is available via GitHub Commit b7bf9b796095. Additional details are available in the GitHub Security Advisory GHSA-63cf-662x-crp2.

Workarounds

  • Restrict network access to the MyTube instance to trusted IP addresses only until patching is possible
  • Disable public registration and limit user accounts to administrators if the application cannot be immediately updated
  • Deploy a reverse proxy with rules blocking POST requests to /api/settings/import-database from non-administrative users
  • Consider taking the MyTube instance offline temporarily if sensitive data is at risk and immediate patching is not feasible
bash
# Example: Block import-database endpoint at reverse proxy level (nginx)
location /api/settings/import-database {
    # Only allow from trusted admin IPs
    allow 192.168.1.100;
    deny all;
    proxy_pass http://mytube-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/TechFranklioxygen Mytube

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-285
  • Technical References
  • GitHub Middleware Code
  • Vendor Resources
  • GitHub Commit b7bf9b796095

  • GitHub Security Advisory GHSA-63cf-662x-crp2
  • Related CVEs
  • CVE-2026-33890: 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