CVE-2026-37505
MEDIUM EPSS 15.4%
Published May 1, 20262mo ago · Modified Jun 17, 20262w ago
4.9 CVSS 3.1
Published May 1, 2026 2mo ago
Last Modified Jun 17, 2026 2w ago
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 Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N Attack Vector Network
Attack Complexity Low
Privileges Required High
User Interaction None
Scope Unchanged
Confidentiality High
Integrity None
Availability None
Threat Intelligence
EPSS Exploit Probability
15.4% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-89 SQL Injection Injection
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| v2board | v2board | * | ≤1.7.4 |
References 2
- gist.github.com https://gist.github.com/sgInnora/1330e1a82caa79906eec55eeff2c99b9
- github.com https://github.com/v2board/v2board
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.