In the Linux kernel, the following vulnerability has been resolved:
drivers:md:fix a potential use-after-free bug
In line 2884, "raid5_release_stripe(sh);" drops the reference to sh and
may cause sh to be released. However, sh is subsequently used in lines
2886 "if (sh->batch_head && sh != sh->batch_head)". This may result in an
use-after-free bug.
It can be fixed by moving "raid5_release_stripe(sh);" to the bottom of
the function.
Metrics
Affected Vendors & Products
References
History
Thu, 19 Jun 2025 15:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
| |
Metrics |
threat_severity
|
cvssV3_1
|
Wed, 18 Jun 2025 11:15:00 +0000

Status: PUBLISHED
Assigner: Linux
Published: 2025-06-18T11:01:25.965Z
Updated: 2025-07-15T15:43:42.948Z
Reserved: 2025-06-18T10:57:27.394Z
Link: CVE-2022-50022

No data.

Status : Awaiting Analysis
Published: 2025-06-18T11:15:30.390
Modified: 2025-06-18T13:46:52.973
Link: CVE-2022-50022
