CRITICAL🇵🇱 Wersja polska

CVE-2024-31547

CVSS 9.1v3.1pub. 2024-04-19upd. 2025-04-14

Computer Laboratory Management System v1.0 is vulnerable to SQL Injection via the "id" parameter of /admin/item/view_item.php.

🤖 AI Analysis
How it works

The vulnerability results from the lack of proper validation and sanitization of input data passed in the 'id' parameter of HTTP request to the /admin/item/view_item.php file. An attacker can inject malicious SQL queries directly into the URL parameter, which are then executed by the database server without proper filtering. The lack of authentication requirement (PR:N) and user interaction (UI:N) makes the attack remotely exploitable over the network by any person.

Impact

An attacker can gain unauthorized access to sensitive data stored in the database (high confidentiality) and modify or delete data in the application database (high integrity).

Mitigation & patch

Patches available from the vendor should be applied according to the references. Additionally, it is recommended to implement parameterized SQL queries (prepared statements) and server-side input validation. It is recommended to restrict access to the administration panel only to trusted IP addresses.

Who is affected

Computer Laboratory Management System v1.0 by Oretnom23

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:N
  • 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-31545CRITICAL9.4PL ✓same product

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

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....