CVE-2026-7075
Published: 27 April 2026
Summary
CVE-2026-7075 is a medium-severity Injection (CWE-74) vulnerability in Itsourcecode (inferred from references). Its CVSS base score is 5.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-7075 is a SQL injection vulnerability affecting itsourcecode Construction Management System 1.0. The issue occurs in the processing of the /locations.php file, where manipulation of the "address" argument enables SQL injection. Published on 2026-04-27T02:16:01.480, it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and maps to CWEs-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection).
The vulnerability is remotely exploitable by unauthenticated attackers with low complexity and no user interaction required. Successful exploitation allows limited impacts to confidentiality, integrity, and availability, such as unauthorized access to sensitive data, modification of database contents, or disruption of service through injected SQL payloads.
Advisories and details are documented on VulDB (https://vuldb.com/vuln/359650, https://vuldb.com/submit/799545, https://vuldb.com/vuln/359650/cti) and a GitHub issue (https://github.com/Beatriz-ai-boop/cve/issues/4), with the vendor site at https://itsourcecode.com/. The exploit has been made public and could be used, but no specific patches or mitigation steps are detailed in the available information.
The public availability of the exploit heightens the urgency for practitioners to assess exposure in environments running the affected software.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-25753
Vulnerability details
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…
more
exploit has been made public and could be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The remote unauthenticated SQL injection in a public-facing web application (/locations.php) directly enables T1190: Exploit Public-Facing Application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 requires validating and sanitizing all inputs, such as the 'address' parameter in /locations.php, to prevent SQL injection exploitation as in CVE-2026-7075.
SI-2 mandates timely remediation of identified flaws, directly addressing the SQL injection vulnerability in the Construction Management System's /locations.php.
SC-7 enforces boundary protection with mechanisms like web application firewalls to block or detect SQL injection payloads targeting the vulnerable endpoint.