| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-mgq6-4x29-88r3 | Portainer's Kubernetes middleware continues after token validation failure, bypassing endpoint authorization |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Sat, 30 May 2026 03:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Thu, 28 May 2026 22:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Portainer
Portainer portainer |
|
| Vendors & Products |
Portainer
Portainer portainer |
Thu, 28 May 2026 21:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Portainer Community Edition is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments. From 2.33.0 to before 2.33., Portainer proxies requests to Kubernetes clusters through a middleware layer (kubeClientMiddleware) that validates the requesting user's token before forwarding traffic to the cluster. When security.RetrieveTokenData returned an error, the middleware wrote an HTTP 403 response but was missing a return statement — execution continued into the handler with a nil tokenData value. The Kubernetes endpoints sit behind Portainer's outer AuthenticatedAccess bouncer, so an attacker requires a valid Portainer session. However, a user whose secondary token validation fails in kubeClientMiddleware — for example a user without permission to access a given Kubernetes endpoint — would have their request forwarded to the cluster anyway, bypassing the authorization check. The same defect was present in both the CE and EE codebases. This vulnerability is fixed in 2.33.8. | |
| Title | Portainer: Kubernetes middleware continues after token validation failure, bypassing endpoint authorization | |
| Weaknesses | CWE-863 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-05-30T02:20:47.586Z
Reserved: 2026-05-07T21:50:33.544Z
Link: CVE-2026-44882
Updated: 2026-05-30T02:20:42.651Z
Status : Awaiting Analysis
Published: 2026-05-28T22:16:59.380
Modified: 2026-05-29T15:06:44.207
Link: CVE-2026-44882
No data.
OpenCVE Enrichment
Updated: 2026-05-28T22:30:28Z
Github GHSA