Skip to content

In the Linux kernel, the following vulnerability has been...

Unreviewed Published Apr 28, 2024 to the GitHub Advisory Database • Updated Apr 28, 2024

Package

No package listedSuggest a package

Affected versions

Unknown

Patched versions

Unknown

Description

In the Linux kernel, the following vulnerability has been resolved:

s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup

Fix Oops in dasd_alias_get_start_dev() function caused by the pavgroup
pointer being NULL.

The pavgroup pointer is checked on the entrance of the function but
without the lcu->lock being held. Therefore there is a race window
between dasd_alias_get_start_dev() and _lcu_update() which sets
pavgroup to NULL with the lcu->lock held.

Fix by checking the pavgroup pointer with lcu->lock held.

References

Published by the National Vulnerability Database Apr 28, 2024
Published to the GitHub Advisory Database Apr 28, 2024
Last updated Apr 28, 2024

Severity

Unknown

Weaknesses

No CWEs

CVE ID

CVE-2022-48636

GHSA ID

GHSA-mxvm-x858-3gm2

Source code

No known source code

Dependabot alerts are not supported on this advisory because it does not have a package from a supported ecosystem with an affected and fixed version.

Learn more about GitHub language support

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.