CVE-2022-49376
published 2025-02-26CVE-2022-49376: In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sd_probe() sees an early error before…
PriorityP419medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.26%
18.0th percentile
In the Linux kernel, the following vulnerability has been resolved:
scsi: sd: Fix potential NULL pointer dereference
If sd_probe() sees an early error before sdkp->device is initialized,
sd_zbc_release_disk() is called. This causes a NULL pointer dereference
when sd_is_zoned() is called inside that function. Avoid this by removing
the call to sd_zbc_release_disk() in sd_probe() error path.
This change is safe and does not result in zone information memory leakage
because the zone information for a zoned disk is allocated only when
sd_revalidate_disk() is called, at which point sdkp->disk_dev is fully set,
resulting in sd_disk_release() being called when needed to cleanup a disk
zone information using sd_zbc_release_disk().
Affected
15 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.18.5-1 (bookworm) | linux 5.18.5-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 89d9475610771b5e5fe1879075f0fc9ba6e3755f < c1f0187025905e9981000d44a92e159468b561a8 | c1f0187025905e9981000d44a92e159468b561a8 |
| linux | linux | >= 89d9475610771b5e5fe1879075f0fc9ba6e3755f < 0fcb0b131cc90c8f523a293d84c58d0c7273c96f | 0fcb0b131cc90c8f523a293d84c58d0c7273c96f |
| linux | linux | >= 89d9475610771b5e5fe1879075f0fc9ba6e3755f < 78f8e96df06e2d04d82d4071c299b59d28744f47 | 78f8e96df06e2d04d82d4071c299b59d28744f47 |
| linux | linux | >= 89d9475610771b5e5fe1879075f0fc9ba6e3755f < 3733439593ad12f7b54ae35c273ea6f15d692de3 | 3733439593ad12f7b54ae35c273ea6f15d692de3 |
| linux | linux | >= 89d9475610771b5e5fe1879075f0fc9ba6e3755f < 05fbde3a77a4f1d62e4c4428f384288c1f1a0be5 | 05fbde3a77a4f1d62e4c4428f384288c1f1a0be5 |
| linux | linux_kernel | >= 0 < 5.10.127-1 | 5.10.127-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 4.10 < 5.10.122 | 5.10.122 |
| linux | linux_kernel | >= 5.11 < 5.15.47 | 5.15.47 |
| linux | linux_kernel | >= 5.16 < 5.17.15 | 5.17.15 |
| linux | linux_kernel | >= 5.18 < 5.18.4 | 5.18.4 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: scsi: sd: Fix potential NULL pointer dereference
vendor_redhat·2025-02-26·CVSS 5.5
CVE-2022-49376 [MEDIUM] CWE-476 kernel: scsi: sd: Fix potential NULL pointer dereference
kernel: scsi: sd: Fix potential NULL pointer dereference
In the Linux kernel, the following vulnerability has been resolved:
scsi: sd: Fix potential NULL pointer dereference
If sd_probe() sees an early error before sdkp->device is initialized,
sd_zbc_release_disk() is called. This causes a NULL pointer dereference
when sd_is_zoned() is called inside that function. Avoid this by removing
the call to sd_zbc_release_disk() in sd_probe() error path.
This change is safe and does not result in zone information memory leakage
because the zone information for a zoned disk is allocated only when
sd_revalidate_disk() is called, at which point sdkp->disk_dev is fully set,
resulting in sd_disk_release() being called when needed to cleanup a disk
zone information using sd_zbc_release_disk().
A flaw w
Debian
CVE-2022-49376: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: sd: F...
vendor_debian·2022·CVSS 5.5
CVE-2022-49376 [MEDIUM] CVE-2022-49376: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: sd: F...
In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sd_probe() sees an early error before sdkp->device is initialized, sd_zbc_release_disk() is called. This causes a NULL pointer dereference when sd_is_zoned() is called inside that function. Avoid this by removing the call to sd_zbc_release_disk() in sd_probe() error path. This change is safe and does not result in zone information memory leakage because the zone information for a zoned disk is allocated only when sd_revalidate_disk() is called, at which point sdkp->disk_dev is fully set, resulting in sd_disk_release() being called when needed to cleanup a disk zone information using sd_zbc_release_disk().
Scope: local
bookworm: resolved (fixed in 5.18.5-1)
bullseye: resol
GHSA
GHSA-m562-wccv-64rv: In the Linux kernel, the following vulnerability has been resolved:
scsi: sd: Fix potential NULL pointer dereference
If sd_probe() sees an early err
ghsa_unreviewed·2025-04-14
CVE-2022-49376 [MEDIUM] CWE-476 GHSA-m562-wccv-64rv: In the Linux kernel, the following vulnerability has been resolved:
scsi: sd: Fix potential NULL pointer dereference
If sd_probe() sees an early err
In the Linux kernel, the following vulnerability has been resolved:
scsi: sd: Fix potential NULL pointer dereference
If sd_probe() sees an early error before sdkp->device is initialized,
sd_zbc_release_disk() is called. This causes a NULL pointer dereference
when sd_is_zoned() is called inside that function. Avoid this by removing
the call to sd_zbc_release_disk() in sd_probe() error path.
This change is safe and does not result in zone information memory leakage
because the zone information for a zoned disk is allocated only when
sd_revalidate_disk() is called, at which point sdkp->disk_dev is fully set,
resulting in sd_disk_release() being called when needed to cleanup a disk
zone information using sd_zbc_release_disk().
OSV
CVE-2022-49376: In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sd_probe() sees an early error
osv·2025-02-26·CVSS 5.5
CVE-2022-49376 [MEDIUM] CVE-2022-49376: In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sd_probe() sees an early error
In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sd_probe() sees an early error before sdkp->device is initialized, sd_zbc_release_disk() is called. This causes a NULL pointer dereference when sd_is_zoned() is called inside that function. Avoid this by removing the call to sd_zbc_release_disk() in sd_probe() error path. This change is safe and does not result in zone information memory leakage because the zone information for a zoned disk is allocated only when sd_revalidate_disk() is called, at which point sdkp->disk_dev is fully set, resulting in sd_disk_release() being called when needed to cleanup a disk zone information using sd_zbc_release_disk().
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/05fbde3a77a4f1d62e4c4428f384288c1f1a0be5https://git.kernel.org/stable/c/0fcb0b131cc90c8f523a293d84c58d0c7273c96fhttps://git.kernel.org/stable/c/3733439593ad12f7b54ae35c273ea6f15d692de3https://git.kernel.org/stable/c/78f8e96df06e2d04d82d4071c299b59d28744f47https://git.kernel.org/stable/c/c1f0187025905e9981000d44a92e159468b561a8
2025-02-26
Published