CVE-2024-58301
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 |
|---|---|---|
| purei | cms | 1.0 |
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 time-based blind SQL injection in Purei CMS 1.0. It allows attackers to manipulate database queries by injecting malicious SQL code through unfiltered user input parameters in endpoints like getAllParks.php and events-ajax.php. This can enable attackers to extract or modify information from the database without direct visibility of the data.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized access to sensitive database information or unauthorized modification of data. This can compromise the integrity and confidentiality of the data stored in the Purei CMS, potentially leading to data breaches, loss of data, or disruption of service.