Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-33716 β€” AI Deep Analysis Summary

CVSS 9.4 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: CVE-2026-33716 is an **Authorization Bypass** in WWBN AVideo. <br>πŸ’₯ **Consequences**: Attackers can manipulate the `streamerURL` parameter in `control.json.php`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-287** (Improper Authentication).…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: WWBN. <br>πŸ“¦ **Product**: AVideo (PHP-based video platform). <br>πŸ“… **Affected Versions**: **26.0 and earlier** versions.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1. **Bypass Auth**: Skip login/token verification entirely. <br>2. **Control Streams**: Hijack or redirect **live streams**. <br>3.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: None required (**PR:N**). <br>🌐 **Network**: Network accessible (**AV:N**). <br>πŸ‘€ **UI**: No user interaction needed (**UI:N**).

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ“œ **Public Exploit**: **No**. <br>🚫 **PoCs**: The `pocs` array is empty in the data. <br>⚠️ **Status**: Theoretical risk, but CVSS indicates high severity.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for `control.json.php` endpoint. <br>2. Check AVideo version (≀ 26.0). <br>3. Look for unauthenticated access to streamer URL parameters.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. <br>πŸ”— **Patch**: Commit `388fcd57dbd16f6cb3ebcdf1d08cf2b929941128` on GitHub. <br>πŸ“’ **Advisory**: GHSA-9hv9-gvwm-95f2.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **No Patch Workaround**: <br>1. **Block Access**: Restrict access to `standAloneFiles/` directory via WAF/Nginx. <br>2. **Disable**: If not used, disable live streaming features. <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>🚨 **Priority**: Immediate patching recommended. <br>πŸ“‰ **Risk**: CVSS 3.1 vector shows **High** integrity/availability impact with **Low** complexity. Do not ignore!