CVE-2025-12465
BaseFortify
Publication date: 2025-12-02
Last updated on: 2025-12-02
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| opensolution | quickcms | 6.8 |
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 Blind SQL Injection in QuickCMS version 6.8. It occurs because the aFilesDelete function improperly neutralizes input provided by a high-privileged user, allowing an attacker to perform Blind SQL Injection attacks. This means an attacker can manipulate database queries without directly seeing the results, potentially extracting sensitive information or altering data. [1]
How can this vulnerability impact me? :
The vulnerability allows attackers with high privileges to perform Blind SQL Injection attacks, which can lead to unauthorized access to or manipulation of the database. This can result in data leakage, data corruption, or other malicious actions that compromise the integrity and confidentiality of the system's data. [1]