CVE-2026-7075
Received Received - Intake
SQL Injection in itsourcecode CMS /locations.php Allows Remote Exploit

Publication date: 2026-04-27

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was found in itsourcecode Construction Management System 1.0. This issue affects some unknown processing of the file /locations.php. Performing a manipulation of the argument address results in sql injection. It is possible to initiate the attack remotely. The exploit has been made public and could be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-27
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2026-04-27
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode construction_management_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a SQL Injection found in the Construction Management System version 1.0, specifically in the /locations.php file through the 'address' parameter.

The application does not properly sanitize or validate the 'address' input before using it in SQL queries, allowing attackers to inject malicious SQL code remotely without authentication.

This can lead to unauthorized database access, data leakage, data tampering, full system control, and service interruptions.


How can this vulnerability impact me? :

Exploitation of this vulnerability can allow attackers to manipulate SQL queries, potentially resulting in unauthorized access to sensitive data, modification or deletion of data, and disruption of system services.

Attackers could gain full control over the affected system, leading to significant security risks and business continuity issues.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This SQL injection vulnerability in the /locations.php file can be detected by testing the 'address' parameter for injection flaws.

A practical approach is to use the sqlmap tool to automate detection. For example, the following command was used in testing:

  • python sqlmap.py --random-agent --batch -u "http://<target-ip>:<port>/locations.php" --data "submit=&address=1" -p address --dbms=mysql --current-db

This command targets the 'address' POST parameter to check for SQL injection vulnerabilities on a MySQL database.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this SQL injection vulnerability, immediate steps include:

  • Use prepared statements and parameter binding to separate SQL code from user input.
  • Implement strict input validation and filtering to ensure inputs conform to expected formats.
  • Minimize database user permissions by restricting accounts to the least privileges necessary and avoid using high-privilege accounts like 'root' or 'admin' for routine operations.
  • Conduct regular security audits to identify and address vulnerabilities promptly.

How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The SQL injection vulnerability in the Construction Management System 1.0 allows attackers to gain unauthorized access to sensitive data, potentially leading to data leakage, data tampering, and full system compromise.

Such unauthorized access and potential exposure of sensitive information can result in non-compliance with common standards and regulations like GDPR and HIPAA, which mandate the protection of personal and sensitive data.

Failure to protect data adequately due to this vulnerability could lead to violations of these regulations, resulting in legal penalties, reputational damage, and loss of trust.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart