CVE-2025-8122
BaseFortify
Publication date: 2025-09-30
Last updated on: 2025-11-26
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| widzialni | pad_cms | to 1.2.1 (inc) |
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 caused by improper neutralization of input provided by an authorized user in the article positioning functionality. It affects all three templates: www, bip, and ww+bip. Essentially, the system does not properly sanitize user input, allowing attackers to inject SQL queries that can be executed by the database without direct feedback, making it a Blind SQL Injection.
How can this vulnerability impact me? :
This vulnerability can allow an attacker with authorized user privileges to perform Blind SQL Injection attacks, potentially leading 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.
What immediate steps should I take to mitigate this vulnerability?
Since the product is End-Of-Life and no patches will be published, immediate mitigation steps include disabling or restricting access to the vulnerable article positioning functionality, limiting authorized user privileges to reduce risk, and monitoring for suspicious activity indicative of Blind SQL Injection attacks.