Loading market data...
← Back to CVE feed

CVE-2026-37505

MEDIUM CVSS 4.9 View on NVD ↗

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 Vector

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Published: May 01, 2026 16:16 UTC Modified: May 01, 2026 20:16 UTC