VYPR
Unrated severityNVD Advisory· Published Dec 17, 2023· Updated May 7, 2025

SourceCodester Best Courier Management System manage_user.php sql injection

CVE-2023-6898

Description

A vulnerability classified as critical has been found in SourceCodester Best Courier Management System 1.0. Affected is an unknown function of the file manage_user.php. The manipulation of the argument id leads to sql injection. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-248256.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A critical SQL injection in SourceCodester Best Courier Management System 1.0's manage_user.php allows unauthenticated attackers to extract database data or execute commands.

Vulnerability

A critical SQL injection vulnerability exists in SourceCodester Best Courier Management System version 1.0 (released 2023/10/27) [1]. The flaw resides in the file manage_user.php at line 5, where the id parameter is directly concatenated into an SQL query without sanitization [1]. An attacker can inject arbitrary SQL statements via the id GET parameter. The vulnerable version is the one available from SourceCodester as of that date.

Exploitation

The attacker needs only network access to the web application; no authentication is required [1]. The exploit uses a crafted HTTP GET request to manage_user.php with a malicious id parameter. For example, the proof-of-concept payload (select*from(select+sleep(3)union/**/select+1)a) causes a 3-second delay, confirming time-based blind SQL injection [1]. The attacker can automate extraction using tools like sqlmap over the same endpoint.

Impact

Successful exploitation allows an attacker to retrieve arbitrary data from the database, including credentials and other sensitive information [1]. The advisory further states that attackers may gain control of the website by obtaining database information [1]. The impact is high confidentiality compromise, with potential for privilege escalation depending on the database user's permissions.

Mitigation

As of the publication date (2023-12-17), no official patch has been released by SourceCodester. The vendor has not addressed this issue in any subsequent version known from the references. The only mitigation is to sanitize or parameterize the id parameter in manage_user.php. Until a fix is available, administrators should restrict network access to the application or apply a Web Application Firewall rule to block SQL injection payloads. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.