AVideo Vulnerable to SQL Injection in Subscribe Endpoint via Unsanitized user_id Parameter in subscribe.php
Description
WWBN AVideo is an open source video platform. In versions up to and including 26.0, the Subscribe::save() method in objects/subscribe.php concatenates the $this->users_id property directly into an INSERT SQL query without sanitization or parameterized binding. This property originates from $_POST['user_id'] in both subscribe.json.php and subscribeNotify.json.php. An authenticated attacker can inject arbitrary SQL to extract sensitive data from any database table, including password hashes, API keys, and encryption salts. Commit 36dfae22059fbd66fd34bbc5568a838fc0efd66c contains a patch.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
wwbn/avideoPackagist | <= 26.0 | — |
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-ffr8-fxhv-fv8hghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-33723ghsaADVISORY
- github.com/WWBN/AVideo/commit/36dfae22059fbd66fd34bbc5568a838fc0efd66cghsax_refsource_MISCWEB
- github.com/WWBN/AVideo/security/advisories/GHSA-ffr8-fxhv-fv8hghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.