CVE-2022-48650: scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()
In the Linux kernel, the following vulnerability has been resolved:
scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()
Commit 8f394da36a36 ("scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAG")
made the __qlt_24xx_handle_abts() function return early if
tcm_qla2xxx_find_cmd_by_tag() didn't find a command, but it missed to clean
up the allocated memory for the management command.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue is a memory leak in the qla2xxx SCSI driver path. A local low-privileged user could, under high-complexity conditions, cause availability impact. It does not indicate data theft or integrity compromise in the provided sources.
Executive priority
Treat as a moderate availability risk. It is not a broad remote compromise signal, but kernel memory leaks can affect service reliability on important Linux infrastructure. Patch through standard kernel maintenance, prioritizing systems using the affected driver path.
Technical view
The flaw is in __qlt_24xx_handle_abts(). After commit 8f394da36a36, an early return path skipped cleanup for an allocated management command when tcm_qla2xxx_find_cmd_by_tag() found no command, causing a memory leak. CVSS is 4.7: local, high complexity, low privileges, availability impact only.
Likely exposure
Exposure is mainly Linux systems running affected kernel versions or carrying the vulnerable qla2xxx driver code path. Practical relevance is higher where that SCSI driver functionality is present or loaded. Distro backport status must be checked separately.
Exploitation context
The CVE is not listed as KEV in the supplied bundle, and no cited source states active exploitation. The CVSS vector indicates local access, low privileges, high attack complexity, no user interaction, and availability-only impact.
Researcher notes
Evidence supports a cleanup bug introduced by an earlier qla2xxx change and fixed in stable kernel commits. The bundle does not provide exploit details, affected distribution packages, or confirmed real-world exploitation, so validation should focus on kernel lineage and driver exposure.
Mitigation direction
Apply kernel updates containing the referenced stable fixes or distributor backports.
Prioritize systems where the qla2xxx driver is present, loaded, or operationally required.
Check Linux distribution advisories for package-specific fixed kernel versions.
Restrict unnecessary local shell access on systems with affected kernels.
Plan reboot or live-patching according to normal kernel maintenance process.
Validation and detection
Inventory kernel versions across Linux hosts and compare with vendor advisory status.
Check whether qla2xxx-related modules are present or loaded on relevant hosts.
Confirm the installed kernel includes one of the referenced stable fix commits or a backport.
Review monitoring for unexplained kernel memory pressure on affected systems.
Document compensating controls where immediate kernel update is delayed.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-48650 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.