GHSA-p5vv-57h4-97rxHighCVSS 8.1
GoAdmin through 1.2.26 fails to properly anchor the logout pattern when checking permissions,...
🔗 CVE IDs covered (1)
📋 Description
GoAdmin through 1.2.26 fails to properly anchor the logout pattern when checking permissions, allowing authenticated users to bypass permission checks by appending a query parameter. Attackers can append a query string containing the admin prefix followed by /logout to reach administrative endpoints and perform unauthorized actions including reading sensitive data and modifying application state.
🔗 References (7)
- https://nvd.nist.gov/vuln/detail/CVE-2026-92793
- https://github.com/GoAdminGroup/go-admin/issues/690
- https://github.com/GoAdminGroup/go-admin
- https://github.com/GoAdminGroup/go-admin/blob/v1.2.26/modules/auth/middleware.go#L177
- https://github.com/GoAdminGroup/go-admin/blob/v1.2.26/plugins/admin/models/user.go#L129-L133
- https://www.vulncheck.com/advisories/goadmin-through-1.2.26-authorization-bypass-via-query-parameter
- https://github.com/advisories/GHSA-p5vv-57h4-97rx