CVE-2025-40240 — NULL Pointer Dereference in Linux
Severity
7.8HIGHOSV
OSV5.5OSV3.2
No vectorEPSS
0.0%
top 85.48%
CISA KEV
Not in KEV
Exploit
No known exploits
Affected products
Timeline
PublishedDec 4
Latest updateApr 13
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 it's 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. We're sure that
otherwise chunk->skb is non-NULL because of outer if() condition.
Affected Packages6 packages
▶CVEListV5linux/linux90017accff61ae89283ad9a51f9ac46ca01633fb — 61cda2777b07d27459f5cac5a047c3edf9c8a1a9+8
🔴Vulnerability Details
27📋Vendor Advisories
27💬Community
1Bugzilla
▶