CVE-2025-9339
BaseFortify
Publication date: 2025-10-21
Last updated on: 2025-10-24
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| simple | simple.erp | * |
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection in the warehouse document filtering form fields of SIMPLE.ERP software. It allows a logged-in user to send a malicious payload of up to 20 characters, which can be used to delete database tables with names up to 6 characters long. However, there is no identified method to exfiltrate data due to the query character limit.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with logged-in access to delete database tables, potentially causing data loss or disruption of the SIMPLE.ERP system's functionality. This could lead to operational issues and loss of important business data.