๐Ÿ” CVE Alert

CVE-2026-91167

UNKNOWN 0.0

Warpgate: Missing authorization check on `PUT /users/:id/roles/:role_id` allows any admin to bypass the `AccessRolesAssign` permission boundary

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Warpgate is an open source SSH, HTTPS and MySQL bastion host for Linux. Prior to 0.28.4, PUT /@warpgate/admin/api/users/:id/roles/:role_id reaches api_update_user_role in warpgate-admin/src/api/users.rs through AdminContext but does not require AdminPermission::AccessRolesAssign. A limited administrator with any permission can update expires_at on an existing UserRoleAssignment and clear revoked_at, extending an expiring grant or reinstating a revoked grant. The endpoint cannot create a role assignment that never existed because it returns not found without a matching user and role pair. This issue is fixed in version 0.28.4.

CWE CWE-862
Vendor warp-tech
Product warpgate
Published Sep 21, 2026
Stay Ahead of the Next One

Get instant alerts for warp-tech warpgate

Be the first to know when new unknown vulnerabilities affecting warp-tech warpgate are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

warp-tech / warpgate
< 0.28.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/warp-tech/warpgate/security/advisories/GHSA-fjgc-484v-j6mf github.com: https://github.com/warp-tech/warpgate/commit/c020900a9d85989e4280bd03184976bc33e2e61d github.com: https://github.com/warp-tech/warpgate/releases/tag/v0.28.4