CVE Vulnerabilities

CVE-2025-53020

Missing Release of Memory after Effective Lifetime

Published: Jul 10, 2025 | Modified: Jun 17, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
5.3 MODERATE
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

Late Release of Memory after Effective Lifetime vulnerability in Apache HTTP Server.

This issue affects Apache HTTP Server: from 2.4.17 up to 2.4.63.

Users are recommended to upgrade to version 2.4.64, which fixes the issue.

Weakness

The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.

Affected Software

NameVendorStart VersionEnd Version
Http_serverApache2.4.17 (including)2.4.64 (excluding)
JBoss Core Services for RHEL 8RedHatjbcs-httpd24-httpd-0:2.4.62-13.el8jbcs*
JBoss Core Services for RHEL 8RedHatjbcs-httpd24-mod_http2-0:2.0.29-10.el8jbcs*
JBoss Core Services on RHEL 7RedHatjbcs-httpd24-httpd-0:2.4.62-13.el7jbcs*
JBoss Core Services on RHEL 7RedHatjbcs-httpd24-mod_http2-0:2.0.29-10.el7jbcs*
Red Hat Enterprise Linux 10RedHatmod_http2-0:2.0.29-4.el10_2*
Red Hat Enterprise Linux 8RedHathttpd:2.4-8100020260519200905.489197e6*
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update SupportRedHathttpd:2.4-8040020260702193120.522a0ee4*
Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-OnRedHathttpd:2.4-8040020260702193120.522a0ee4*
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update SupportRedHathttpd:2.4-8060020260702195216.ad008a3a*
Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-OnRedHathttpd:2.4-8060020260702195216.ad008a3a*
Red Hat Enterprise Linux 8.8 Telecommunications Update ServiceRedHathttpd:2.4-8080020260702200145.63b34585*
Red Hat Enterprise Linux 8.8 Update Services for SAP SolutionsRedHathttpd:2.4-8080020260702200145.63b34585*
Red Hat Enterprise Linux 9RedHatmod_http2-0:2.0.26-6.el9_8*
Red Hat JBoss Core Services 2.4.62.SP4RedHatjbcs-httpd24-httpd*
Apache2Ubuntudevel*
Apache2Ubuntuesm-infra-legacy/xenial*
Apache2Ubuntuesm-infra/bionic*
Apache2Ubuntuesm-infra/focal*
Apache2Ubuntuesm-infra/xenial*
Apache2Ubuntujammy*
Apache2Ubuntunoble*
Apache2Ubuntuplucky*
Apache2Ubuntuupstream*

Potential Mitigations

  • Choose a language or tool that provides automatic memory management, or makes manual memory management less error-prone.
  • For example, glibc in Linux provides protection against free of invalid pointers.
  • When using Xcode to target OS X or iOS, enable automatic reference counting (ARC) [REF-391].
  • To help correctly and consistently manage memory when programming in C++, consider using a smart pointer class such as std::auto_ptr (defined by ISO/IEC ISO/IEC 14882:2003), std::shared_ptr and std::unique_ptr (specified by an upcoming revision of the C++ standard, informally referred to as C++ 1x), or equivalent solutions such as Boost.

References