Projectworlds Advanced Library Management System SQL Injection Vulnerability in view_book.php

Vulnerability

A SQL injection vulnerability has been identified in version 1.0 of the Projectworlds Advanced Library Management System. The issue arises in the view_book.php file, where the book_id parameter is not properly validated, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, without any authentication, leading to unauthorized database access, data manipulation, and potential leakage of sensitive information.

Impact

Exploitation of this vulnerability allows for unauthorized access to the database, where attackers can read, modify, or delete data. Additionally, there is a risk of accessing sensitive information and disrupting services, which could have serious implications for system security and business operations.

Reproduction

The vulnerability can be reproduced by sending a request to view_book.php with a crafted book_id parameter that includes SQL injection payloads. This can be done using tools like sqlmap, which automate the process of finding and exploiting SQL injection vulnerabilities.

Remediation

It is recommended to use prepared statements and parameter binding to prevent SQL injection. Input validation and filtering should be implemented to ensure user input conforms to expected formats. Additionally, database user permissions should be minimized, and regular security audits conducted to identify and address potential vulnerabilities.

Added: Dec 11, 2025, 5:25 PM
Updated: Dec 11, 2025, 8:45 PM

Vulnerability Rating

Custom Algorithm
spread
0.8
impact
7.5
exploitability
9.5
remediation
0.0
relevance
1.4
threat
6.4
urgency
2.9
incentive
10.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.