CVE-2025-39812
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.10.244 |
| linux | linux_kernel | 6.1.153 |
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 the SCTP protocol where the sin6_scope_id field was not properly initialized in the sctp_v6_from_sk() function. This improper initialization leads to undefined behavior, potentially causing kernel memory issues or crashes due to use of uninitialized values.
How can this vulnerability impact me? :
The impact of this vulnerability could include system instability or crashes in the Linux kernel when using SCTP over IPv6, due to undefined behavior from uninitialized variables. This could affect the reliability and availability of systems relying on SCTP networking.