CVE-2019-25663
SQL Injection in SuiteCRM 7.10.7 Email Module Allows Data Exposure
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?
SuiteCRM version 7.10.7 has a SQL injection vulnerability that allows authenticated attackers to manipulate database queries. This is done by injecting malicious SQL code through the 'parentTab' parameter in GET requests sent to the email module. The attackers use boolean-based SQL injection techniques to extract sensitive information from the database.
How can this vulnerability impact me? :
This vulnerability can allow an attacker with valid authentication to extract sensitive information from the database by manipulating SQL queries. This could lead to unauthorized access to confidential data stored within the SuiteCRM system, potentially compromising the integrity and confidentiality of your data.