CVE-2026-73198
Received Received - Intake

Memory Exhaustion in FreeIPA via Large Request Body

Vulnerability report for CVE-2026-73198, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: redhat-SADP

Description

A flaw was found in FreeIPA. A remote, unauthenticated attacker can exploit a vulnerability in the `/ipa/i18n_messages` endpoint by sending an arbitrarily large request body. This can cause the service to consume excessive memory, leading to memory exhaustion, degraded responsiveness, and a denial of service (DoS) condition.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-20
Last Modified
2026-08-20
Generated
2026-08-20
AI Q&A
2026-08-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
red_hat freeipa ipa-4.13.1-3.el10

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a denial-of-service (DoS) vulnerability in FreeIPA. A remote attacker can send an excessively large request to the /ipa/i18n_messages endpoint without authentication. The service reads the entire request body into memory without size limits, causing memory exhaustion, degraded performance, and potential system crashes.

Detection Guidance

Monitor for unusually large POST requests to the /ipa/i18n_messages endpoint. Use network traffic analysis tools like tcpdump or Wireshark to inspect request sizes. Check Apache access logs for large payloads or repeated requests to this path.

Impact Analysis

If exploited, this vulnerability can make FreeIPA services unresponsive or crash due to memory exhaustion. This disrupts authentication, user management, and other FreeIPA functions, leading to service outages and potential loss of access for users and systems relying on FreeIPA.

Compliance Impact

This vulnerability could indirectly impact compliance with GDPR and HIPAA by causing service disruptions due to denial-of-service conditions. GDPR requires maintaining data processing integrity and availability, while HIPAA mandates continuous access to critical systems. A DoS attack may lead to prolonged downtime, potentially violating these requirements.

Mitigation Strategies

Configure Apache to enforce a request-body limit for /ipa/i18n_messages using LimitRequestBody 1048576 (1MB). Restart httpd. If using a reverse proxy or load balancer, apply equivalent body-size limits. Alternatively, patch ipaserver/rpcserver.py to cap request body size in read_input().

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73198. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart