CVE-2023-53296
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-12-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.15 (inc) to 4.19.281 (exc) |
| linux | linux_kernel | From 4.20 (inc) to 5.4.241 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.178 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.107 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.24 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.11 (exc) |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a race condition in the Linux kernel's SCTP implementation where the send stream number is not properly checked after a thread wakes up from waiting for buffer space (wait_for_sndbuf). Specifically, if the client's outgoing stream count changes after processing an INIT_ACK message, a thread may attempt to send a message on a stream number that no longer exists, leading to a null pointer dereference and kernel crash.
How can this vulnerability impact me? :
This vulnerability can cause a kernel crash (null pointer dereference) in systems using SCTP, potentially leading to denial of service or system instability.