Description
Heap-based Buffer Overflow vulnerability in Apache Portable Runtime Utility memcached client

This issue affects Apache Portable Runtime Utility: from 1.3.0 through 1.6.3.
Published: 2026-08-06
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A heap-based buffer overflow flaw exists in the APR memcached client. The client incorrectly handles certain packet sizes, allowing an attacker to overflow the heap allocation and overwrite control data. If the overflow is successful, the attacker can gain arbitrary code execution on the affected system. The nature of the vulnerability, as identified by CWE-120 and CWE-122, indicates that memory corruption could lead to a full compromise.

Affected Systems

Apache Portable Runtime Utility of the Apache Software Foundation is affected, specifically versions 1.3.0 through 1.6.3. No other products or versions are listed as impacted.

Risk and Exploitability

The vulnerability has an EPSS score of < 1% (approximately 0.00528), indicating a very low exploitation probability, yet the lack of visibility does not diminish the potential risk. The flaw is exploitable by any actor who can send crafted memcached messages to the APR memcached client, which may be exposed either locally or over a network. The exact attack vector is not documented in the description, but the use of a memcached client strongly suggests that a remote attacker could trigger the overflow if the service is reachable. The CVSS score for this vulnerability is 7.5.

Generated by OpenCVE AI on August 13, 2026 at 10:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Portable Runtime Utility to a release newer than 1.6.3.
  • If an upgrade is not immediately possible, limit the APR memcached client to a trusted local interface or restrict access with a firewall to eliminate remote exploitation risk.
  • Implement additional runtime hardening such as address space layout randomization (ASLR) and stack protection mechanisms (e.g., stack canaries) to reduce the impact of any potential buffer overrun.

Generated by OpenCVE AI on August 13, 2026 at 10:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4742-1 apr-util security update
Debian DSA Debian DSA DSA-6437-1 apr-util security update
History

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 06 Aug 2026 16: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'}


Thu, 06 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache portable Runtime Utility
Vendors & Products Apache
Apache portable Runtime Utility

Thu, 06 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description Heap-based Buffer Overflow vulnerability in Apache Portable Runtime Utility memcached client This issue affects Apache Portable Runtime Utility: from 1.3.0 through 1.6.3.
Title Apache Portable Runtime Utility: Heap buffer overflow in APR memcached client
Weaknesses CWE-122
References

Subscriptions

Apache Apr-util Portable Runtime Utility
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-06T21:56:10.337Z

Reserved: 2026-03-30T13:24:37.974Z

Link: CVE-2026-34502

cve-icon Vulnrichment

Updated: 2026-08-06T21:56:10.337Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-06T15:16:54.920

Modified: 2026-08-07T19:58:31.823

Link: CVE-2026-34502

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-06T14:31:07Z

Links: CVE-2026-34502 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:45:04Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-122

    Heap-based Buffer Overflow