CVE-2026-5620
Description
A vulnerability has been found in itsourcecode Construction Management System 1.0. Affected is an unknown function of the file /borrowed_equip_report.php of the component Parameter Handler. The manipulation of the argument Home leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection vulnerability in itsourcecode Construction Management System 1.0 allows unauthenticated remote attackers to execute arbitrary SQL commands via the 'start' parameter.
Root
Cause A SQL injection vulnerability exists in the /borrowed_equip_report.php file of itsourcecode Construction Management System 1.0. The application fails to sanitize the 'start' parameter before using it in SQL queries, allowing an attacker to inject malicious SQL code. The root cause is improper input validation [1].
Exploitation
The attack can be initiated remotely. While some descriptions mention authentication, the provided exploit proof-of-concept (POC) does not require valid credentials, and the reference explicitly states "NO AUTHENTICATION REQUIRED" [1]. An attacker can send a crafted POST request with a malicious 'start' parameter to trigger error-based or time-based blind SQL injection.
Impact
Successful exploitation allows an attacker to access, modify, or delete sensitive database content. This could lead to unauthorized data leakage, data tampering, and potential control over the application's database [1].
Mitigation
As of the publication date, no official patch has been released by the vendor. The vulnerability has been publicly disclosed and exploit code is available. Administrators should consider implementing input validation and parameterized queries as a workaround, or restrict access to the affected file [1].
AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6News mentions
0No linked articles in our index yet.