CVE-2024-58309
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 |
|---|---|---|
| xbtitfm | xbtitfm | 4.1.18 |
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 xbtitFM 4.1.18. It allows remote attackers to inject malicious SQL code through the msgid parameter by sending crafted requests to /shoutedit.php. Using EXTRACTVALUE functions, attackers can extract sensitive information such as database names, user credentials, and password hashes from the database.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized access to sensitive database information including user credentials and password hashes. This can result in data breaches, unauthorized data manipulation, and potential full compromise of the affected system.