CVE-2023-53464
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-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 5.15.160 (inc) to 5.16 (inc) |
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's iscsi_tcp component involves not properly checking if a socket (sock) is valid before assigning it in the iscsi_set_param() function. This can lead to incorrect or inconsistent values in certain TCP connection parameters, potentially causing null pointer dereferences or other unexpected behavior.
How can this vulnerability impact me? :
The vulnerability may cause inconsistent or incorrect TCP connection states within the iscsi_tcp driver, which could lead to system instability, crashes, or unexpected behavior in systems using iSCSI over TCP. This could affect data transmission reliability or system availability.