
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A NULL pointer dereference vulnerability was discovered in the Linux kernel's TIPC (Transparent Inter-Process Communication) subsystem, tracked as CVE-2022-49664. The vulnerability was found in the broadcast link creation process where a race condition could occur between node creation and link establishment. When creating a node in tipcnodecheckdest(), after inserting the new node into the hashtable in tipcnode_create(), it creates the broadcast link. However, there was a gap between this insert and broadcast link creation, where a broadcast packet could arrive and retrieve the node from the hashtable then attempt to dereference its broadcast link, which would be NULL (Kernel Patch).
The vulnerability manifests as a NULL pointer dereference in the TIPC module. The crash occurs in the tipclinkisup function when the 'l' parameter passed into tipcbcast_rcv() is NULL. The issue stems from a race condition in the node creation process where a broadcast link is created after the node is inserted into the hashtable. The vulnerability affects Linux kernel versions from 5.11 through 5.15.53, 5.16 through 5.18.10, and other versions in that range (NVD). The vulnerability has a CVSS v3.1 base score of 5.5 (Medium) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
The vulnerability can lead to a kernel crash through NULL pointer dereference when processing TIPC broadcast messages. This could result in a denial of service condition on affected systems. The impact is limited to availability with no direct impact on confidentiality or integrity (NVD).
The vulnerability was fixed by moving the broadcast link creation before inserting the node into the hashtable in the tipcnodecreate function. The fix ensures that the broadcast link is created before any other components can access the node, preventing the race condition. The patch has been applied to affected kernel versions (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.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
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.”