CRITICAL🇵🇱 Wersja polska

CVE-2024-31545

CVSS 9.4v3.1pub. 2024-04-22upd. 2025-04-14

Computer Laboratory Management System v1.0 is vulnerable to SQL Injection via the "id" parameter of /admin/?page=user/manage_user&id=6.

🤖 AI Analysis
How it works

An attacker sends a crafted HTTP request to the endpoint /admin/?page=user/manage_user&id=6, injecting malicious SQL code into the 'id' parameter. The application does not validate or sanitize input data before passing it to the database query (CWE-89). Since access to the vulnerable endpoint does not require authentication, the exploit can be performed by anyone with network access to the system. A public proof-of-concept (PoC) is available documenting how to exploit the vulnerability.

Impact

An attacker can gain unauthorized access to database contents (user data, credentials) and modify or delete data stored in the system. Depending on the database server configuration, it is also possible to escalate the attack to execute system commands.

Mitigation & patch

Apply patches available from the manufacturer according to the references. As a temporary workaround, it is recommended to restrict access to the administration panel exclusively to trusted IP addresses and enforce authentication on all protected resources. It is also recommended to use parameterized SQL queries (prepared statements) in the application code.

Who is affected

Computer Laboratory Management System v1.0 (Oretnom23 product)

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
  • Oretnom23 Computer Laboratory Management System

    APP
    Oretnom23
    1.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
SQLi
CWE
References

Related vulnerabilities

CVE-2024-34479CRITICAL9.8PL ✓same product

SQL Injection w SourceCodester Computer Laboratory Management System

CVE-2024-34480CRITICAL9.8PL ✓same product

SQL Injection w SourceCodester Computer Laboratory Management System 1.0

CVE-2024-31547CRITICAL9.1PL ✓same product

SQL Injection w Computer Laboratory Management System v1.0

CVE-2024-31546CRITICAL9.8PL ✓same product

SQL Injection w Computer Laboratory Management System v1.0 — parametr 'id'

CVE-2025-45956HIGH8.8same product

A SQL injection vulnerability in manage_damage.php in Sourcecodester Computer Laboratory Management System v1....