CVE-2026-78200
Received Received - Intake

SQL Injection in Library Management System

Vulnerability report for CVE-2026-78200, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-24

Last updated on: 2026-08-24

Assigner: VulDB

Description

A flaw has been found in itsourcecode Library Management System 1.0. The affected element is an unknown function of the file editbooks.php. Executing a manipulation of the argument ID can lead to sql injection. The attack can be executed remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-24
Last Modified
2026-08-24
Generated
2026-08-24
AI Q&A
2026-08-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode library_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in itsourcecode Library Management System 1.0. It affects functions in files like editbooks.php where the ID parameter is directly used in SQL queries without proper sanitization. Attackers can manipulate this parameter to inject malicious SQL code, potentially accessing or altering database contents.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-78200, inspect the Library Management System for unsanitized GET parameters in editbooks.php, editpublisher.php, editstaff.php, and editstudent.php. Check if $_GET['id'] is directly used in SQL queries without validation. Use tools like SQLmap to test for SQL injection by sending crafted requests to these endpoints.

Impact Analysis

An attacker could exploit this to extract sensitive library data, modify or delete records, or perform unauthorized actions in the system. Since the attack is remote, it poses risks to data confidentiality, integrity, and availability without requiring local access.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating GDPR's data protection principles or HIPAA's security requirements for protected health information. Non-compliance may result in legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

Immediately update the Library Management System to use prepared statements or cast the 'id' parameter to an integer before using it in SQL queries. Remove direct concatenation of user input into queries. Apply input validation and sanitization for all GET parameters in the affected files.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-78200. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart