CVE-2026-73198 PUBLISHED

Ipa: freeipa: unauthenticated dos in `/ipa/i18n_messages` via unbounded request body read

Assigner: redhat
Reserved: 11.08.2026 Published: 20.08.2026 Updated: 20.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 7.5

Product Status

Vendor Red Hat
Product Red Hat Enterprise Linux 10
Versions Default: affected
Vendor Red Hat
Product Red Hat Enterprise Linux 6
Versions Default: unknown
Vendor Red Hat
Product Red Hat Enterprise Linux 7
Versions Default: affected
Vendor Red Hat
Product Red Hat Enterprise Linux 8
Versions Default: affected
Vendor Red Hat
Product Red Hat Enterprise Linux 9
Versions Default: affected

Workarounds

To mitigate this issue, configure Apache to enforce a request-body limit for the /ipa/i18n_messages endpoint. This can be achieved by adding LimitRequestBody directive within the Apache configuration for IPA. For example, to limit the request body to 1MB, add LimitRequestBody 1048576 to the relevant <Location "/ipa/i18n_messages"> block or a broader /ipa/* location. A restart of the Apache HTTP Server (httpd) service is required for the changes to take effect, which may temporarily impact FreeIPA service availability. If a reverse proxy or load balancer is used, ensure it also enforces an equivalent body-size limit.

Credits

  • This issue was discovered by Found by AISLE in partnership with Red Hat.

References

Problem Types

  • Allocation of Resources Without Limits or Throttling CWE