SECURITY PoC — NO AUTH
CDN bypass demo: stream served without an auth header
Snow Eagle Lord 19 — Episodes (22 of 22)
EP 1Snow Eagle Lord
EP 2Snow Eagle Lord 2
EP 3Snow Eagle Lord 3
EP 4Snow Eagle Lord 4
EP 5Snow Eagle Lord 5
EP 6Snow Eagle Lord 6
EP 7Snow Eagle Lord 7
EP 8Snow Eagle Lord 8
EP 9Snow Eagle Lord 9
EP 10Snow Eagle Lord 10
EP 11Snow Eagle Lord 11
EP 12Snow Eagle Lord 12
EP 13Snow Eagle Lord 13
EP 14Snow Eagle Lord 14
EP 15Snow Eagle Lord 15
EP 16Snow Eagle Lord 16
EP 17Snow Eagle Lord 17
EP 18Snow Eagle Lord 18
EP 19Snow Eagle Lord 19
EP 20Snow Eagle Lord 20
EP 21Snow Eagle Lord 21
EP 22Snow Eagle Lord 22
CDN bypass demonstration
The API returned
playingUrl for Snow Eagle Lord 19
with issubscriber: false and user_access: deny.
The video above plays from Munowatch's own CDN with
zero 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/53686/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
67
video_name
Snow Eagle Lord ep 19.mp4
playingUrl returned
YES — URL in response
API playingUrl value
https://munowatch.co/clips/ELI.mp4
CDN demo stream
https://nkuba.b-cdn.net/cleve48/cfr/In.The.Grey.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).