CVE-2026-2197
Published: 09 February 2026
Summary
CVE-2026-2197 is a high-severity Injection (CWE-74) vulnerability in Fabian Online Reviewer System. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Validates query inputs to prevent SQL syntax or command manipulation.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote SQL injection in a web application component enables exploitation of a public-facing app without authentication.
NVD Description
A vulnerability was determined in code-projects Online Reviewer System 1.0. Impacted is an unknown function of the file /system/system/admins/assessments/pretest/exam-delete.php. This manipulation of the argument test_id causes sql injection. It is possible to initiate the attack remotely. The exploit has been…
more
publicly disclosed and may be utilized.
Deeper analysisAI
CVE-2026-2197 is a SQL injection vulnerability (CWE-74, CWE-89) in code-projects Online Reviewer System 1.0, published on 2026-02-09. The flaw resides in an unknown function within the file /system/system/admins/assessments/pretest/exam-delete.php, where manipulation of the test_id argument enables SQL injection.
Attackers can exploit this remotely with network access, low complexity, no privileges required, and no user interaction, as indicated by its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation allows limited impacts on confidentiality, integrity, and availability.
Advisories provide further details at https://code-projects.org/, https://github.com/tiancesec/CVE/issues/18, https://vuldb.com/?ctiid.344900, https://vuldb.com/?id.344900, and https://vuldb.com/?submit.750012. The exploit has been publicly disclosed and may be utilized.
The vulnerability's public disclosure increases the risk of active exploitation in unpatched instances of the affected software.
Details
- CWE(s)