Description
A flaw was found in Rancher Manager. The SAML assertion replay protection introduced by the fix for CVE-2026-44946 recorded consumed assertion IDs in a per-process cache, so each replica only detected replays that reached the same pod. In a high-availability deployment, an attacker holding a captured assertion could replay it once against every other replica to obtain additional authenticated sessions as the victim.


This issue affects Rancher: before 2.15.1.
Published: 2026-09-03
Score: 7.4 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Rancher Manager allows an attacker who has captured a valid SAML assertion to replay that assertion multiple times, once against each replica in a high‑availability deployment. The protection introduced by the prior fix stored consumed assertion IDs only in a per‑process cache, so replay detection never propagated across pods. The attacker can therefore create additional authenticated sessions as the victim, effectively bypassing intended single‑use authentication constraints without executing code. This results in unauthorized access to the victim’s Rancher account and any resources the account can reach. The weakness is an improper authentication flaw (CWE‑294).

Affected Systems

All Rancher Manager deployments of SUSE Rancher older than version 2.15.1 that run in a high‑availability configuration with multiple replicas are affected. This includes any installation where the per‑process cache is not shared across pods, which is the default for standard HA setups.

Risk and Exploitability

The CVSS score of 7.4 classifies the vulnerability in the high severity range. EPSS data is not available, but the flaw is not listed in the CISA KEV catalog. The likely attack vector is remote: an adversary must intercept or otherwise obtain a valid SAML assertion and then replay it, which can be achieved through interception of IDP traffic or via a compromised application that registers the user. Because the attacker can gain an additional authenticated session per replica, the impact scales with the number of pods, increasing the potential exposure. Overall, the risk of exploitation is moderate to high for environments lacking the latest fix.

Generated by OpenCVE AI on September 3, 2026 at 16:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SuSE Rancher Manager to version 2.15.1 or newer
  • If high‑availability is required, ensure that SAML assertion ID caching is shared across all replicas to prevent per‑process reclamation of replay protection
  • Consider configuring the identity provider to issue single‑use assertions or enable Rancher side replay detection that spans all pods

Generated by OpenCVE AI on September 3, 2026 at 16:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 17:15:00 +0000

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

Thu, 03 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description A flaw was found in Rancher Manager. The SAML assertion replay protection introduced by the fix for CVE-2026-44946 recorded consumed assertion IDs in a per-process cache, so each replica only detected replays that reached the same pod. In a high-availability deployment, an attacker holding a captured assertion could replay it once against every other replica to obtain additional authenticated sessions as the victim. This issue affects Rancher: before 2.15.1.
Title Rancher: SAML Assertion Replay
Weaknesses CWE-294
References
Metrics cvssV3_1

{'score': 7.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: suse

Published:

Updated: 2026-09-03T15:49:32.616Z

Reserved: 2026-08-17T15:22:54.444Z

Link: CVE-2026-75034

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-03T16:18:22.343

Modified: 2026-09-03T16:25:43.557

Link: CVE-2026-75034

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T17:00:06Z

Weaknesses
  • CWE-294

    Authentication Bypass by Capture-replay