CVE-2026-23837

CRITICAL

MyTube < 1.7.66 - Unauthenticated Incorrect Authorization via Missing Authentication Cookie

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-23837. PoCs published by p1ngul1n0.

AI-analyzed exploit summary The repository contains a technical writeup detailing an authorization bypass vulnerability in franklioxygen MyTube 1.7.65 and earlier. The vulnerability allows remote attackers to bypass authentication checks by omitting authentication cookies, enabling unauthorized access to protected endpoints.

Description

MyTube is a self-hosted downloader and player for several video websites. A vulnerability present in version 1.7.65 and poetntially earlier versions allows unauthenticated users to bypass the mandatory authentication check in the roleBasedAuthMiddleware. By simply not providing an authentication cookie (making req.user undefined), a request is incorrectly passed through to downstream handlers. All users running MyTube with loginEnabled: true are impacted. This flaw allows an attacker to access and modify application settings via /api/settings, change administrative and visitor passwords, and access other protected routes that rely on this specific middleware. The problem is patched in v1.7.66. MyTube maintainers recommend all users upgrade to at least version v1.7.64 immediately to secure their instances. The fix ensures that the middleware explicitly blocks requests if a user is not authenticated, rather than defaulting to next(). Those who cannot upgrade immediately can mitigate risk by restricting network access by usi a firewall or reverse proxy (like Nginx) to restrict access to the /api/ endpoints to trusted IP addresses only or, if they are comfortable editing the source code, manually patch by locating roleBasedAuthMiddleware and ensuring that the logic defaults to an error (401 Unauthorized) when req.user is undefined, instead of calling next().

Exploits (1)

github WRITEUP 1 stars
by p1ngul1n0 · poc
https://github.com/p1ngul1n0/security-research/tree/main/CVE-2026-23837.md

The repository contains a technical writeup detailing an authorization bypass vulnerability in franklioxygen MyTube 1.7.65 and earlier. The vulnerability allows remote attackers to bypass authentication checks by omitting authentication cookies, enabling unauthorized access to protected endpoints.

Classification
Writeup 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: franklioxygen MyTube <= 1.7.65
No auth needed
Prerequisites: Network access to the target application
devstral-2 · analyzed Feb 27, 2026 Full analysis →

Scores

CVSS v3 9.8
EPSS 0.0040
EPSS Percentile 61.3%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact total

Details

CWE
CWE-863
Status published
Products (1)
franklioxygen/mytube < 1.7.66
Published Jan 19, 2026
Tracked Since Feb 18, 2026