
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-40240 is a NULL pointer dereference vulnerability in the Linux kernel's SCTP (Stream Control Transmission Protocol) implementation. The flaw occurs when a chunk's data buffer (chunk->skb) is missing: the pointer is erroneously dereferenced in an if-block where it is expected to be NULL, rather than checking for frag_list first. The vulnerability affects Linux kernel versions from 4.8 up to the patched releases and was published on December 4, 2025. It carries a CVSS v3.1 base score of 8.6 (High) (Microsoft MSRC, Feedly).
The root cause is a NULL pointer dereference (CWE-476) in the Linux kernel's SCTP subsystem. Specifically, chunk->skb can only be NULL when chunk->head_skb is non-NULL (i.e., when the socket buffer uses a fragmented list). The vulnerable code dereferences chunk->skb inside an if-block where it may legitimately be NULL, instead of checking frag_list just before replacing chunk->skb. The fix reorders the check so that frag_list is inspected first, ensuring chunk->skb is guaranteed non-NULL before any dereference. An unauthenticated, network-adjacent attacker can trigger this condition by sending specially crafted SCTP packets with missing chunk data buffers (Microsoft MSRC, Feedly).
Successful exploitation can cause a kernel NULL pointer dereference, leading to a system crash and denial of service. Because the attack vector is network-based and requires no authentication or user interaction, any system with SCTP enabled and reachable over the network is at risk. The CVSS scoring also indicates limited confidentiality and integrity impact (both rated Low), suggesting potential for minor data exposure or corruption in addition to availability loss (Microsoft MSRC, Feedly).
As of the time of this report, there is no public proof-of-concept exploit and no evidence of in-the-wild exploitation (Feedly). The EPSS score is approximately 0.024% (0.000240), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported.
Patches are available across multiple stable Linux kernel branches. Administrators should upgrade to one of the following fixed versions: 5.4.301, 5.10.246, 5.15.196, 6.1.158, 6.6.115, 6.12.56, 6.17.6, or 6.18 (Feedly). Vendor-specific updates are available from Red Hat (RHSA-2026:0444, RHSA-2026:0445, RHSA-2026:0453, and others), Amazon Linux, Oracle Linux, AlmaLinux, and Rocky Linux. If immediate patching is not feasible, consider filtering or blocking SCTP traffic at the network perimeter, or disabling the SCTP kernel module (modprobe -r sctp) if the protocol is not required in your environment.
The vulnerability was noted in Microsoft's December 2025 Patch Tuesday coverage and referenced by security vendors including Rapid7 and Sophos in their monthly patch summaries (Rapid7 Blog, Sophos News). No significant independent researcher commentary or social media discussion specific to this CVE has been identified beyond routine vulnerability tracking.
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."