CVE-2018-25429
SQL Injection in Paroiciel 11.20 via zProIdPro Parameter
Publication date: 2026-06-01
Last updated on: 2026-06-01
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| paroiciel | paroiciel | 11.20 |
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?
CVE-2018-25429 is an SQL injection vulnerability found in Paroiciel version 11.20. It allows authenticated attackers to execute arbitrary SQL queries by injecting malicious code through the zProIdPro parameter. Attackers exploit this by sending specially crafted GET requests to the zpro.php script with malicious SQL payloads embedded in the zProIdPro parameter.
This vulnerability enables attackers to extract sensitive information from the database, such as usernames, database names, and version details.
How can this vulnerability impact me? :
This vulnerability can have serious impacts including unauthorized access to sensitive database information. Attackers can retrieve usernames, database contents, and version information, potentially leading to further exploitation or data breaches.
Since the vulnerability requires authentication but has a low attack complexity and no user interaction, it can be exploited relatively easily by someone with valid credentials, increasing the risk of data exposure.