CVE-2023-47643
MEDIUM5.3EPSS 49.6%SuiteCRM has Unauthenticated Graphql Introspection Enabled
Published: 3/6/2024Modified: 10/15/2025
Description
SuiteCRM is a Customer Relationship Management (CRM) software application. Prior to version 8.4.2, Graphql Introspection is enabled without authentication, exposing the scheme defining all object types, arguments, and functions. An attacker can obtain the GraphQL schema and understand the entire attack surface of the API, including sensitive fields such as UserHash. This issue is patched in version 8.4.2. There are no known workarounds.
Affected packages (1)
- Bitnami/suitecrm>= 8.4.1, < 8.4.2
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM5.3 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N |
References (4)
- WEBhttps://github.com/salesagility/SuiteCRM-Core/commit/117dd8172793a239f71c91222606bf00677eeb33
- WEBhttps://github.com/salesagility/SuiteCRM-Core/security/advisories/GHSA-fxww-jqfv-9rrr
- WEBhttps://nvd.nist.gov/vuln/detail/CVE-2023-47643
- WEBhttps://www.apollographql.com/blog/graphql/security/why-you-should-disable-graphql-introspection-in-production/