CVE-2026-23837
CVE-2026-23837 is a critical-severity vulnerability in Franklioxygen Mytube with a CVSS 3.x base score of 9.8. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-863.
Key facts
- Severity: Critical (CVSS 3.x base score 9.8)
- EPSS exploit prediction: 1% (43rd percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-3289
- Weakness: CWE-863
- Affected product: Franklioxygen Mytube
- Published:
- Last modified:
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().
Frequently asked questions
- What is CVE-2026-23837?
- 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().
- How severe is CVE-2026-23837?
- CVE-2026-23837 has a CVSS 3.x base score of 9.8, rated critical severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2026-23837 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 1% (43rd percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-23837?
- CVE-2026-23837 affects Franklioxygen Mytube. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-23837?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its critical severity, prioritise patching exposed systems.
- Does CVE-2026-23837 have an EU (EUVD) identifier?
- Yes. CVE-2026-23837 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-3289.
- When was CVE-2026-23837 published?
- CVE-2026-23837 was published on 2026-01-19 and last updated on 2026-06-17.
References
- https://github.com/franklioxygen/MyTube/commit/f85ae9b0d6e4a6480c6af5b675a99069d08d496e
- https://github.com/franklioxygen/MyTube/security/advisories/GHSA-cmvj-g69f-8664
Affected products (1)
- cpe:2.3:a:franklioxygen:mytube:*:*:*:*:*:*:*:*
More vulnerabilities in Franklioxygen Mytube
- CVE-2026-33890 — Critical (CVSS 9.8): MyTube is a self-hosted downloader and player for several video websites Prior to version 1.8.71, an unauthenticated…
- CVE-2026-33735 — High (CVSS 8.8): MyTube is a self-hosted downloader and player for several video websites Prior to version 1.8.69, an authorization…
- CVE-2026-33935 — High (CVSS 7.5): MyTube is a self-hosted downloader and player for several video websites Prior to version 1.8.72, an unauthenticated…
- CVE-2026-24139 — Medium (CVSS 6.5): MyTube is a self-hosted downloader and player for several video websites. Versions 1.7.78 and below do not safeguard…
- CVE-2026-23848 — Medium (CVSS 6.5): MyTube is a self-hosted downloader and player for several video websites. Prior to version 1.7.71, a rate limiting…
- CVE-2026-24140 — Low (CVSS 2.7): MyTube is a self-hosted downloader and player for several video websites. Versions 1.7.78 and below have a Mass…
All CVEs affecting Franklioxygen Mytube →
Other CWE-863 (Incorrect Authorization) vulnerabilities
- CVE-2026-48286 — Critical (CVSS 10.0): Adobe Campaign Classic (ACC) versions 7.4.3 build 9396 and earlier are affected by an Incorrect Authorization…
- CVE-2026-48303 — Critical (CVSS 10.0): Adobe Campaign Classic (ACC) versions 7.4.3 build 9394 and earlier are affected by an Incorrect Authorization…
- CVE-2026-44330 — Critical (CVSS 10.0): free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's NEF mounts the…
- CVE-2026-46595 — Critical (CVSS 10.0): Previously, CVE-2024-45337 fixed an authorization bypass for misused ssh server configurations; if any other type of…
- CVE-2026-33105 — Critical (CVSS 10.0): Improper authorization in Microsoft Azure Kubernetes Service allows an unauthorized attacker to elevate privileges over…
- CVE-2026-32213 — Critical (CVSS 10.0): Improper authorization in Azure AI Foundry allows an unauthorized attacker to elevate privileges over a network.
Browse all CWE-863 (Incorrect Authorization) vulnerabilities →