
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
CVE-2025-21635 is a vulnerability in the Linux kernel's RDS (Reliable Datagram Sockets) TCP implementation, discovered in January 2025. The vulnerability specifically affects the sysctl handling of RDS TCP receive and send buffer settings. The issue stems from improper usage of the current->nsproxy structure in the network namespace handling (NVD).
The vulnerability arises from using the 'net' structure via 'current->nsproxy' in the RDS TCP sysctl handlers, which is problematic for two main reasons: inconsistency in getting information from reader's/writer's netns versus opener's netns, and potential null pointer dereference when current->nsproxy is NULL during task exit. The issue was identified in the rdstcpskbuf_handler function within the Linux kernel's RDS TCP implementation (Kernel Commit).
When exploited, this vulnerability can lead to a kernel 'Oops' (null-ptr-deref) condition, particularly when the current task is exiting. This can potentially cause system instability or denial of service in affected Linux systems (Kernel Commit).
A fix has been implemented that modifies the RDS TCP sysctl handlers to avoid using current->nsproxy. Instead, the per-netns structure is obtained from the table->data using container_of(), and the 'net' structure is retrieved from the listen socket when available. This patch has been merged into the Linux kernel (Kernel Commit).
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.”