CVE-2022-48846: block: release rq qos structures for queue without disk
In the Linux kernel, the following vulnerability has been resolved:
block: release rq qos structures for queue without disk
blkcg_init_queue() may add rq qos structures to request queue, previously
blk_cleanup_queue() calls rq_qos_exit() to release them, but commit
8e141f9eb803 ("block: drain file system I/O on del_gendisk")
moves rq_qos_exit() into del_gendisk(), so memory leak is caused
because queues may not have disk, such as un-present scsi luns, nvme
admin queue, ...
Fixes the issue by adding rq_qos_exit() to blk_cleanup_queue() back.
BTW, v5.18 won't need this patch any more since we move
blkcg_init_queue()/blkcg_exit_queue() into disk allocation/release
handler, and patches have been in for-5.18/block.
Security readout for executives and security teams
Plain-English summary
CVE-2022-48846 is a Linux kernel memory leak in block request-queue cleanup. Some queues without disks could keep request QoS data after cleanup. The source does not show remote code execution, privilege escalation, or active exploitation. Business urgency is mainly routine kernel maintenance for affected Linux 5.15, 5.16, and 5.17 lines.
Executive priority
Treat this as standard patch-cycle work unless affected storage-heavy systems show unexplained kernel memory growth. There is no source-supported active exploitation signal, but kernel memory leaks can still affect availability over time.
Technical view
The issue is in Linux block layer cleanup. blkcg_init_queue() could add rq_qos structures, while rq_qos_exit() had been moved from blk_cleanup_queue() to del_gendisk(). Queues without disks, such as unpresent SCSI LUNs or NVMe admin queues, could skip that release path and leak memory. The fix adds rq_qos_exit() back to blk_cleanup_queue().
Likely exposure
Exposure is likely limited to systems running affected Linux kernel versions or downstream builds containing commit 8e141f9eb803 without the stable fixes. The bundle names Linux 5.15, 5.16.17, and 5.17-related affected data, but exact downstream vendor backport status must be verified per distribution.
Exploitation context
The provided sources do not report active exploitation, and KEV is false. The described impact is a kernel memory leak during block queue cleanup for queues without disks. The sources do not provide exploit prerequisites, attack vectors, CVSS, or evidence of public weaponization.
Researcher notes
Evidence is narrow but clear: the bug is a missing rq_qos_exit() release path after cleanup responsibility moved to del_gendisk(). The CVE bundle lacks CVSS, CWE, exploitability analysis, and precise downstream fixed package versions, so validation should focus on commit presence and vendor backports.
Mitigation direction
Identify Linux systems running affected 5.15, 5.16, or 5.17 kernels.
Apply vendor kernel updates that include the referenced stable fixes.
Verify downstream distribution advisories for backported fixes and package versions.
Prioritize systems with frequent block device discovery, SCSI, or NVMe queue churn.
Do not deploy custom mitigations without vendor guidance.
Validation and detection
Inventory kernel versions and distribution package changelogs.
Check whether the referenced stable commits are present in the running kernel source package.
Review kernel memory trend telemetry on affected storage-heavy hosts.
Confirm no affected kernel remains after patching or rebooting.
Document vendor advisory status where fixed package mapping is unclear.
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-48846 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.