In the Linux kernel, the following vulnerability has been resolved:
blk-mq: make sure active queue usage is held for bio_integrity_prep()
blk_integrity_unregister() can come if queue usage counter isn't held
for one bio with integrity prepared, so this request may be completed with
calling profile->complete_fn, then kernel panic.
Another constraint is that bio_integrity_prep() needs to be called
before bio merge.
Fix the issue by:
- call bio_integrity_prep() with one queue usage counter grabbed reliably
- call bio_integrity_prep() before bio merge
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 15:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-21T15:31:04.343Z
Updated: 2024-11-04T14:52:44.063Z
Reserved: 2024-05-21T15:19:24.241Z
Link: CVE-2023-52787
Vulnrichment
Updated: 2024-08-02T23:11:35.557Z
NVD
Status : Awaiting Analysis
Published: 2024-05-21T16:15:17.500
Modified: 2024-05-21T16:53:56.550
Link: CVE-2023-52787
Redhat