CVE-2026-47724: Stale Context Authz Check

Authorization logic invokes a statically scoped package-level function instead of a stateful receiver method. This pattern often indicates a reliance on a stale state snapshot contained in the request context rather than querying a store or database for current privileges. It can permit suspended/demoted users to bypass access controls over the residual life

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Goβ
greprules fetch cve-2026-47724-stale-context-authz-check --engine opengrep

Description

Authorization logic invokes a statically scoped package-level function instead of a stateful receiver method. This pattern often indicates a reliance on a stale state snapshot contained in the request context rather than querying a store or database for current privileges. It can permit suspended/demoted users to bypass access controls over the residual life