CVE-2025-64493
BaseFortify
Publication date: 2025-11-08
Last updated on: 2025-11-25
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| salesagility | suitecrm | From 8.6.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
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 authenticated, blind SQL-injection vulnerability in the appMetadata-operation of the GraphQL-API.
Can you explain this vulnerability to me?
This vulnerability is an authenticated, blind (time-based) SQL injection in the appMetadata operation of the GraphQL API in SuiteCRM versions 8.6.0 through 8.9.0. It allows an attacker with some level of access (not necessarily administrative) to extract arbitrary data from the database by exploiting the SQL injection flaw. The issue is fixed in version 8.9.1.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized extraction of sensitive data from the SuiteCRM database without requiring administrative privileges. This could result in data breaches, exposure of confidential customer or business information, and potential misuse of that data.