CVE-2026-10235
SQL Injection in CodeAstro Ingredients Stock 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
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a flaw found in the CodeAstro Ingredients Stock Management System version 1.0. It exists in the file /Ingredients-Stock/stock_manager.php and is caused by improper handling of the argument txt_search_category, which leads to an SQL injection vulnerability. This means that an attacker can manipulate this argument to execute arbitrary SQL commands on the database.
The attack can be initiated remotely, and an exploit for this vulnerability has already been published, making it possible for attackers to use it.
How can this vulnerability impact me? :
This SQL injection vulnerability can allow an attacker to manipulate the database behind the stock management system. Potential impacts include unauthorized access to sensitive data, modification or deletion of data, and disruption of the system's normal operations.
Since the exploit is publicly available and the attack can be performed remotely, the risk of exploitation is significant if the system is not properly secured or patched.