CVE-2023-53696
Last modified
CVE-2023-53696 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() There is a memory leak reported by kmemleak: unreferenced object 0xffffc900003f0000 (size 12288): comm "modprobe", pid 19117, jiffies 4299751452 (age 42490.264s) hex dump (first 32 bytes): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace: [<00000000629261a8>] __vmalloc_node_range+0xe56/0x1110 [<0000000001906886>] __vmalloc_node+0xbd/0x150 [<000000005bb4dc34>] vmalloc+0x25/0x30 [<00000000a2dc1194>] qla2x00_create_host+0x7a0/0xe30 [qla2xxx] [<0000000062b14b47>] qla2x00_probe_one+0x2eb8/0xd160 [qla2xxx] [<00000000641ccc04>] local_pci_probe+0xeb/0x1a0 The root cause is traced to an error-handling path in qla2x00_probe_one() when the adapter "base_vha" initialize failed. The fab_scan_rp "scan.l" is used to record the port information and it is allocated in qla2x00_create_host(). EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() There is a memory leak reported by kmemleak: unreferenced object 0xffffc900003f0000 (size 12288): comm "modprobe", pid 19117, jiffies 4299751452 (age 42490.264s) hex dump (first 32 bytes): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace: [<00000000629261a8>] __vmalloc_node_range+0xe56/0x1110 [<0000000001906886>] __vmalloc_node+0xbd/0x150 [<000000005bb4dc34>] vmalloc+0x25/0x30 [<00000000a2dc1194>] qla2x00_create_host+0x7a0/0xe30 [qla2xxx] [<0000000062b14b47>] qla2x00_probe_one+0x2eb8/0xd160 [qla2xxx] [<00000000641ccc04>] local_pci_probe+0xeb/0x1a0 The root cause is traced to an error-handling path in qla2x00_probe_one() when the adapter "base_vha" initialize failed. The fab_scan_rp "scan.l" is used to record the port information and it is allocated in qla2x00_create_host(). However, it is not released in the error handling path "probe_failed". Fix this by freeing the memory of "scan.l" when an error occurs in the adapter initialization process.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a4239945b8ad112fb914d0605c8f6c5fd3330f61, < ae73c4dd48f2c79d515d509a0cbe9efb0a197f44; >= a4239945b8ad112fb914d0605c8f6c5fd3330f61, < 44374911ac63f769c442f56fdfadea673c5f4425; >= a4239945b8ad112fb914d0605c8f6c5fd3330f61, < 582e35e97318ccd9c81774bac08938291679525f; >= a4239945b8ad112fb914d0605c8f6c5fd3330f61, < 85ade4010e13ef152ea925c74d94253db92e5428 |
| Linux | Linux | 4.16 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-53696?
How severe is CVE-2023-53696?
How do I fix CVE-2023-53696?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53690Nagios Fusion versions prior to 4.2.0 contain a stored cross…4.8
- CVE-2023-53691Hikvision CSMP (Comprehensive Security Management Platform) …8.3
- CVE-2023-53692In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53693In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53694In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53695In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53697In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53698In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53699In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5370On CPU 0 the check for the SMCCC workaround is called before…5.5
- CVE-2023-53700In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53701Rejected reason: This CVE ID has been rejected or withdrawn …
Are you affected by CVE-2023-53696?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
