VYPR
High severityNVD Advisory· Published Dec 4, 2025· Updated Apr 15, 2026

CVE-2024-58276

CVE-2024-58276

Description

Obi08/Enrollment System 1.0 contains a SQL injection vulnerability in the keyword parameter of /get_subject.php that allows unauthenticated attackers to execute arbitrary SQL queries. Attackers can use UNION-based injection to extract sensitive information from the users table including usernames and passwords.

AI Insight

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

Enrollment System v1.0 has an unauthenticated SQL injection in /get_subject.php allowing attackers to extract usernames and passwords via UNION-based queries.

Vulnerability

Overview

Obi08/Enrollment System v1.0 contains a SQL injection vulnerability in the keyword parameter of /get_subject.php [1][3]. The application fails to properly sanitize user input before incorporating it into SQL queries, allowing an attacker to inject arbitrary SQL commands. This is classified as CWE-89 Improper Neutralization of Special Elements used in an SQL Command [3].

Exploitation

Details

The vulnerability is exploitable without authentication, requiring only network access to the web application [1]. An attacker can use UNION-based SQL injection to extract data from the users table, which stores usernames and passwords [1][3]. The exploit is publicly available on Exploit-DB, demonstrating the ease of exploitation [1].

Impact

Successful exploitation allows an unauthenticated attacker to retrieve sensitive credentials from the database [1][3]. With these credentials, an attacker could gain administrative access to the enrollment system, potentially compromising student and administrator accounts.

Mitigation

As of the publication date, no official patch has been released. The vendor's GitHub repository [2] provides the source code, and users are advised to implement input validation and parameterized queries to prevent SQL injection. Until a fix is applied, the system remains vulnerable to credential theft.

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

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.