Description
When API audit logging is enabled, the middleware reads the entire HTTP request body into memory without enforcing a size limit on login endpoints. Because the audit middleware is positioned earlier in the handler chain than Rancher's APIBodyLimitingHandler, the body-size cap (default 1 MiB) is bypassed for requests that pass through the audit copyReqBody path. An unauthenticated attacker can send arbitrarily large request bodies to the public login endpoints, causing the Rancher Manager server process to allocate memory proportional to the supplied body size. With just a few concurrent connections, this can exhaust available memory and terminate the Rancher Manager plane process, making the Rancher API and UI unavailable and interrupting management of all downstream clusters.
Published: 2026-08-05
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the audit middleware, which arbitrarily reads the entire HTTP request body into memory when audit logging is enabled. The middleware bypasses the API body limiting handler, allowing request bodies larger than the default 1 MiB cap to be processed on login endpoints. An unauthenticated attacker can exploit this by sending excessively large request bodies, causing the Rancher Manager process to allocate proportionally large amounts of memory. With only a few concurrent connections the process can run out of memory, crash, and make the Rancher API and UI unavailable, disrupting management of all downstream clusters. The weakness is identified as memory allocation without consideration of size limits (CWE‑770).

Affected Systems

SUSE Rancher Manager instances are affected. No explicit product version information is disclosed in the advisory, so any installation running the audit middleware without size restrictions on the login endpoints is potentially vulnerable.

Risk and Exploitability

The CVSS score of 7.5 classifies this vulnerability as high severity. The EPSS score is not available, and it is not listed in the CISA KEV catalog. The attack vector is unauthenticated and requires only the public login endpoints to be reachable; no additional privileges or authentication are needed. An adversary can craft a few large requests to deplete memory, trigger a process crash, and trigger a denial of service. Because the vulnerability affects the core Rancher Manager process, the impact spans the entire Rancher control plane and all clusters managed through it.

Generated by OpenCVE AI on August 5, 2026 at 09:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Rancher installation to a version where the audit middleware enforces a request‑body size limit on login endpoints.
  • If an upgrade is not immediately possible, modify the middleware configuration to cap the size of request bodies for authentication paths, or programmatically reject requests exceeding a safe threshold.
  • Deploy monitoring and alerting for Rancher Manager memory consumption and configure a process restart or failover strategy to quickly recover from crashes caused by memory exhaustion.

Generated by OpenCVE AI on August 5, 2026 at 09:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
First Time appeared Suse
Suse rancher
Vendors & Products Suse
Suse rancher

Wed, 05 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Description When API audit logging is enabled, the middleware reads the entire HTTP request body into memory without enforcing a size limit on login endpoints. Because the audit middleware is positioned earlier in the handler chain than Rancher's APIBodyLimitingHandler, the body-size cap (default 1 MiB) is bypassed for requests that pass through the audit copyReqBody path. An unauthenticated attacker can send arbitrarily large request bodies to the public login endpoints, causing the Rancher Manager server process to allocate memory proportional to the supplied body size. With just a few concurrent connections, this can exhaust available memory and terminate the Rancher Manager plane process, making the Rancher API and UI unavailable and interrupting management of all downstream clusters.
Title Rancher Audit-Log Middleware Unauthenticated Memory Exhaustion Denial of Service
Weaknesses CWE-770
References
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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: suse

Published:

Updated: 2026-08-05T07:49:11.592Z

Reserved: 2026-07-06T11:59:28.118Z

Link: CVE-2026-59675

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T09:30:11Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling