Impact
An uncontrolled recursion in Lucy's QueryParser can cause a C‑stack overflow, crashing the application. This vulnerability is a classic CWE‑674 scenario where excessive input depth leads to recursion that exhausts the call stack. As a result, any legitimate or crafted deeply nested query will trigger the crash, causing the service to become unavailable and rendering the system effectively unusable until restarted.
Affected Systems
All instances of Apache Lucy, regardless of version, are affected. The project has been retired by the Apache Software Foundation, so no further fixes or updates will be released.
Risk and Exploitability
The vulnerability triggers when the QueryParser processes a deeply nested query, causing a C‑stack overflow. The CVSS score of 7.5 indicates a high severity, and the EPSS score of <1% indicates a very low exploitation likelihood, with no known active exploitation. The issue is not listed in CISA KEV. No patch is available since the project is retired; therefore, the risk remains until users replace Lucy or restrict access to trusted users.
OpenCVE Enrichment