SECURITY PoC — NO AUTH
CDN bypass demo: stream served without an auth header
Nothing To Lose 15 — Episodes (16 of 16)
EP 1Nothing To Lose
EP 2Nothing To Lose 2
EP 3Nothing To Lose 3
EP 4Nothing To Lose 4
EP 5Nothing To Lose 5
EP 6Nothing To Lose 6
EP 7Nothing To Lose 7
EP 8Nothing To Lose 8
EP 9Nothing To Lose 9
EP 10Nothing To Lose 10
EP 11Nothing To Lose 11
EP 12Nothing To Lose 12
EP 13Nothing To Lose 13
EP 14Nothing To Lose 14
EP 15Nothing To Lose 15
EP 16Nothing To Lose 16
CDN bypass demonstration
The API returned
playingUrl for Nothing To Lose 15
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/61754/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
74
video_name
Nothing.to.Lose.E015 (2).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).