CVE-2023-33677
Description
Sourcecodester Lost and Found Information System's Version 1.0 is vulnerable to unauthenticated SQL Injection at "?page=items/view&id=*".
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Sourcecodester Lost and Found Information System v1.0 has an unauthenticated SQL injection in the items/view page via the id parameter.
Vulnerability
The Lost and Found Information System version 1.0 from Sourcecodester is vulnerable to unauthenticated SQL injection in the ?page=items/view&id=* endpoint. The id parameter is directly concatenated into SQL queries without sanitization or parameterization, allowing an attacker to inject arbitrary SQL commands. No authentication is required to reach this code path [1].
Exploitation
An attacker can exploit this vulnerability by sending a crafted HTTP GET request to the vulnerable URL, appending malicious SQL payloads to the id parameter. Since the application does not require authentication, any remote attacker can perform this attack. Typical SQL injection techniques such as UNION-based or error-based injection can be used to extract data [1].
Impact
Successful exploitation allows an attacker to read, modify, or delete arbitrary data from the underlying database. This can lead to disclosure of sensitive information, including user credentials, personal data, and system configuration. In some cases, the attacker may escalate to full database compromise or gain administrative access to the application [1].
Mitigation
As of the publication date (2024-03-06), no official patch or updated version has been released by Sourcecodester. Users are advised to implement input validation and use parameterized queries (prepared statements) to mitigate the risk. Until a fix is available, restricting network access to the application or deploying a web application firewall (WAF) may reduce exposure [1].
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Sourcecodester/Lost and Found Information Systemdescription
- Range: = 1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.