Lucene search
+L

77 matches found

NVD
NVD
added 2026/09/03 4:18 p.m.6 views

CVE-2026-75035

A flaw was found in Rancher Manager. When a non-administrative caller supplied a label selector naming a different user, the ext.cattle.io/v1 Token store dropped its internal owner filter instead of returning an empty result. Any authenticated user could therefore list and watch every other user'...

7.7CVSS0.00201EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/03 4:18 p.m.6 views

CVE-2026-75034

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...

7.4CVSS0.00197EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/03 3:17 p.m.7 views

CVE-2026-75033

A flaw was found in Rancher Manager. Project Secrets were propagated into a namespace based only on its field.cattle.io/projectId annotation, without verifying that the referenced project belonged to the same downstream cluster. A user able to create namespaces on one cluster could set the...

7.7CVSS0.00205EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/03 3:17 p.m.7 views

CVE-2026-71404

A flaw was found in Rancher Manager. The GlobalRole controller derived the target ClusterRole name from the user-settable authz.management.cattle.io/cr-name annotation and overwrote that object's rules without verifying ownership. A user with delegated GlobalRole create or update permission could...

8.7CVSS0.00252EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/03 3:17 p.m.6 views

CVE-2026-71403

A flaw was found in Rancher Manager. The /v3/users update path did not enforce immutability of a User resource's username and principalIds fields. A user holding the update verb on users.management.cattle.io could inject a foreign identity provider principal into any account, so that the next log...

6.1CVSS0.00197EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 3:01 p.m.29 views

CVE-2026-75034

CVE-2026-75034 is a SAML assertion replay flaw in Rancher Manager affecting versions before 2.15.1 (also patched in 2.14.5 and 2.13.9). The replay protection introduced to fix CVE-2026-44946 stored consumed assertion IDs in a per-process cache , so in high-availability deployments each replica on...

7.4CVSS5.8AI score0.00197EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 3:01 p.m.3 views

CVE-2026-75034 Rancher: SAML Assertion Replay

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...

7.4CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 2:57 p.m.9 views

EUVD-2026-70506

A flaw was found in Rancher Manager. Project Secrets were propagated into a namespace based only on its field.cattle.io/projectId annotation, without verifying that the referenced project belonged to the same downstream cluster. A user able to create namespaces on one cluster could set the...

7.7CVSS5.8AI score0.00205EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 2:57 p.m.11 views

CVE-2026-75033

CVE-2026-75033 is a cross-cluster secret leakage vulnerability in Rancher Manager (before 2.15.1 ). Project Secrets were propagated into a namespace based solely on the field.cattle.io/projectId annotation, without verifying that the referenced project belonged to the same downstream cluster. An ...

7.7CVSS5.8AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 2:57 p.m.4 views

CVE-2026-75033 Rancher: Cross-Cluster Secret Leakage via Namespace projectId Annotation Spoofing

A flaw was found in Rancher Manager. Project Secrets were propagated into a namespace based only on its field.cattle.io/projectId annotation, without verifying that the referenced project belonged to the same downstream cluster. A user able to create namespaces on one cluster could set the...

7.7CVSS5.6AI score
SaveExploits0References4
CVE
CVE
added 2026/09/03 2:51 p.m.15 views

CVE-2026-71404

Rancher Manager (before 2.15.1 ) contains a flaw in the GlobalRole controller , which derived the target ClusterRole name from the user-settable authz.management.cattle.io/cr-name annotation and overwrote that object's rules without verifying ownership. An attacker with delegated GlobalRole creat...

8.7CVSS5.8AI score0.00252EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/03 2:45 p.m.29 views

CVE-2026-71403 Rancher: Identity-field mutation in /v3/users allows account hijack via principal rebind

A flaw was found in Rancher Manager. The /v3/users update path did not enforce immutability of a User resource's username and principalIds fields. A user holding the update verb on users.management.cattle.io could inject a foreign identity provider principal into any account, so that the next log...

6.1CVSS0.00197EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 2:45 p.m.3 views

CVE-2026-71403 Rancher: Identity-field mutation in /v3/users allows account hijack via principal rebind

A flaw was found in Rancher Manager. The /v3/users update path did not enforce immutability of a User resource's username and principalIds fields. A user holding the update verb on users.management.cattle.io could inject a foreign identity provider principal into any account, so that the next log...

6.1CVSS5.5AI score
SaveExploits0References4
NVD
NVD
added 2026/08/05 8:16 a.m.12 views

CVE-2026-59675

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...

7.5CVSS0.00433EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 7:49 a.m.15 views

CVE-2026-59675 Rancher Audit-Log Middleware Unauthenticated Memory Exhaustion Denial of Service

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...

7.5CVSS5.4AI score
SaveExploits0References4
OSV
OSV
added 2026/07/01 8:57 p.m.16 views

GHSA-VX8H-4PRV-G744 Rancher has Privilege Escalation from Project Owner to Host

Impact A vulnerability has been identified in Rancher Manager that allows users assigned the Project Owner role to modify Pod Security Admission PSA labels on namespaces within their projects. Under the default role configuration, an attacker with the following access pattern can exploit this...

9.4CVSS5.8AI score0.00423EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/01 8:44 p.m.28 views

EUVD-2026-38009

Rancher vulnerable to command injection through unsanitized YAML parameter...

9.4CVSS5.8AI score0.01313EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.25 views

PT-2026-55201

Name of the Vulnerable Software and Affected Versions SUSE Rancher Fleet versions prior to 0.15.2 SUSE Rancher Fleet versions prior to 0.14.6 SUSE Rancher Fleet versions prior to 0.13.11 SUSE Rancher Fleet versions prior to 0.12.15 Description Missing validation of valuesFrom references in the He...

9.9CVSS5.8AI score0.0049EPSS
SaveExploits0
NVD
NVD
added 2026/06/19 1:16 p.m.20 views

CVE-2026-44939

A command injection vulnerability in the Rancher Manager cluster before 2.14.2 import endpoint /v3/import/tokenclusterId.yaml through unsanitized YAML parameters could allow remote attackers to break out of an image, and execute e.g. malicious containers...

9.4CVSS0.01313EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/06/19 12:13 p.m.10 views

CVE-2026-44939

A command injection vulnerability in the Rancher Manager cluster before 2.14.2 import endpoint /v3/import/tokenclusterId.yaml through unsanitized YAML parameters could allow remote attackers to break out of an image, and execute e.g. malicious containers...

9.4CVSS6AI score0.01313EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder