SECURITY PoC — NO AUTH
This movie's CDN stream is playing without login or subscription
First Lady 17 — Episodes (24 of 24)
EP 1First Lady
EP 2First Lady 2
EP 3First Lady 3
EP 4First Lady 4
EP 5First Lady 5
EP 6First Lady 6
EP 7First Lady 7
EP 8First Lady 8
EP 9First Lady 9
EP 10First Lady 10
EP 11First Lady 11
EP 12First Lady 12
EP 13First Lady 13
EP 14First Lady 14
EP 15First Lady 15
EP 16First Lady 16
EP 17First Lady 17
EP 18First Lady 18
EP 19First Lady 19
EP 20First Lady 20
EP 21First Lady 21
EP 22First Lady 22
EP 23First Lady 23
EP 24First Lady 24
Per-movie CDN bypass proof
The API returned
playingUrl for First Lady 17
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/63621/0
User ID used
0 (no user / not logged in)
JWT used
Expired Feb 2024 (extracted from APK)
issubscriber
false
user_access
paid_for
YES (premium content)
substatus
EXPIRED
serverhost
62
video_name
17-First.Lady -Vj Ivo.mp4
playingUrl returned
YES — URL in response
API playingUrl value
https://munowatch.co/clips/ELI.mp4
CDN stream
https://harvetz.b-cdn.net/hvt43/kai43/17-First.Lady%20-Vj%20Ivo.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).