CVE-2025-54788
BaseFortify
Publication date: 2025-08-07
Last updated on: 2025-08-14
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| salesagility | suitecrm | to 7.14.7 (exc) |
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 the InboundEmail module of SuiteCRM, an open-source CRM software. It allows an attacker to execute arbitrary SQL queries on the backend database, which is known as SQL injection. This means the attacker can manipulate the database by retrieving, modifying, or deleting data without authorization.
How can this vulnerability impact me? :
The vulnerability can severely impact confidentiality, integrity, and availability of your data. An attacker could access sensitive information, alter data, or delete it entirely, potentially disrupting business operations and causing data breaches.
What immediate steps should I take to mitigate this vulnerability?
Upgrade SuiteCRM to version 7.14.7 or later, as this version contains the fix for the SQL injection vulnerability in the InboundEmail module.