Security Advisory

CVE-2025-40240

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-04 15:31:29
Last updated 2026-05-11 21:45:30
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid NULL dereference when chunk data buffer is missing chunk->skb pointer is dereferenced in the if-block where its supposed to be NULL only. chunk->skb can only be NULL if chunk->head_skb is not. Check for frag_list instead and do it just before replacing chunk->skb. Were sure that otherwise chunk->skb is non-NULL because of outer if() condition.