CVE-2025-56162
BaseFortify
Publication date: 2025-10-02
Last updated on: 2025-10-30
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| yiovo | firefly_mall | From 2.01 (inc) |
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 an unauthenticated SQL injection in the goodsIds parameter of the /api/goods/listByIds endpoint in YOSHOP 2.0. The function getListByIds improperly concatenates user input into a database query, allowing attackers to manipulate the SQL command. This can lead to unauthorized access to or modification of database data.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can enumerate or modify database data, including dumping admin password hashes. They can also write web-shell files or invoke xp_cmdshell, which may lead to remote code execution on servers if the database has sufficient privileges.