CVE-2022-0492 is the vulnerability identifier for a Linux kernel flaw in the legacy cgroups v1 authorization path. CVE numbers are used to track security bugs consistently across advisories, patches, and defenses. In this case, the issue matters because cgroups run inside the host kernel, so a mistake there can affect containers and the underlying system at the same time.
Security references associate the flaw with improper authentication, meaning a sensitive action was not blocked correctly for an untrusted user. In practical attacks, that kind of bug can be abused for privilege escalation or container escape, especially when the cgroups v1 release_agent control is reachable. For defenders, CVE-2022-0492 is a reminder to patch the kernel, limit powerful capabilities such as CAP_SYS_ADMIN, and reduce exposure of legacy cgroup features that should no longer be available.



