CVE-2024-58290
BaseFortify
Publication date: 2025-12-11
Last updated on: 2025-12-11
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| xhibiter | nft_marketplace | 1.10.2 |
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 Xhibiter NFT Marketplace version 1.10.2, specifically in the collections endpoint. It allows attackers to manipulate database queries through the 'id' parameter by using boolean-based, time-based, and UNION-based SQL injection techniques. This means attackers can send specially crafted inputs to the collections page to extract or alter database information.
How can this vulnerability impact me? :
The vulnerability can allow attackers to extract sensitive data from the database or manipulate the database contents. This could lead to unauthorized access to confidential information, data corruption, or disruption of the marketplace's normal operations.