CVE-2025-40240
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-04
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves a NULL pointer dereference in the SCTP (Stream Control Transmission Protocol) implementation. Specifically, the chunk->skb pointer is dereferenced in a code block where it is expected to be NULL, which can lead to a crash or unexpected behavior. The fix involves checking the frag_list before replacing chunk->skb to ensure it is not NULL when accessed.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or behave unexpectedly due to a NULL pointer dereference in the SCTP protocol handling. This could lead to denial of service or instability on systems using affected kernel versions.