{"api_version":"1","generated_at":"2026-08-09T01:01:19+00:00","cve":"CVE-2026-59675","urls":{"html":"https://cve.report/CVE-2026-59675","api":"https://cve.report/api/cve/CVE-2026-59675.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-59675","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-59675"},"summary":{"title":"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.","state":"PUBLISHED","assigner":"suse","published_at":"2026-08-05 08:16:34","updated_at":"2026-08-05 14:17:08"},"problem_types":["CWE-770","CWE-770 CWE-770 Uncontrolled Resource Consumption / Input Handling"],"metrics":[{"version":"3.1","source":"meissner@suse.de","type":"Secondary","score":"7.5","severity":"HIGH","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","baseScore":7.5,"baseSeverity":"HIGH","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH"}},{"version":"3.1","source":"CNA","type":"CVSS","score":"7.5","severity":"HIGH","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","data":{"attackComplexity":"LOW","attackVector":"NETWORK","availabilityImpact":"HIGH","baseScore":7.5,"baseSeverity":"HIGH","confidentialityImpact":"NONE","integrityImpact":"NONE","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"}}],"references":[{"url":"https://github.com/rancher/rancher/security/advisories/GHSA-g4f6-44g4-23xm","name":"https://github.com/rancher/rancher/security/advisories/GHSA-g4f6-44g4-23xm","refsource":"meissner@suse.de","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://bugzilla.suse.com/show_bug.cgi?id=CVE-2026-59675","name":"https://bugzilla.suse.com/show_bug.cgi?id=CVE-2026-59675","refsource":"meissner@suse.de","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-59675","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-59675","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"SUSE","product":"Rancher","version":"affected 2.14.0 2.14.4 semver","platforms":[]},{"source":"CNA","vendor":"SUSE","product":"Rancher","version":"affected 2.13.0 2.13.8 semver","platforms":[]},{"source":"CNA","vendor":"SUSE","product":"Rancher","version":"affected 2.12.0 2.12.12 semver","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[{"source":"CNA","value":"This vulnerability was discovered and reported by securityraven@proton.me","lang":"en"}],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":{"cve_year":"2026","cve_id":"59675","cve":"CVE-2026-59675","epss":"0.004330000","percentile":"0.356290000","score_date":"2026-08-08","updated_at":"2026-08-09 00:07:25"},"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"adp":[{"metrics":[{"other":{"content":{"id":"CVE-2026-59675","options":[{"Exploitation":"none"},{"Automatable":"yes"},{"Technical Impact":"partial"}],"role":"CISA Coordinator","timestamp":"2026-08-05T13:14:41.312459Z","version":"2.0.3"},"type":"ssvc"}}],"providerMetadata":{"dateUpdated":"2026-08-05T13:15:22.855Z","orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP"},"title":"CISA ADP Vulnrichment"}],"cna":{"affected":[{"defaultStatus":"unaffected","packageName":"Rancher","product":"Rancher","vendor":"SUSE","versions":[{"lessThan":"2.14.4","status":"affected","version":"2.14.0","versionType":"semver"},{"lessThan":"2.13.8","status":"affected","version":"2.13.0","versionType":"semver"},{"lessThan":"2.12.12","status":"affected","version":"2.12.0","versionType":"semver"}]}],"credits":[{"lang":"en","type":"finder","value":"This vulnerability was discovered and reported by securityraven@proton.me"}],"descriptions":[{"lang":"en","supportingMedia":[{"base64":false,"type":"text/html","value":"<p><span>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.</span></p>"}],"value":"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."}],"metrics":[{"cvssV3_1":{"attackComplexity":"LOW","attackVector":"NETWORK","availabilityImpact":"HIGH","baseScore":7.5,"baseSeverity":"HIGH","confidentialityImpact":"NONE","integrityImpact":"NONE","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"},"format":"CVSS","scenarios":[{"lang":"en","value":"GENERAL"}]}],"problemTypes":[{"descriptions":[{"cweId":"CWE-770","description":"CWE-770 Uncontrolled Resource Consumption / Input Handling","lang":"en","type":"CWE"}]}],"providerMetadata":{"dateUpdated":"2026-08-05T07:49:11.592Z","orgId":"404e59f5-483d-4b8a-8e7a-e67604dd8afb","shortName":"suse"},"references":[{"url":"https://github.com/rancher/rancher/security/advisories/GHSA-g4f6-44g4-23xm"},{"url":"https://bugzilla.suse.com/show_bug.cgi?id=CVE-2026-59675"}],"source":{"discovery":"EXTERNAL"},"title":"Rancher Audit-Log Middleware Unauthenticated Memory Exhaustion Denial of Service","x_generator":{"engine":"Vulnogram 1.0.4"}}},"cveMetadata":{"assignerOrgId":"404e59f5-483d-4b8a-8e7a-e67604dd8afb","assignerShortName":"suse","cveId":"CVE-2026-59675","datePublished":"2026-08-05T07:49:11.592Z","dateReserved":"2026-07-06T11:59:28.118Z","dateUpdated":"2026-08-05T13:15:22.855Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-08-05 08:16:34","lastModifiedDate":"2026-08-05 14:17:08","problem_types":["CWE-770","CWE-770 CWE-770 Uncontrolled Resource Consumption / Input Handling"],"metrics":{"cvssMetricV31":[{"source":"meissner@suse.de","type":"Secondary","cvssData":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","baseScore":7.5,"baseSeverity":"HIGH","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH"},"exploitabilityScore":3.9,"impactScore":3.6}],"ssvcV203":[{"source":"134c704f-9b21-4f2e-91b3-4a467353bcc0","ssvcData":{"timestamp":"2026-08-05T13:14:41.312459Z","id":"CVE-2026-59675","options":[{"exploitation":"none"},{"automatable":"yes"},{"technicalImpact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"}}]},"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"59675","Ordinal":"1","Title":"Rancher Audit-Log Middleware Unauthenticated Memory Exhaustion D","CVE":"CVE-2026-59675","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"59675","Ordinal":"1","NoteData":"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.","Type":"Description","Title":"Rancher Audit-Log Middleware Unauthenticated Memory Exhaustion D"}]}}}