CVE-2025-40187
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-14
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 is a null pointer dereference in the Linux kernel's SCTP (Stream Control Transmission Protocol) implementation. Specifically, under certain conditions involving the peer adaptation indicator and the return value of the sctp_ulpevent_make_authkey() function, a variable remains zero and is later dereferenced, which can cause a kernel crash or instability.
How can this vulnerability impact me? :
The impact of this vulnerability could be a denial of service due to a kernel crash or instability when the null pointer is dereferenced. This could disrupt network communications or system availability on affected Linux systems using SCTP.