Gửi #886157: itsourcecode Library Management System 1.0 SQL Injectionthông tin

tiêu đềitsourcecode Library Management System 1.0 SQL Injection
Mô tảDescription: Six files use `$_GET['id']` concatenated directly into SQL without sanitization or casting. Affected: `editbooks.php`, `editpublisher.php`, `editstaff.php`, `editstudent.php`, and more. Vulnerable Code: **Example - `editbooks.php`, Line 34**: ```php $id = $_GET['id']; $query = "SELECT * FROM books WHERE book_id = $id"; $result = mysqli_query($con, $query); ``` Impact: - Extract all library data via UNION injection - Modify or delete book, staff, student records - Six separate attack vectors via GET parameters Reference: https://github.com/microwaveabi/vul/issues/89
Nguồn⚠️ https://github.com/microwaveabi/vul/issues/89
Người dùng
 microwave (UID 96185)
Đệ trình11/07/2026 05:15 (cách đây 1 tháng)
Kiểm duyệt24/08/2026 00:40 (1 month later)
Trạng tháiđược chấp nhận
Mục VulDB394577 [itsourcecode Library Management System 1.0 editbooks.php ID Tiêm SQL]
điểm20

Do you know our Splunk app?

Download it now for free!