Vulnerability Description
SQL Injection via ORDER BY clause in V2Board thru 1.7.4. In app/Http/Controllers/Admin/UserController.php, the sort parameter from user input is passed directly to User::orderBy($sort, $sortType) without validation. An authenticated admin can sort users by any database column including password, remember_token, and other sensitive fields, enabling information disclosure through ordering analysis.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| V2Board | V2Board | <= 1.7.4 |
Related Weaknesses (CWE)
References
- https://gist.github.com/sgInnora/1330e1a82caa79906eec55eeff2c99b9Third Party Advisory
- https://github.com/v2board/v2boardProduct
FAQ
What is CVE-2026-37505?
CVE-2026-37505 is a vulnerability with a CVSS score of 4.9 (MEDIUM). SQL Injection via ORDER BY clause in V2Board thru 1.7.4. In app/Http/Controllers/Admin/UserController.php, the sort parameter from user input is passed directly to User::orderBy($sort, $sortType) with...
How severe is CVE-2026-37505?
CVE-2026-37505 has been rated MEDIUM with a CVSS base score of 4.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-37505?
Check the references section above for vendor advisories and patch information. Affected products include: V2Board V2Board.