Description
A vulnerability has been found in SourceCodester Online Reviewer Management System 1.0. Impacted is an unknown function of the file /reviewer_0/admins/assessments/databank/btn_functions.php?action=add. The manipulation of the argument difficulty_id leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.
Published: 2026-09-23
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: SQL Injection
Action: Apply Patch
AI Analysis

Impact

The vulnerability exists in the SourceCodester Online Reviewer Management System 1.0 and allows an attacker to manipulate the difficulty_id argument in the file /reviewer_0/admins/assessments/databank/btn_functions.php?action=add. This manipulation exposes a classic SQL injection flaw that can be used to execute arbitrary SQL statements against the database. The result is unauthorized access, modification or deletion of data stored in the system’s database, potentially leading to data compromise or corruption. The weakness is categorized as CWE-74 and CWE-89, indicating inadequate input sanitization and classic SQL injection.

Affected Systems

Product: SourceCodester Online Reviewer Management System, Version 1.0. Only the 1.0 release is known to be affected according to the CNA and CPE entries. Any installation that has not applied the appropriate update is considered vulnerable.

Risk and Exploitability

The CVSS score of 6.9 places the vulnerability in the medium severity range but still significant, as remote exploitation is possible via HTTP requests. The EPSS score for this CVE is not available, which does not preclude the likelihood of exploitation but suggests limited publicly observed activity. The vulnerability is not listed in the CISA KEV catalog, but the public disclosure of an exploit indicates that attackers may already be attempting to use it. Attackers can trigger the flaw by sending a crafted HTTP request to the action=add endpoint with an injected difficulty_id value. No special privileges are required beyond network access to the web application.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a patched version of the SourceCodester Online Reviewer Management System if an official fix has been released.
  • If no patch is available, modify the application to validate and sanitize the difficulty_id parameter, or use prepared statements to eliminate direct string interpolation in SQL queries.
  • Restrict access to the btn_functions.php action=add endpoint through authentication, role‑based access control, or network segmentation to reduce the attack surface.

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:00:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in SourceCodester Online Reviewer Management System 1.0. Impacted is an unknown function of the file /reviewer_0/admins/assessments/databank/btn_functions.php?action=add. The manipulation of the argument difficulty_id leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.
Title SourceCodester Online Reviewer Management System btn_functions.php add 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-23T00:45:13.242Z

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

Link: CVE-2026-95924

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-23T01:16:32.110

Modified: 2026-09-23T01:16:32.110

Link: CVE-2026-95924

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