CVE-2022-0492: Linux Kernel Improper Authentication Vulnerability
Linux Kernel contains an improper authentication vulnerability which could allow for privilege escalation via the cgroups v1 release_agent feature.
How it works
The flaw is described by CWE-287 and CWE-862, which cover improper authentication and missing authorization checks. In this case the weakness centers on the cgroups v1 release_agent feature.
An attacker who can influence cgroup configuration may be able to trigger actions that bypass intended permission boundaries and obtain elevated privileges on the host.
Am I affected? How to find it in your systems
Linux kernels are present on physical servers, virtual machines, and container hosts. Begin by inventorying all systems that run a Linux kernel, including those managed through orchestration platforms.
- Use standard package or kernel-version commands to list installed kernels and compare results against the vendor advisory for affected releases.
- Check whether cgroups v1 is enabled and whether any workloads rely on the release_agent setting.
- Review audit logs or kernel logs for unexpected cgroup configuration changes or privilege-escalation attempts; specific indicators must be confirmed against the vendor advisory.
How to remediate
Apply the vendor-supplied update referenced in the official advisory. After patching, review configurations that involve cgroups v1 and remove or restrict use of the release_agent feature where it is not required.
- Disable cgroups v1 on systems that can operate with cgroups v2 only, following vendor guidance.
- Enforce least-privilege policies for processes that manage cgroups.
- Monitor for future kernel updates that address related authorization checks.
If you can't patch immediately
Follow the mitigations listed in the vendor advisory. Where cloud services are involved, apply any applicable BOD 22-01 requirements. Segment affected systems so that a successful escalation cannot easily reach other workloads, and consider disabling the cgroups v1 release_agent capability through kernel boot parameters or runtime configuration if supported.
- Restrict administrative access to hosts that still run vulnerable kernels.
- Increase monitoring of authentication and authorization events around cgroup operations.
- Plan for prompt removal or replacement of unpatchable systems.
If your data may have been exposed
Actively exploited vulnerabilities of this type have led to unauthorized access and subsequent data exposure in other incidents. Organizations can run a free exposure scan of their domains and email addresses against known breach data to determine whether any credentials or assets already appear in public breach repositories.
AICompiled with AI assistance from public sources and published under our editorial standards.