CVE-2026-10237
SQL Injection in Water Billing Management System
Publication date: 2026-06-01
Last updated on: 2026-06-01
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sourcecodester | water_billing_management_system | 1.0 |
Helpful Resources
Exploitability
| 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 exists in the SourceCodester Water Billing Management System 1.0, specifically in the User Management Module within the file /admin/?page=user/manage_user. It involves an SQL injection caused by manipulation of the argument ID. This means an attacker can remotely exploit the system by injecting malicious SQL code through the ID parameter.
How can this vulnerability impact me? :
The vulnerability allows remote attackers to perform SQL injection attacks, which can lead to unauthorized access or modification of the database. This could result in data leakage, data corruption, or unauthorized actions within the User Management Module.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability is a SQL injection in the User Management Module of SourceCodester Water Billing Management System 1.0, which could allow remote attackers to manipulate user data.
Such vulnerabilities can potentially lead to unauthorized access or disclosure of personal or sensitive data, which may impact compliance with data protection regulations like GDPR or HIPAA.
However, specific effects on compliance depend on the nature of the data exposed and the organization's mitigation measures.