CVE-2018-25428
Deferred Deferred - Pending Action
SQL Injection in Paroiciel via tRecIdListe Parameter

Publication date: 2026-06-01

Last updated on: 2026-06-01

Assigner: VulnCheck

Description
Paroiciel 11.20 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the tRecIdListe parameter. Attackers can send GET requests to the trec.php endpoint with crafted SQL payloads to extract database information including table and column names.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-01
Last Modified
2026-06-01
Generated
2026-06-22
AI Q&A
2026-06-02
EPSS Evaluated
2026-06-21
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
paroiciel paroiciel 11.20
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Compliance Impact

The SQL injection vulnerability in Paroiciel 11.20 allows unauthenticated attackers to extract sensitive database information. This exposure of sensitive data can lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require the protection of personal and sensitive information from unauthorized access.

By enabling attackers to access database contents without authorization, the vulnerability increases the risk of data breaches, which can result in legal and financial penalties under these regulations.

Executive Summary

The vulnerability in Paroiciel 11.20 is an SQL injection flaw that allows unauthenticated attackers to execute arbitrary SQL queries. This is done by injecting malicious code through the tRecIdListe parameter in GET requests sent to the trec.php endpoint.

Attackers can exploit this vulnerability to extract sensitive database information such as table and column names.

Impact Analysis

This vulnerability can have a significant impact as it allows attackers to access sensitive database information without authentication.

  • Attackers can extract database schema details, which may lead to further exploitation.
  • Confidentiality of data is compromised (high impact on confidentiality).
  • Integrity impact is low, but attackers can potentially manipulate queries.
  • Availability is not affected.
Detection Guidance

This vulnerability can be detected by monitoring for suspicious GET requests to the trec.php endpoint that include the tRecIdListe parameter with unusual or crafted SQL payloads.

A practical approach is to use network traffic inspection tools or web server logs to identify requests containing SQL injection patterns in the tRecIdListe parameter.

For example, you can use the following command to search web server logs for suspicious requests:

  • grep -i "trec.php?tRecIdListe=" /var/log/apache2/access.log | grep -E "(union|select|insert|update|delete|drop)"

Additionally, tools like sqlmap can be used to test the vulnerability by targeting the trec.php endpoint with the tRecIdListe parameter.

Mitigation Strategies

Immediate mitigation steps include implementing input validation and sanitization on the tRecIdListe parameter to prevent SQL injection.

If possible, apply any available patches or updates from the vendor that address this vulnerability.

As a temporary measure, you can block or filter requests to the trec.php endpoint that contain suspicious SQL keywords in the tRecIdListe parameter using a web application firewall (WAF) or similar security controls.

Monitoring and alerting on unusual database queries or access patterns can also help detect exploitation attempts early.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2018-25428. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart