SECURITY PoC — NO AUTH
This movie's CDN stream is playing without login or subscription
Love in the Moonlight 18 — Episodes (18 of 18)
EP 1Love in the Moonlight
EP 2Love in the Moonlight 2
EP 3Love in the Moonlight 3
EP 4Love in the Moonlight 4
EP 5Love in the Moonlight 5
EP 6Love in the Moonlight 6
EP 7Love in the Moonlight 7
EP 8Love in the Moonlight 8
EP 9Love in the Moonlight 9
EP 10Love in the Moonlight 10
EP 11Love in the Moonlight 11
EP 12Love in the Moonlight 12
EP 13Love in the Moonlight 13
EP 14Love in the Moonlight 14
EP 15Love in the Moonlight 15
EP 16Love in the Moonlight 16
EP 17Love in the Moonlight 17
EP 18Love in the Moonlight 18
Per-movie CDN bypass proof
The API returned
playingUrl for Love in the Moonlight 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/63720/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
76
video_name
Love in the Moonlight_ENG_Sub_E18.mp4
playingUrl returned
YES — URL in response
API playingUrl value
https://munowatch.co/clips/ELI.mp4
CDN stream
https://munotech2.b-cdn.net/subaru/subaru42/Love%20in%20the%20Moonlight_ENG_Sub_E18.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).