CVE-2025-14568
SQL Injection in haxxorsid Stock-Management-System User.php
Publication date: 2025-12-12
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| haxxorsid | stock-management-system | * |
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
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by identifying requests to the vulnerable endpoint model/User.php that include the parameters employee_id, id, or admin. You can use Google dorking with the query 'inurl:model/User.php' to find potentially vulnerable targets. On your system or network, monitoring HTTP requests for suspicious SQL injection patterns in these parameters can help detect exploitation attempts. Specific commands are not provided, but searching logs for requests containing 'employee_id=', 'id=', or 'admin=' parameters with unusual input may help. Additionally, reviewing web server logs or using web application firewalls to detect SQL injection patterns targeting these parameters is recommended. [1]
What immediate steps should I take to mitigate this vulnerability?
No known mitigations or countermeasures exist for this vulnerability in the affected product, which is no longer supported by the vendor. The recommended immediate step is to replace the affected system with an alternative product that is actively maintained and secure. Until replacement, applying strict input validation, web application firewall rules to block SQL injection attempts, and monitoring for exploitation attempts may help reduce risk, but these are not guaranteed fixes. [1]
Can you explain this vulnerability to me?
This vulnerability is a SQL injection in the haxxorsid Stock-Management-System affecting an unknown function in the file model/User.php. It occurs due to manipulation of the arguments employee_id, id, or admin, allowing an attacker to inject malicious SQL code. The attack can be performed remotely. The affected product versions are no longer supported, and the vendor did not respond to the disclosure.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary SQL commands on the database, potentially leading to unauthorized data access, data modification, or deletion. Since the attack can be initiated remotely, it poses a significant risk to the confidentiality, integrity, and availability of the system's data.