CVE-2025-11611
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-11

Last updated on: 2026-04-29

Assigner: VulDB

Description
A weakness has been identified in SourceCodester Simple Inventory System 1.0. Impacted is an unknown function of the file /user.php. This manipulation of the argument uemail causes sql injection. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be exploited.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-11
Last Modified
2026-04-29
Generated
2026-06-16
AI Q&A
2025-10-11
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
codeastro simple_inventory_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2025-11611 is a SQL injection vulnerability in SourceCodester Simple Inventory System 1.0, specifically in the file /user.php. The vulnerability arises because the 'uemail' parameter is improperly handled and directly used in SQL queries without proper input validation or sanitization. This allows attackers to inject malicious SQL code remotely, potentially manipulating database queries to gain unauthorized access or control. [1]

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to the database, leakage of sensitive data, tampering with or deletion of data, full system compromise, and potential service interruptions. These impacts threaten system security and business continuity. [1]

Detection Guidance

This vulnerability can be detected by testing the `uemail` parameter in the `/SimpleInventorySystem-PHP/php_action/createUser.php` endpoint for SQL injection. A proof-of-concept uses a time-based blind SQL injection with MySQL's SLEEP function in a multipart POST request. Tools like sqlmap can be used to automate detection by targeting the `uemail` parameter. For example, a command with sqlmap could be: sqlmap -u "http://target/SimpleInventorySystem-PHP/php_action/createUser.php" --data="[email protected]" -p uemail --technique=T --dbms=MySQL [1]

Mitigation Strategies

Immediate mitigation steps include: 1) Using prepared statements to ensure user input is treated as data and not executable SQL code. 2) Implementing strict input validation and filtering on the `uemail` parameter to ensure it conforms to expected formats. 3) Minimizing database user permissions by avoiding the use of high-privilege accounts for routine database operations. 4) Conducting regular security audits of code and systems to detect and remediate vulnerabilities promptly. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-11611. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart