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.
Published: 2026-08-24
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection
Action: Patch Now
AI Analysis

Impact

The vulnerability lies in an unprotected function of the editbooks.php script within the Library Management System. An attacker can manipulate the ID argument to inject arbitrary SQL statements, giving the attacker the ability to read, modify, or delete data stored in the back‑end database. This is a classic SQL injection flaw (CWE‑74 and CWE‑89) that has the potential to compromise confidentiality, integrity, or availability of the application’s data.

Affected Systems

The flaw affects itsourcecode Library Management System version 1.0, which runs on a web server exposed over the internet. The vulnerable code is reachable through the editbooks.php endpoint, and the product is marketed under the itsourcecode brand.

Risk and Exploitability

With a CVSS score of 5.3 the vulnerability is classified as moderate. No EPSS data is available, and the flaw is not listed in the CISA KEV catalog. Attackers can execute the flaw remotely by sending a crafted request to the editbooks.php endpoint that includes a malicious ID payload; because the parameter is not validated, the injection succeeds without authentication. The exploitation is simplest for anyone who can reach the web interface from the network, potentially leading to unauthorized data disclosure or control over the database.

Generated by OpenCVE AI on August 24, 2026 at 07:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available vendor patch or upgrade to a newer release of itsourcecode Library Management System that addresses the SQL injection issue.
  • Implement input validation on the ID parameter, ensuring it is an integer and is bound to the query using prepared statements or parameterized queries.
  • Deploy a web‑application firewall or configure access control rules that block suspicious payloads and limit special characters that could indicate injection attempts.

Generated by OpenCVE AI on August 24, 2026 at 07:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title itsourcecode Library Management System editbooks.php sql injection
First Time appeared Itsourcecode
Itsourcecode library Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:library_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode library Management System
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Itsourcecode Library Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-24T16:34:17.862Z

Reserved: 2026-08-23T22:40:09.049Z

Link: CVE-2026-78200

cve-icon Vulnrichment

Updated: 2026-08-24T16:34:11.985Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T06:20:56.080

Modified: 2026-08-24T17:18:19.100

Link: CVE-2026-78200

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T21:11:46Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')