CVE-2026-32327

9.1

Apache Software Foundation · Apache Portable Runtime Utility

A stack recursion vulnerability exists in the apr_xml_quote_elem function of Apache Portable Runtime Utility, allowing unauthenticated attackers to trigger denial of service or information disclosure.

Executive summary

A critical stack recursion vulnerability in the Apache Portable Runtime Utility allows unauthenticated remote attackers to compromise system availability and potentially expose sensitive information.

Vulnerability

This vulnerability, identified as CWE-674, involves uncontrolled recursion within the apr_xml_quote_elem function. The flaw can be triggered by an unauthenticated attacker providing malicious XML input to any library consumer that utilizes this function.

Business impact

The vulnerability carries a CVSS score of 9.1, indicating a critical risk profile. Successful exploitation allows for a denial of service attack by exhausting stack resources, which can disrupt critical business operations, or potentially lead to unauthorized information disclosure. Given the widespread use of Apache Portable Runtime libraries in web servers and middleware, the potential for broad systemic impact is significant.

Remediation

Immediate Action: Update Apache Portable Runtime Utility to version 1.6.4 or later to implement the necessary recursion control.

Proactive Monitoring: Review application logs for unusual XML parsing errors or unexpected service restarts that may indicate attempted exploitation.

Compensating Controls: Implement strict input validation at the Web Application Firewall level to filter or block malformed XML payloads before they reach the backend processing functions.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

The critical nature of this vulnerability, combined with its potential for unauthenticated remote exploitation, necessitates immediate attention. Organizations should prioritize updating all instances of Apache Portable Runtime Utility to version 1.6.4. Failure to patch may expose infrastructure to service disruption and data leakage risks.

More Apache Software Foundation CVEs

Sources

Originally found and disclosed by Younghyo Cho @ CISLab, SeoulTech, 4ra1n, pyn3rd and unam4, per the CVE Program record.