VYPR
Unrated severityNVD Advisory· Published May 14, 2023· Updated Aug 2, 2024

SourceCodester Lost and Found Information System GET Parameter sql injection

CVE-2023-2698

Description

A vulnerability classified as critical was found in SourceCodester Lost and Found Information System 1.0. Affected by this vulnerability is an unknown functionality of the file admin/?page=items/manage_item of the component GET Parameter Handler. The manipulation of the argument id leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-228979.

AI Insight

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

Lost and Found Information System 1.0 has a SQL injection in the admin/?page=items/manage_item endpoint via the id parameter, allowing remote attacks with known exploit code.

Vulnerability

A critical SQL injection vulnerability exists in SourceCodester Lost and Found Information System version 1.0. The flaw resides in the admin/?page=items/manage_item endpoint, specifically within the id GET parameter of the item management functionality. No authentication or special privileges are required to reach the vulnerable code path. The parameter is directly concatenated into SQL queries without sanitization or parameterization, enabling injection. [1]

Exploitation

An attacker can exploit this vulnerability remotely by sending a crafted HTTP GET request to the vulnerable endpoint with a malicious id parameter. The exploit is publicly disclosed, including proof-of-concept details such as the exact request structure and injected payload. The attacker does not need authentication or prior knowledge of the system, as the vulnerable page is accessible without login. [1]

Impact

Successful exploitation allows an attacker to execute arbitrary SQL commands against the underlying database. This can lead to unauthorized retrieval, modification, or deletion of sensitive data (confidentiality, integrity, availability impact). The attacker gains read and write access to database contents at whatever privilege level the application is configured to use for its database connections. [1]

Mitigation

As of the publication date, no patch or fixed version has been released by the vendor. Users should upgrade to a non-vulnerable version if and when it becomes available. In the absence of an official fix, administrators should restrict network access to the admin interface and apply web application firewall (WAF) rules to block SQL injection patterns; however, these are temporary mitigations. The vulnerability is not known to be listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. [1]

AI Insight generated on May 27, 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

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

3

News mentions

0

No linked articles in our index yet.