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.
Published: 2026-09-24
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection
Action: Assess
AI Analysis

Impact

The vulnerability lies within the Multi‑User‑Selector AJAX endpoint of Forma LMS (versions up to 4.1.43). By manipulating the Name parameter sent to the endpoint /appCore/ajax.adm_server.php?r=adm/userselector/getData, an attacker can inject arbitrary SQL statements that are executed against the application’s database. This flaw permits execution of unintended queries, potentially exposing, altering, or destroying database contents, depending on the privileges of the process that handles the request.

Affected Systems

Forma LMS versions 4.1.43 and earlier are affected. Administrators or users who can access the /appCore/ajax.adm_server.php endpoint with the getDataTask function are at risk.

Risk and Exploitability

The CVSS score of 5.3 indicates medium severity. The EPSS score is not available, so the exact likelihood of exploitation is unknown, but the vulnerability is remotely reachable and publicly disclosed. The CISA KEV catalog does not list this issue. The likely attack vector is HTTP requests to the vulnerable endpoint, which can originate from anywhere on the internet.

Generated by OpenCVE AI on September 24, 2026 at 03:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict access to the /appCore/ajax.adm_server.php endpoint to trusted administrators only and enforce strong authentication.
  • Apply strict input validation or a whitelist to ensure the Name parameter contains only allowed characters and to reject malformed input.
  • Deploy or configure a Web Application Firewall (WAF) rule set to detect and block SQL injection patterns targeting the getDataTask endpoint.
  • Regularly monitor application logs for anomalous SQL activity and verify that no unexpected queries are being executed.
  • Verify that a vendor patch or update is released and apply it as soon as it becomes available.

Generated by OpenCVE AI on September 24, 2026 at 03:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 01:45:00 +0000

Type Values Removed Values Added
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.
Title Forma LMS Multi-User-Selector AJAX Endpoint getData getDataTask sql injection
First Time appeared Forma
Forma lms
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:forma:lms:*:*:*:*:*:*:*:*
Vendors & Products Forma
Forma lms
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-24T01:15:11.753Z

Reserved: 2026-09-23T16:22:20.143Z

Link: CVE-2026-96777

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-24T02:16:53.563

Modified: 2026-09-24T14:40:36.103

Link: CVE-2026-96777

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T04:00:12Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')