CVE-2019-25664
Time-Based SQL Injection in SuiteCRM 7.10.7 Users Module
Publication date: 2026-04-05
Last updated on: 2026-04-20
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| salesagility | suitecrm | to 7.10.7 (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 exists in SuiteCRM version 7.10.7 and is a time-based SQL injection flaw located in the record parameter of the Users module DetailView action. Authenticated attackers can exploit this by appending malicious SQL code to the record parameter in GET requests sent to the index.php endpoint. This allows them to manipulate database queries and extract sensitive information from the database using time-based blind SQL injection techniques.
How can this vulnerability impact me? :
The impact of this vulnerability is that an authenticated attacker can manipulate database queries to extract sensitive information from the database. This could lead to unauthorized disclosure of confidential data stored within the SuiteCRM system. The vulnerability has a CVSS v3.1 base score of 7.1, indicating a high severity with network attack vector, low attack complexity, and requiring privileges but no user interaction.