CVE-2023-53657
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 in the Linux kernel involves the 'ice' driver where the function ice_eswitch_port_start_xmit might be called before the switchdev configuration is fully completed. This can lead to a NULL pointer dereference because some resources may not have been allocated yet. The issue is fixed by ensuring that transmission does not start until the switchdev configuration is fully finished.
How can this vulnerability impact me? :
The vulnerability can cause a NULL pointer dereference in the Linux kernel, which may lead to system crashes or instability when the affected network driver attempts to transmit data before its configuration is complete.