
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
CVE-2024-36489 is a vulnerability in the Linux kernel's TLS (Transport Layer Security) implementation. The issue was discovered in the tlsinit() function where a missing write memory barrier could lead to store-store reordering, potentially causing NULL dereference in tls{setsockopt,getsockopt} functions (Kernel Git).
The vulnerability stems from a race condition in the TLS initialization process. When store-store reordering occurs between ctx->skproto initialization and sk->skprot update, it can result in a NULL dereference. The issue specifically manifests in a scenario where CPU operations can be reordered: ctx->skproto = READONCE(sk->skprot) can be reordered with WRITEONCE(sk->skprot, tlsprots), potentially leading to ctx->sk_proto->setsockopt() accessing a NULL value (Kernel Git).
The vulnerability can lead to NULL pointer dereference in the Linux kernel's TLS implementation, potentially causing system crashes or denial of service conditions (NVD).
The fix involves using rcuassignpointer() which provides release barrier semantics. The patch moves the rcuassignpointer() call after ctx->skproto initialization to ensure proper ordering of operations. This ensures that ctx->skproto is visible before changing sk->skprot in updatesk_prot() (Kernel Git).
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.”