SECURITY PoC — NO AUTH
This movie's CDN stream is playing without login or subscription
For the Holy Guiguzi 18 — Episodes (36 of 52)
EP 17For the Holy Guiguzi 17
EP 18For the Holy Guiguzi 18
EP 19For the Holy Guiguzi 19
EP 20For the Holy Guiguzi 20
EP 21For the Holy Guiguzi 21
EP 22For the Holy Guiguzi 22
EP 23For the Holy Guiguzi 23
EP 24For the Holy Guiguzi 24
EP 25For the Holy Guiguzi 25
EP 26For the Holy Guiguzi 26
EP 27For the Holy Guiguzi 27
EP 28For the Holy Guiguzi 28
EP 29For the Holy Guiguzi 29
EP 30For the Holy Guiguzi 30
EP 31For the Holy Guiguzi 31
EP 32For the Holy Guiguzi 32
EP 33For the Holy Guiguzi 33
EP 34For the Holy Guiguzi 34
EP 35For the Holy Guiguzi 35
EP 36For the Holy Guiguzi 36
EP 37For the Holy Guiguzi 37
EP 38For the Holy Guiguzi 38
EP 39For the Holy Guiguzi 39
EP 40For the Holy Guiguzi 40
EP 41For the Holy Guiguzi 41
EP 42For the Holy Guiguzi 42
EP 43For the Holy Guiguzi 43
EP 44For the Holy Guiguzi 44
EP 45For the Holy Guiguzi 45
EP 46For the Holy Guiguzi 46
EP 47For the Holy Guiguzi 47
EP 48For the Holy Guiguzi 48
EP 49For the Holy Guiguzi 49
EP 50For the Holy Guiguzi 50
EP 51For the Holy Guiguzi 51
EP 52For the Holy Guiguzi 52
Per-movie CDN bypass proof
The API returned
playingUrl for For the Holy Guiguzi 18
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/30343/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
38
video_name
HOLY GUIGUZI 18.mp4
playingUrl returned
YES — URL in response
API playingUrl value
https://munowatch.co/clips/ELI.mp4
CDN stream
https://munotech2.b-cdn.net/rus1/553/HOLY%20GUIGUZI%2018.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).