Description
** UNSUPPORTED WHEN ASSIGNED ** Memory Allocation with Excessive Size Value vulnerability in Apache Lucy.

This issue affects Apache Lucy: all versions.

As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access to the instance to trusted users.

NOTE: This vulnerability only affects products that are no longer supported by the maintainer.
Published: 2026-08-05
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Lucy allows a deserialization bomb that leads to an unbounded allocation of memory while reading an index. The flaw is a classic instance of CWE-789, where the program allocates a buffer size based solely on an external value without enforcing limits. An attacker could provide a maliciously crafted index or InStream that triggers the allocation, causing the Lucy instance to consume excessive memory and possibly crash, resulting in a denial of service.

Affected Systems

All released versions of Apache Lucy are affected. The project is currently retired, and no further versions will contain a fix. Users are advised to migrate to a supported alternative or, if migration is infeasible, restrict access to the indexed data to trusted insiders.

Risk and Exploitability

The vulnerability has a CVSS score of 7.5, indicating a high severity. The EPSS score is 0.00149 (<1%), which is low but not zero, suggesting limited but existent exploitation probability. The vulnerability is not listed in the CISA KEV catalog, indicating no known widespread exploitation. Nevertheless, the flaw can be exploited by an attacker who can provide input to the deserialization process, forcing the application into an unbounded allocation that may exhaust system memory. The attack vector is inferred to be remote if the Lucy instance is exposed over a network or accessible by untrusted users, but this conclusion is drawn from contextual clues rather than explicit statement. Lack of an official patch means that the risk remains persistent until remediated through replacement or hardening.

Generated by OpenCVE AI on August 5, 2026 at 16:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Migrate to a supported alternative to Apache Lucy.
  • If migration is not possible, restrict all access to the Lucy instance and its deserialization endpoints to trusted users only.
  • Implement process or container resource limits to cap memory usage when the Lucy service is running.
  • Monitor memory consumption of the Lucy process for abnormal spikes that could indicate an attempted deserialization attack.

Generated by OpenCVE AI on August 5, 2026 at 16:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 05 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache lucy
Vendors & Products Apache
Apache lucy

Wed, 05 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description ** UNSUPPORTED WHEN ASSIGNED ** Memory Allocation with Excessive Size Value vulnerability in Apache Lucy. This issue affects Apache Lucy: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access to the instance to trusted users. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.
Title Apache Lucy: Freezer/InStream deserialization bomb - unbounded allocation reading an index
Weaknesses CWE-789
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-05T15:44:13.881Z

Reserved: 2026-07-10T12:23:21.927Z

Link: CVE-2026-61485

cve-icon Vulnrichment

Updated: 2026-08-05T15:44:13.881Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-05T08:16:35.610

Modified: 2026-08-06T18:38:47.943

Link: CVE-2026-61485

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T17:00:12Z

Weaknesses
  • CWE-789

    Memory Allocation with Excessive Size Value