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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in WWBN AVideo. πŸ’₯ **Consequences**: Attackers can manipulate database queries via the `doNotShowCats` parameter. This leads to potential data theft, modification, or system compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-89 (SQL Injection). πŸ› **Flaw**: The `getAllCategories` method in `objects/category.php` fails to validate input. It only strips single quotes, which is easily bypassed by attackers.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: WWBN AVideo platform. πŸ“¦ **Versions**: All versions **before 26.0**. 🏷️ **Component**: `objects/category.php` file.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Capabilities**: Full database access. πŸ“Š **Impact**: High Confidentiality, Integrity, and Availability impact (CVSS H). Hackers can read, alter, or delete sensitive video platform data.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: Low. 🌐 **Auth**: None required (PR:N). 🎯 **Complexity**: Low (AC:L). Remote attackers can exploit this without authentication or user interaction.

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

πŸ“œ **Public Exp**: No specific PoC code provided in data. πŸ”— **Reference**: Official GitHub Advisory (GHSA-mcj5-6qr4-95fj) confirms the flaw. Wild exploitation is likely due to low complexity.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for WWBN AVideo instances. πŸ§ͺ **Test**: Target the `doNotShowCats` parameter in `objects/category.php`. Look for SQL error responses or time delays indicating injection success.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. πŸ“… **Patch**: Released in version **26.0**. πŸ”— **Commit**: See GitHub commit `206d38e97b8c854771bb2907b13f9f36e8bcf874` for the fix details.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If unpatched, restrict network access to the `objects/category.php` endpoint. πŸ›‘ **Mitigation**: Implement strict input validation and use prepared statements instead of simple quote stripping.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: Critical. πŸš€ **Priority**: Patch immediately. With CVSS High severity and no auth required, this is a high-risk vulnerability for any unpatched AVideo deployment.