CVE-2025-64492
BaseFortify
Publication date: 2025-11-08
Last updated on: 2025-11-25
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Affected Vendors & Products
| Vendor | Product | Version |
|---|---|---|
| salesagility | suitecrm | From 8.0.0 (inc) to 8.9.1 (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 is a time-based blind SQL Injection in SuiteCRM versions 8.9.0 and below. It allows an authenticated attacker to infer data from the database by measuring response times, which can lead to extracting sensitive information such as database, table, and column names, or escalating privileges.
How can this vulnerability impact me? :
The vulnerability can impact you by allowing an attacker to extract sensitive data from your database or escalate their privileges within the system, potentially compromising confidentiality, integrity, and availability of your data and services.
What immediate steps should I take to mitigate this vulnerability?
Upgrade SuiteCRM to version 8.9.1 or later, as this version contains the fix for the time-based blind SQL Injection vulnerability.