CVE-2026-95927
Received Received - Intake

SQL Injection in Online Reviewer Management System

Vulnerability report for CVE-2026-95927, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-23
Last Modified
2026-09-23
Generated
2026-09-23
AI Q&A
2026-09-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester online_reviewer_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in SourceCodester Online Reviewer Management System 1.0. It exists in the exam-delete.php file where the test_id parameter is not properly validated. Attackers can inject malicious SQL code through this parameter to manipulate the database without authentication.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-95927, monitor network traffic for suspicious requests targeting the /reviewer_0/admins/assessments/pretest/exam-delete.php file. Look for unusual parameters like test_id with payloads such as ' OR 1=1 -- or other SQL syntax. Use tools like SQLmap to test for injection by sending crafted inputs and observing responses.

Impact Analysis

An attacker could exploit this to access or modify sensitive data in the database, steal information, alter records, or even take control of the system. Since no authentication is required, the attack can be launched remotely by anyone.

Compliance Impact

This vulnerability could lead to unauthorized data access or leaks, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Non-compliance may result in legal penalties and reputational damage.

Mitigation Strategies

Immediately update the Online Reviewer Management System to a patched version if available. Implement strict input validation for the test_id parameter to reject non-numeric values. Use prepared statements with parameter binding in all database queries. Restrict database user permissions to the minimum required. Disable public access to the vulnerable file if possible.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-95927. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart