Description
A vulnerability was identified in SourceCodester Online Reviewer Management System 1.0. This affects an unknown function of the file /reviewer_0/admins/assessments/pretest/exam-delete.php. Such manipulation of the argument test_id leads to sql injection. The attack may be performed from remote. The exploit is publicly available and might be used.
Published: 2026-09-23
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Remote SQL Injection
Action: Patch Immediately
AI Analysis

Impact

A SQL injection flaw exists in the exam-delete.php script of SourceCodester Online Reviewer Management System 1.0. The flaw is caused by inadequate sanitization of the test_id parameter, allowing an attacker to inject arbitrary SQL statements. The vulnerability is classified as CWE‑74 and CWE‑89 and can compromise the confidentiality, integrity, and availability of the underlying database by enabling the extraction, modification, or deletion of data.

Affected Systems

The system affected is SourceCodester’s Online Reviewer Management System, version 1.0. The vulnerability resides in the admin assessment pretest exam-delete.php module on that release. No additional affected versions are listed, so the risk applies to installations running 1.0.

Risk and Exploitability

The flaw carries a CVSS base score of 6.9, indicating a moderate severity level. Remote exploitation is possible and an exploit is publicly available, but the EPSS score is not published. The vulnerability is not yet listed in the CISA KEV catalog. Because of the public availability of the exploit and the remote nature of the attack vector, the likelihood of exploitation is non‑negligible, especially for unattended or unpatched deployments.

Generated by OpenCVE AI on September 23, 2026 at 02:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SourceCodester Online Reviewer Management System to the latest patched release that addresses the exam-delete.php SQL injection issue.
  • If an update is not immediately available, implement server‑side validation to ensure the test_id parameter contains only numeric values, rejecting any non‑numeric input.
  • Configure the database account used by the application to have the least privilege necessary, removing rights to execute arbitrary SQL statements.
  • Deploy a web application firewall rule that detects and blocks common SQL injection patterns targeting the exam‑delete.php endpoint.

Generated by OpenCVE AI on September 23, 2026 at 02:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 01:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in SourceCodester Online Reviewer Management System 1.0. This affects an unknown function of the file /reviewer_0/admins/assessments/pretest/exam-delete.php. Such manipulation of the argument test_id leads to sql injection. The attack may be performed from remote. The exploit is publicly available and might be used.
Title SourceCodester Online Reviewer Management System exam-delete.php sql injection
First Time appeared Sourcecodester
Sourcecodester online Reviewer Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:sourcecodester:online_reviewer_management_system:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester online Reviewer Management System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Sourcecodester Online Reviewer Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-23T01:30:14.442Z

Reserved: 2026-09-22T17:17:29.722Z

Link: CVE-2026-95927

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-23T02:16:55.537

Modified: 2026-09-23T02:16:55.537

Link: CVE-2026-95927

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T02:30:17Z

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')