CVE-2026-33935
March 27, 2026
MyTube is a self-hosted downloader and player for several video websites Prior to version 1.8.72, an unauthenticated attacker can lock out administrator and visitor accounts from password-based authentication by triggering failed login attempts. The application exposes three password verification endpoints, all of which are publicly accessible. All three endpoints share a single file-backed login attempt state stored in "login-attempts.json". When any endpoint records a failed authentication attempt via "recordFailedAttempt()", the shared login attempt state is updated, increasing the "failedAttempts" counter and adjusting the associated timestamps and cooldown values. Before verifying a password, each endpoint calls "canAttemptLogin()". This function checks the shared JSON file to determine whether a cooldown period is active. If the cooldown has not expired, the request is rejected before the password is validated. Because the failed attempt counter and cooldown timer are globally shared, failed authentication attempts against any endpoint affect all other endpoints. An attacker can exploit this by repeatedly sending invalid authentication requests to any of these endpoints, incrementing the shared counter and waiting for the cooldown period between attempts. By doing so, the attacker can progressively increase the lockout duration until it reaches 24 hours, effectively preventing legitimate users from authenticating. Once the maximum lockout is reached, the attacker can maintain the denial of service indefinitely by waiting for the cooldown to expire and sending another failed attempt, which immediately triggers another 24-hour lockout if no successful login occurred in the meantime. Version 1.8.72 fixes the vulnerability.
Affected Packages
https://github.com/franklioxygen/MyTube.git (GITHUB):
Affected version(s) >=v1.0.1 <v1.8.72Fix Suggestion:
Update to version v1.8.72https://github.com/franklioxygen/MyTube.git (GITHUB):
Affected version(s) >=v1.0.1 <v1.8.72Fix Suggestion:
Update to version v1.8.72https://github.com/franklioxygen/MyTube.git (GITHUB):
Affected version(s) >=v1.0.1 <v1.8.72Fix Suggestion:
Update to version v1.8.72Related ResourcesĀ (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
POC
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Improper Restriction of Excessive Authentication Attempts
EPSS
Base Score:
0.12