SECURITY PoC — NO AUTH
This movie's CDN stream is playing without login or subscription
Everyone Loves Me — Episodes (24 of 24)
EP 1Everyone Loves Me
EP 2Everyone Loves Me 2
EP 3Everyone Loves Me 3
EP 4Everyone Loves Me 4
EP 5Everyone Loves Me 5
EP 6Everyone Loves Me 6
EP 7Everyone Loves Me 7
EP 8Everyone Loves Me 8
EP 9Everyone Loves Me 9
EP 10Everyone Loves Me 10
EP 11Everyone Loves Me 11
EP 12Everyone Loves Me 12
EP 13Everyone Loves Me 13
EP 14Everyone Loves Me 14
EP 15Everyone Loves Me 15
EP 16Everyone Loves Me 16
EP 17Everyone Loves Me 17
EP 18Everyone Loves Me 18
EP 19Everyone Loves Me 19
EP 20Everyone Loves Me 20
EP 21Everyone Loves Me 21
EP 22Everyone Loves Me 22
EP 23Everyone Loves Me 23
EP 24Everyone Loves Me 24
Per-movie CDN bypass proof
The API returned
playingUrl for Everyone Loves Me
with issubscriber: false, user_access: deny, and paid_for: true.
The video_name + serverhost from the API response are used to construct
the CDN URL above, confirming that the file for this specific movie is
publicly accessible with no authentication.
Security research evidence Inspect entitlement results, CDN URLs, and the raw API response Access control failed
API response evidence
Endpoint called
GET /api/preview/v2/64012/0
User ID used
0 (no user / not logged in)
JWT used
Expired Feb 2024 (extracted from APK)
issubscriber
false
user_access
deny
paid_for
YES (premium content)
substatus
EXPIRED
serverhost
77
video_name
Everyone Loves Me ep 01.mp4
playingUrl returned
YES — URL in response
API playingUrl value
https://munowatch.co/clips/ELI.mp4
CDN stream
https://munotech3.b-cdn.net/daphine/Daphine42/Everyone%20Loves%20Me%20ep%2001.mp4
Finding: The server sets user_access=deny and
issubscriber=false but still returns playingUrl in the
same response. Subscription is enforced client-side only — any caller with
the expired APK JWT can obtain stream URLs without a subscription.
Munowatch CDN (b-cdn.net) serves content with no auth required
(direct HTTP Range requests succeed with HTTP 206).