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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-28501 β€” 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 `catName` parameter in `objects/videos.json.php` and `objects/video.php`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). πŸ› **Flaw**: Improper sanitization/cleaning of the `catName` input parameter. The system fails to validate or escape user-supplied data before embedding it in SQL commands.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **WWBN AVideo** (PHP-based video platform). πŸ“‰ **Versions**: All versions **prior to 24.0**. πŸ“¦ **Components**: Specifically `objects/videos.json.php` and `objects/video.php`.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Capabilities**: Full SQL injection potential. πŸ“Š **Impact**: High Confidentiality, Integrity, and Availability loss (CVSS H).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🌐 **Access**: Network Accessible (AV:N). πŸ”‘ **Auth**: None Required (PR:N). πŸ‘οΈ **UI**: None Required (UI:N). πŸ“‰ **Complexity**: Low (AC:L). Easy to exploit remotely without credentials.

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

πŸ§ͺ **Exploit Status**: No specific PoC provided in the data. 🌍 **Wild Exploitation**: Unknown. However, given the low complexity and lack of auth, public exploits are likely emerging or easily crafted by attackers.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for WWBN AVideo instances. 🎯 **Target**: Check endpoints `/objects/videos.json.php` and `/objects/video.php`. πŸ“ **Test**: Inject SQL payloads into the `catName` parameter.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **YES**. πŸ“¦ **Patch**: Version **24.0** and later. πŸ”— **Reference**: GitHub Advisory GHSA-pv87-r9qf-x56p and Commit 0c10be6. Upgrade immediately to resolve the issue.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: If stuck on old versions, implement **WAF rules** to block SQL injection patterns in the `catName` parameter.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **P1**. With CVSS High severity, no auth required, and low complexity, this is a high-risk vulnerability. Immediate patching to v24.0+ is strongly recommended.