CVE-2026-96777 Details
Description
A vulnerability was determined in Forma LMS up to 4.1.43. This impacts the function UserselectorAdmController::getDataTask of the file /appCore/ajax.adm_server.php?r=adm/userselector/getData of the component Multi-User-Selector AJAX Endpoint. This manipulation of the argument Name causes sql injection. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
A SQL injection vulnerability has been identified in Forma LMS versions through 4.1.43. The issue arises in the UserselectorAdmController::getDataTask function, specifically within the Multi-User-Selector AJAX Endpoint. The vulnerability is triggered by manipulating the 'columns[i][name]' parameter, which is concatenated as an unquoted identifier into the 'WHERE' clause of several SQL queries without proper validation. This flaw allows authenticated users, including those with no administrative privileges, to execute SQL injection attacks remotely.
The recommended remediation is to implement whitelist validation for SQL identifiers in the affected AJAX endpoint. Each model should validate column names against a predefined list of allowed values before using them in SQL queries.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/lorenzobruno7/advisory_formalms_sql/tree/main | [email protected] | AdvisoryExploitTechnical Description |
| https://github.com/lorenzobruno7/advisory_formalms/tree/main | [email protected] | AdvisoryTechnical Description |
| https://vuldb.com/cve/CVE-2026-96777 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/905111 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/409034 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/409034/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Forma LMS | <= 4.1.43 (semver) |
CPE
Remediation
| |
Change History
1 change record found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | New CVE Received | [email protected] |
Volerion