CVE-2025-64084
BaseFortify
Publication date: 2025-11-14
Last updated on: 2025-11-19
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| magicbug | cloudlog | to 2.7.6 (exc) |
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 authenticated SQL injection in Cloudlog version 2.7.5 and earlier. It occurs because the vucc_details_ajax function does not properly sanitize the Gridsquare parameter supplied by the user via POST. An authenticated attacker can inject malicious SQL code that gets concatenated directly into a SQL query, allowing them to execute arbitrary SQL commands on the database.
How can this vulnerability impact me? :
This vulnerability can allow an authenticated attacker to execute arbitrary SQL commands on the database, potentially leading to unauthorized data access, data modification, or deletion. It could compromise the integrity and confidentiality of the data stored in the Cloudlog application.