CVE-2025-40281
BaseFortify
Publication date: 2025-12-06
Last updated on: 2025-12-08
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 possible shift-out-of-bounds error in the Linux kernel's SCTP (Stream Control Transmission Protocol) implementation, specifically in the function sctp_transport_update_rto. It occurs because of a shift operation with an exponent that is too large for the 32-bit unsigned int type, which can lead to memory access errors. The issue was reported by syzbot and fixed by adding limits (rto_alpha_max and rto_beta_max) and runtime checks to prevent this out-of-bounds shift.
How can this vulnerability impact me? :
This vulnerability could potentially cause a kernel crash or undefined behavior due to out-of-bounds memory access in the SCTP transport code. This may lead to denial of service or system instability on affected Linux systems using SCTP networking.