SECURITY PoC — NO AUTH
This movie's CDN stream is playing without login or subscription
Heroes Next Door — Episodes (20 of 21)
EP 1Heroes Next Door
EP 2Heroes Next Door 2
EP 3Heroes Next Door 3
EP 4Heroes Next Door 4
EP 5Heroes Next Door 5
EP 6Heroes Next Door 6
EP 7Heroes Next Door 7
EP 8Heroes Next Door 8
EP 9Heroes Next Door 9
EP 10Heroes Next Door 10
EP 11Heroes Next Door 11
EP 12Heroes Next Door 12
EP 13Heroes Next Door 13
EP 14Heroes Next Door 14
EP 15Heroes Next Door 15
EP 16Heroes Next Door 16
EP 17Heroes Next Door 17
EP 18Heroes Next Door 18
EP 19Heroes Next Door 19
EP 20Heroes Next Door 20
Per-movie CDN bypass proof
The API returned
playingUrl for Heroes Next Door
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/62934/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
62
video_name
1-Heroes Next Door-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/1-Heroes%20Next%20Door-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).