Linux Kernel Out-of-Bounds Write Vulnerability (CVE-2022-0995)
First seen Aug 27, 2026 · Updated Aug 27, 2026 · CVSS 7.8
CVE-2022-0995 is an out-of-bounds write vulnerability in the Linux Kernel's watch_queue event notification subsystem that allows a local attacker to escalate privileges or crash the system. It is listed in CISA's Known Exploited Vulnerabilities catalog, indicating confirmed active exploitation in the wild. Organizations running affected Linux kernel versions must remediate promptly per CISA's mandated due date.
Technical Analysis
CVE-2022-0995 resides in the watch_queue filter subsystem of the Linux kernel, where insufficient bounds checking during buffer manipulation allows a local, low-privileged user to trigger an out-of-bounds write. Successful exploitation can lead to arbitrary kernel memory corruption, enabling local privilege escalation to root or causing a kernel panic and denial of service. The flaw is reachable via crafted watch_queue_set_filter() syscall usage, requiring only local code execution as a prerequisite, making it particularly dangerous on multi-tenant or shared systems. Since it is included in CISA's KEV catalog, active exploitation has been confirmed, increasing urgency for patching. Many AI agent frameworks and inference/orchestration services run as containerized or multi-tenant workloads on Linux hosts; a local privilege escalation here could allow an attacker with initial low-privilege access (e.g., via a compromised agent tool, plugin, or sandboxed code-execution environment) to break out of restricted contexts and compromise the host, exposing API keys, model weights, or other agents co-located on the same system.
Affected Systems
Linux Kernel versions containing the vulnerable watch_queue implementation, including many distributions' kernel builds prior to the patched versions (kernel maintainers backported fixes across LTS branches such as 5.10.x, 5.15.x, and mainline releases); affects general-purpose Linux servers, containers, and cloud VM hosts that have not applied the corresponding kernel patch.
Indicators of Compromise
- No specific file hashes, IPs, or domains published; exploitation detected via local privilege escalation attempts and anomalous watch_queue syscall activity in kernel audit logs.
Remediation Steps
- 1
Apply Kernel Patch
Update to a Linux kernel version containing the official fix for CVE-2022-0995 as provided by your distribution vendor (e.g., Red Hat, Ubuntu, Debian, SUSE).
- 2
Restrict Local Access
Limit local shell and code-execution access on systems, especially those hosting multi-tenant workloads, AI agent sandboxes, or shared inference environments, to reduce the attack surface for local privilege escalation.
- 3
Monitor Kernel Activity
Enable auditd or eBPF-based monitoring to detect anomalous watch_queue syscall usage or unexpected privilege escalation attempts.
- 4
Container and Sandbox Hardening
Ensure container runtimes and agent execution sandboxes enforce seccomp/AppArmor/SELinux profiles that restrict access to vulnerable kernel syscalls.
- 5
Validate Compliance Deadline
Federal agencies and organizations following CISA KEV guidance should remediate by the specified due date (2026-09-09) to maintain compliance.
CVE / Advisory IDs
Industries Most Exposed
Respond to this threat
Pro subscribers get a full AI-generated incident-response playbook for this threat — detection, containment, eradication, and recovery steps — plus an unlimited AI Threat Advisor for questions about your environment.