Description
A vulnerability was determined in SourceCodester Online Reviewer Management System 1.0. The impacted element is an unknown function of the file /reviewer_0/admins/assessments/pretest/btn_functions.php?action=update. This manipulation of the argument test_id causes sql injection. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-09-23
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Remote SQL Injection
Action: Apply Fix
AI Analysis

Impact

A function in the admin update endpoint allows an attacker to supply a malicious test_id that is inserted into an SQL query without adequate sanitization. Because the file is reachable via a normal HTTP request, the flaw can be triggered remotely. Successful exploitation could let an attacker read, modify, or delete review data stored in the database, compromising confidentiality, integrity, or availability of the system.

Affected Systems

SourceCodester Online Reviewer Management System version 1.0; the vulnerability resides in the /reviewer_0/admins/assessments/pretest/btn_functions.php file accessed via the action=update query.

Risk and Exploitability

The flaw carries a CVSS score of 6.9, indicating medium severity, and is not listed in the CISA KEV database. The EPSS score is not available, so the exact likelihood of exploitation remains uncertain, but public disclosure and remote reachability suggest that attackers could exercise it over the network. Attackers would need to craft a request with a malicious test_id parameter targeting the update action.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an updated version of SourceCodester Online Reviewer Management System that contains the fix for the SQL injection in the update endpoint.
  • Restrict access to the admin interface by IP whitelisting VPN, or firewall rules to limit who can send requests to the update action.
  • Deploy a web application firewall that examines incoming requests for SQL injection patterns and blocks suspicious test_id values before reaching the application.
  • Ensure the application validates all input parameters and uses parameterized queries or prepared statements for database access, addressing the underlying CWE‑74 and CWE‑89 weaknesses.

Generated by OpenCVE AI on September 23, 2026 at 02:21 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 determined in SourceCodester Online Reviewer Management System 1.0. The impacted element is an unknown function of the file /reviewer_0/admins/assessments/pretest/btn_functions.php?action=update. This manipulation of the argument test_id causes sql injection. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized.
Title SourceCodester Online Reviewer Management System btn_functions.php update 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:15:15.478Z

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

Link: CVE-2026-95926

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-95926

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