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: n/a
EPSS: n/a
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 exact EPSS score is not published, but the vulnerability is listed in no CISA KEV catalog, suggesting no known widespread exploitation. Nevertheless, the flaw allows an attacker who can feed input to the deserialization process to force the application into an unbounded allocation, potentially exhausting system memory. If the Lucy instance is exposed over a network or accessible by untrusted users, the threat vector is likely remote. Lack of an official patch means that the risk is persistent until remediated through replacement or hardening.

Generated by OpenCVE AI on August 5, 2026 at 08:24 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 08:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-05T06:43:27.608Z

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

Link: CVE-2026-61485

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T08:30:04Z

Weaknesses
  • CWE-789

    Memory Allocation with Excessive Size Value