
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, a vulnerability (CVE-2022-49006) was discovered in the tracing subsystem related to dynamic event handling. The issue occurs when dynamic events are removed and their type numbers are reused, potentially leading to memory corruption and kernel crashes. The vulnerability affects Linux kernel versions from 2.6.33 up to (excluding) 5.4.226, 5.5 to (excluding) 5.10.158, 5.11 to (excluding) 5.15.82, 5.16 to (excluding) 6.0.12, and 6.1 release candidates (NVD).
The vulnerability stems from the reuse of event type numbers in the tracing subsystem. After 65,536 dynamic events have been added and removed, the type field of new events reuses available numbers. When a dynamic event is traced and stored in the ring buffer, then removed, and another dynamic event is created with the same type number, the new event's logic is incorrectly used to parse the old event's binary blob data. This can lead to use-after-free conditions and kernel crashes (Kernel Patch).
The vulnerability can result in kernel crashes and potential memory corruption when parsing trace events. This could lead to denial of service conditions and potentially allow attackers to execute arbitrary code or access sensitive information through malformed trace events (Kernel Patch).
The issue has been fixed by implementing proper buffer clearing when dynamic events are removed. The fix ensures that when any dynamic event is removed, the buffers they were enabled in are cleared, similar to how module events are handled. This prevents the reading of stale events and associated memory corruption issues (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."