CVE-2025-7385
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-09-04
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| concept_intermedia | gov_cms | * |
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 the GOV CMS software. It occurs because the input from the 'search' query parameter is not properly sanitized, allowing an unauthenticated remote attacker to inject arbitrary SQL code into the database queries. This can lead to unauthorized access or manipulation of the database. Versions prior to 4.0 are affected, while version 4.0 and above are not vulnerable. [1]
How can this vulnerability impact me? :
The vulnerability can allow an unauthenticated remote attacker to execute arbitrary SQL commands on the GOV CMS database. This can lead to data leakage, unauthorized data modification, or even complete compromise of the database, potentially affecting the confidentiality, integrity, and availability of the data managed by the CMS. [1]
What immediate steps should I take to mitigate this vulnerability?
Upgrade GOV CMS to version 4.0 or later, as versions 4.0 and above are not affected by this vulnerability. [1]