VYPR
Unrated severityNVD Advisory· Published Jul 29, 2024· Updated Aug 2, 2024

CVE-2024-37858

CVE-2024-37858

Description

SQL Injection vulnerability in Lost and Found Information System 1.0 allows a remote attacker to escalate privileges via the id parameter to php-lfis/admin/categories/manage_category.php.

AI Insight

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

SQL injection in Lost and Found Information System 1.0 allows remote attackers to escalate privileges via the id parameter in manage_category.php.

Vulnerability

The Lost and Found Information System version 1.0, available from SourceCodester [1], contains a SQL injection vulnerability in the php-lfis/admin/categories/manage_category.php script. The id parameter is not properly sanitized, allowing an attacker to inject arbitrary SQL queries. This vulnerability is present in version 1.0 of the application.

Exploitation

An attacker can exploit this vulnerability remotely without authentication by sending a crafted HTTP request to the vulnerable endpoint with a malicious id parameter. The attacker does not need any special privileges or user interaction. The injection occurs in the context of the database query, enabling the attacker to manipulate the SQL statement.

Impact

Successful exploitation allows a remote attacker to escalate privileges, potentially gaining unauthorized access to administrative functions or sensitive data. The impact includes information disclosure, data manipulation, and potential full compromise of the application's database.

Mitigation

As of the publication date (2024-07-29), no official patch has been released by the vendor. Users should apply input validation and parameterized queries to mitigate the vulnerability. If the application is no longer maintained, consider migrating to a secure alternative.

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

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.