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

This issue affects Apache Portable Runtime Utility: from 1.6.0 through 1.6.3.

Users are recommended to upgrade to version 1.6.4, which fixes the issue.
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 was discovered in the APR redis client, a component of the Apache Portable Runtime Utility. The flaw can corrupt heap memory and could lead to arbitrary code execution or a denial of service. This vulnerability falls under CWE‑120 and CWE‑122, indicating a heap-based buffer overflow that permits out‑of‑bounds writes and can be exploited with untrusted data reaching the client.

Affected Systems

Apache Portable Runtime Utility, versions 1.6.0 through 1.6.3, are affected. Systems that incorporate any of these releases of the APR redis client should examine whether the client is actively used and determine if an upgrade is required.

Risk and Exploitability

A CVSS score of 7.5 indicates high severity, an EPSS score of 0.00528 (0.528%) indicates a very low exploitation probability, and the vulnerability is not listed in CISA's KEV catalog. While the precise likelihood of exploitation is uncertain, the described heap corruption could be triggered by malformed input delivered to the redis client. Based on the description, it is inferred that the client can be accessed from external contexts, suggesting a potential remote attack vector, although local privilege escalation or other conditions may also be possible.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Apache Portable Runtime Utility to version 1.6.4, which contains the fix for the buffer overflow flaw.
  • Restrict external access to the APR redis client by applying firewall rules or network segmentation so that only trusted hosts can communicate with the service.
  • If the redis client is not required, disable or remove its usage in the application to eliminate the attack surface.

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:45: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 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 14:45:00 +0000

Type Values Removed Values Added
Description Heap-based Buffer Overflow vulnerability in Apache Portable Runtime Utility redis client. This issue affects Apache Portable Runtime Utility: from 1.6.0 through 1.6.3. Users are recommended to upgrade to version 1.6.4, which fixes the issue.
Title Apache Portable Runtime Utility: Heap buffer overflow in APR redis 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:09.410Z

Reserved: 2026-03-30T13:23:22.255Z

Link: CVE-2026-34501

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-07T19:55:22.323

Link: CVE-2026-34501

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-34501 - 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