CVE-2026-61485

7.5

Apache Software Foundation · Apache Lucy

Apache Lucy is vulnerable to a memory allocation flaw involving excessive size values, which can lead to denial of service. The project is retired and no security patches will be released.

Executive summary

A critical vulnerability in the retired Apache Lucy project allows unauthenticated attackers to trigger excessive memory allocation, leading to potential denial of service.

Vulnerability

This vulnerability is a memory allocation issue (CWE-789) where an attacker can provide an excessive size value to the application. Because the software does not properly validate this input, it can be triggered by an unauthenticated remote attacker to exhaust system memory resources.

Business impact

The exploitation of this vulnerability results in a denial of service, which can render critical applications unavailable for legitimate users. With a CVSS score of 7.5, the risk is classified as high due to the ease of exploitation and the potential for significant system disruption. Because the software is retired and will not receive official security updates, the business impact is compounded by the lack of a vendor-provided path to remediation.

Remediation

Immediate Action: As the project is retired and no fix is available, the most effective remediation is to migrate to an actively maintained alternative. If migration is not immediately possible, restrict access to the affected instance to a limited set of trusted users via network-level controls.

Proactive Monitoring: Monitor system memory usage patterns and application logs for unusual spikes or errors that correlate with high traffic volume. Alerting should be configured to detect rapid exhaustion of memory resources which may indicate an attempt to trigger this vulnerability.

Compensating Controls: Deploy a Web Application Firewall (WAF) or an application-layer proxy to inspect and filter incoming requests, specifically looking for anomalous input parameters that might attempt to trigger large memory allocations.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Given that Apache Lucy is a retired project, there is no expectation of a future security patch to resolve this memory allocation vulnerability. Organizations currently utilizing this software must prioritize a transition to supported alternatives to eliminate the risk of denial of service. Until migration is complete, apply strict network segmentation to ensure the application is not exposed to untrusted environments.

More Apache Software Foundation CVEs

Sources