You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Deepin Integration]~[v25-Release] golang-google-grpc: Fix CVE-2026-33186 by deepin-ci-robot@deepin-community/golang-google-grpc by deepin-community-ci-bot[bot] #13162
Fix CVE-2026-33186: Authorization bypass via malformed :path header
. gRPC-Go server was too lenient in its routing logic, accepting
requests where the :path omitted the mandatory leading slash. This
could allow requests to bypass path-based authorization
interceptors. . This patch adds strict path checking to reject
requests with non-canonical paths (missing the leading slash).
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
golang-google-grpc (1.64.0-6deepin1) unstable; urgency=medium
. gRPC-Go server was too lenient in its routing logic, accepting
requests where the :path omitted the mandatory leading slash. This
could allow requests to bypass path-based authorization
interceptors. . This patch adds strict path checking to reject
requests with non-canonical paths (missing the leading slash).