GHSA-8xpj-9j9g-fc9r · Severity: high · Ecosystem: maven — SQL Injection in elide-datastore-aggregation
Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort. When leveraging the following together: Elide Aggregation Data Store for Analytic Queries, Parameterized Columns (A column that requires a client provided parameter), and a parameterized column of type TEXT. There is the potential for a hacker to provide a carefully crafted query that would bypass server side authorization filters through SQL injection. A recent patch to Elide 6.1.2 allowed the '-' character to be included in parameterized TEXT columns. This character can be interpreted as SQL comments ('--') and allow the attacker to remove the WHERE clause from the generated query and bypass authorization filters. A fix is provided in Elide 6.1.4. The vulnerability only exists for parameterized columns of type TEXT and only for analytic queries (CRUD is not impacted). Workarounds include leveraging a different type of parameterized column (TIME, MONEY, etc) or not leveraging parameterized columns.
Conclusion & alert: CVE-2022-24827 is rated Moderate Risk (52.5/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.36%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2025-06-23 | 0.28% | 0.36% | +0.08% |
| 2 | 2025-06-22 | 0.37% | 0.28% | -0.10% |
| 3 | 2025-06-21 | — | 0.37% | — |
Full EPSS history (12 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.1 | 3.1 | HIGH |
|
2.2 | 5.9 | [email protected] |
| 8.1 | 3.1 | HIGH |
|
2.2 | 5.9 | [email protected] |
| 6.8 | 2.0 | MEDIUM |
|
8.6 | 6.4 | [email protected] |
GHSA-8xpj-9j9g-fc9r · Severity: high · Ecosystem: maven — SQL Injection in elide-datastore-aggregation
| URL | Tags |
|---|---|
| https://github.com/yahoo/elide/pull/2581 | Patch Third Party Advisory |
| https://github.com/yahoo/elide/releases/tag/6.1.4 | Release Notes Third Party Advisory |
| https://github.com/yahoo/elide/security/advisories/GHSA-8xpj-9j9g-fc9r | Third Party Advisory |