7.5
HIGH CVSS 3.1
CVE-2026-59675
Rancher Audit-Log Middleware Unauthenticated Memory Exhaustion Denial of Service
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.

INFO

Published Date :

Aug. 5, 2026, 8:16 a.m.

Last Modified :

Aug. 5, 2026, 8:16 a.m.

Remotely Exploit :

Yes !
Affected Products

The following products are affected by CVE-2026-59675 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Suse rancher
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH 404e59f5-483d-4b8a-8e7a-e67604dd8afb
CVSS 3.1 HIGH [email protected]
CVSS 3.1 HIGH MITRE-CVE
Solution
Limit request body size for audit logging on login endpoints to prevent memory exhaustion.
  • Apply a size limit to request bodies on login endpoints.
  • Ensure audit middleware respects configured body size limits.
  • Update the Rancher API and UI to enforce limits.
  • Monitor memory usage on the Rancher Manager server.
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2026-59675.

URL Resource
https://bugzilla.suse.com/show_bug.cgi?id=CVE-2026-59675
https://github.com/rancher/rancher/security/advisories/GHSA-g4f6-44g4-23xm
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-59675 is associated with the following CWEs:

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-59675 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-59675 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by [email protected]

    Aug. 05, 2026

    Action Type Old Value New Value
    Added Affected [{'vendor': 'SUSE', 'product': 'Rancher', 'versions': [{'status': 'affected', 'version': '2.14.0', 'lessThan': '2.14.4', 'versionType': 'semver'}, {'status': 'affected', 'version': '2.13.0', 'lessThan': '2.13.8', 'versionType': 'semver'}, {'status': 'affected', 'version': '2.12.0', 'lessThan': '2.12.12', 'versionType': 'semver'}], 'packageName': 'Rancher', 'defaultStatus': 'unaffected'}]
    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.
    Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
    Added CWE CWE-770
    Added Reference https://bugzilla.suse.com/show_bug.cgi?id=CVE-2026-59675
    Added Reference https://github.com/rancher/rancher/security/advisories/GHSA-g4f6-44g4-23xm
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.