
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53436 is a vulnerability discovered in the Linux kernel's SCSI subsystem, specifically in the snic driver component. The vulnerability was published on September 18, 2025, and involves a potential memory leak condition that occurs when the device_add() function fails (NVD, Rapid7).
The vulnerability stems from improper memory management in the SCSI snic driver. When the device_add() function returns an error, the name allocated by dev_set_name() is not properly freed. According to the documentation, put_device() should be used to release the reference in the error path, which would allow the name to be freed in kobject_cleanup() (NVD).
The primary impact of this vulnerability is a memory leak in the Linux kernel when device addition fails in the SCSI snic driver. This could potentially lead to resource exhaustion over time if the error condition is repeatedly triggered (Rapid7).
The vulnerability has been patched by implementing proper memory cleanup using put_device() in the error path, ensuring that the allocated name is freed correctly when device_add() fails. The fix has been incorporated into the Linux kernel codebase (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."