itsourcecode Document Management System SQL Injection Vulnerability in Login Component

Vulnerability

A SQL injection vulnerability exists in itsourcecode Document Management System version 1.0, specifically within the Login component's '/loging.php' file. The issue arises because the application improperly sanitizes the 'username' parameter, allowing attackers to inject malicious SQL code. This vulnerability can be exploited remotely, without authentication.

Impact

Exploitation of this vulnerability allows for unauthorized manipulation of SQL queries, potentially leading to unauthorized database access, data leakage, data tampering, and disruption of service.

Reproduction

The vulnerability can be reproduced by sending a POST request to 'loging.php' with the 'username' parameter. Injected SQL payloads can be used to exploit the vulnerability, such as boolean-based blind SQL injection techniques. The 'password' parameter can be used to fulfill the login requirement, but no valid credentials are necessary.

Remediation

It is recommended to use prepared statements and parameter binding to prevent SQL injection, validate and filter user input, minimize database user permissions, and conduct regular security audits.

Added: Feb 25, 2026, 12:19 AM
Updated: Feb 25, 2026, 12:19 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
3.1
exploitability
8.7
remediation
0.0
relevance
3.2
threat
6.4
urgency
2.9
incentive
4.2

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