CVE-2022-49295
published 2025-02-26CVE-2022-49295: In the Linux kernel, the following vulnerability has been resolved: nbd: call genl_unregister_family() first in nbd_cleanup() Otherwise there may be race…
PriorityP416medium4.7CVSS 3.1
AVLACHPRLUINSUCNINAH
EPSS
0.25%
16.1th percentile
In the Linux kernel, the following vulnerability has been resolved:
nbd: call genl_unregister_family() first in nbd_cleanup()
Otherwise there may be race between module removal and the handling of
netlink command, which can lead to the oops as shown below:
BUG: kernel NULL pointer dereference, address: 0000000000000098
Oops: 0002 [#1] SMP PTI
CPU: 1 PID: 31299 Comm: nbd-client Tainted: G E 5.14.0-rc4
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)
RIP: 0010:down_write+0x1a/0x50
Call Trace:
start_creating+0x89/0x130
debugfs_create_dir+0x1b/0x130
nbd_start_device+0x13d/0x390 [nbd]
nbd_genl_connect+0x42f/0x748 [nbd]
genl_family_rcv_msg_doit.isra.0+0xec/0x150
genl_rcv_msg+0xe5/0x1e0
netlink_rcv_skb+0x55/0x100
genl_rcv+0x29/0x40
netlink_unicast+0x1a8/0x250
netlink_sendmsg+0x21b/0x430
____sys_sendmsg+0x2a4/0x2d0
___sys_sendmsg+0x81/0xc0
__sys_sendmsg+0x62/0xb0
__x64_sys_sendmsg+0x1f/0x30
do_syscall_64+0x3b/0xc0
entry_SYSCALL_64_after_hwframe+0x44/0xae
Modules linked in: nbd(E-)
Affected
21 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 | >= e46c7287b1c27683a8e30ca825fb98e2b97f1099 < 8a1435c862ea09b06be7acda325128dc08458e25 | 8a1435c862ea09b06be7acda325128dc08458e25 |
| linux | linux | >= e46c7287b1c27683a8e30ca825fb98e2b97f1099 < 013a79f1b5c89290e2e97f1ebf14b14e0cf5fe5c | 013a79f1b5c89290e2e97f1ebf14b14e0cf5fe5c |
| linux | linux | >= e46c7287b1c27683a8e30ca825fb98e2b97f1099 < 1be608e1ee1f222464b2856bda9b85ab5184a33e | 1be608e1ee1f222464b2856bda9b85ab5184a33e |
| linux | linux | >= e46c7287b1c27683a8e30ca825fb98e2b97f1099 < c0868f6e728c3c28bef0e8bee89d2daf86a8bbca | c0868f6e728c3c28bef0e8bee89d2daf86a8bbca |
| linux | linux | >= e46c7287b1c27683a8e30ca825fb98e2b97f1099 < cbeafa7a79d08ecdb55f8f1d41a11323d0f709db | cbeafa7a79d08ecdb55f8f1d41a11323d0f709db |
| linux | linux | >= e46c7287b1c27683a8e30ca825fb98e2b97f1099 < 6f505bbb8063fd3a238a4239d2d8c165e5279f6f | 6f505bbb8063fd3a238a4239d2d8c165e5279f6f |
| linux | linux | >= e46c7287b1c27683a8e30ca825fb98e2b97f1099 < 3d5da1ffba3388c2ae2e6c598855a4d887d3bf79 | 3d5da1ffba3388c2ae2e6c598855a4d887d3bf79 |
| linux | linux | >= e46c7287b1c27683a8e30ca825fb98e2b97f1099 < 06c4da89c24e7023ea448cadf8e9daf06a0aae6e | 06c4da89c24e7023ea448cadf8e9daf06a0aae6e |
| linux | linux_kernel | < 4.14.283 | 4.14.283 |
| 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.15 < 4.19.247 | 4.19.247 |
| linux | linux_kernel | >= 4.20 < 5.4.198 | 5.4.198 |
| 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 |
| linux | linux_kernel | >= 5.5 < 5.10.122 | 5.10.122 |
CVSS provenance
nvdv3.14.7MEDIUMCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
osv4.7MEDIUM
vendor_debian4.7MEDIUM
vendor_redhat4.7MEDIUM
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: nbd: call genl_unregister_family() first in nbd_cleanup()
vendor_redhat·2025-02-26·CVSS 4.7
CVE-2022-49295 [MEDIUM] CWE-476 kernel: nbd: call genl_unregister_family() first in nbd_cleanup()
kernel: nbd: call genl_unregister_family() first in nbd_cleanup()
In the Linux kernel, the following vulnerability has been resolved:
nbd: call genl_unregister_family() first in nbd_cleanup()
Otherwise there may be race between module removal and the handling of
netlink command, which can lead to the oops as shown below:
BUG: kernel NULL pointer dereference, address: 0000000000000098
Oops: 0002 [#1] SMP PTI
CPU: 1 PID: 31299 Comm: nbd-client Tainted: G E 5.14.0-rc4
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)
RIP: 0010:down_write+0x1a/0x50
Call Trace:
start_creating+0x89/0x130
debugfs_create_dir+0x1b/0x130
nbd_start_device+0x13d/0x390 [nbd]
nbd_genl_connect+0x42f/0x748 [nbd]
genl_family_rcv_msg_doit.isra.0+0xec/0x150
genl_rcv_msg+0xe5/0x1e0
netlink_rcv_skb+0x55/0x100
genl_rcv+0x2
Debian
CVE-2022-49295: linux - In the Linux kernel, the following vulnerability has been resolved: nbd: call g...
vendor_debian·2022·CVSS 4.7
CVE-2022-49295 [MEDIUM] CVE-2022-49295: linux - In the Linux kernel, the following vulnerability has been resolved: nbd: call g...
In the Linux kernel, the following vulnerability has been resolved: nbd: call genl_unregister_family() first in nbd_cleanup() Otherwise there may be race between module removal and the handling of netlink command, which can lead to the oops as shown below: BUG: kernel NULL pointer dereference, address: 0000000000000098 Oops: 0002 [#1] SMP PTI CPU: 1 PID: 31299 Comm: nbd-client Tainted: G E 5.14.0-rc4 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996) RIP: 0010:down_write+0x1a/0x50 Call Trace: start_creating+0x89/0x130 debugfs_create_dir+0x1b/0x130 nbd_start_device+0x13d/0x390 [nbd] nbd_genl_connect+0x42f/0x748 [nbd] genl_family_rcv_msg_doit.isra.0+0xec/0x150 genl_rcv_msg+0xe5/0x1e0 netlink_rcv_skb+0x55/0x100 genl_rcv+0x29/0x40 netlink_unicast+0x1a8/0x250 netlink_sendmsg+0x21b/0x430 ____
GHSA
GHSA-r864-6v77-6j77: In the Linux kernel, the following vulnerability has been resolved:
nbd: call genl_unregister_family() first in nbd_cleanup()
Otherwise there may be
ghsa_unreviewed·2025-04-14
CVE-2022-49295 [MEDIUM] CWE-476 GHSA-r864-6v77-6j77: In the Linux kernel, the following vulnerability has been resolved:
nbd: call genl_unregister_family() first in nbd_cleanup()
Otherwise there may be
In the Linux kernel, the following vulnerability has been resolved:
nbd: call genl_unregister_family() first in nbd_cleanup()
Otherwise there may be race between module removal and the handling of
netlink command, which can lead to the oops as shown below:
BUG: kernel NULL pointer dereference, address: 0000000000000098
Oops: 0002 [#1] SMP PTI
CPU: 1 PID: 31299 Comm: nbd-client Tainted: G E 5.14.0-rc4
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)
RIP: 0010:down_write+0x1a/0x50
Call Trace:
start_creating+0x89/0x130
debugfs_create_dir+0x1b/0x130
nbd_start_device+0x13d/0x390 [nbd]
nbd_genl_connect+0x42f/0x748 [nbd]
genl_family_rcv_msg_doit.isra.0+0xec/0x150
genl_rcv_msg+0xe5/0x1e0
netlink_rcv_skb+0x55/0x100
genl_rcv+0x29/0x40
netlink_unicast+0x1a8/0x250
netlink_sendmsg+0x21b/0x430
_
OSV
CVE-2022-49295: In the Linux kernel, the following vulnerability has been resolved: nbd: call genl_unregister_family() first in nbd_cleanup() Otherwise there may be r
osv·2025-02-26·CVSS 4.7
CVE-2022-49295 [MEDIUM] CVE-2022-49295: In the Linux kernel, the following vulnerability has been resolved: nbd: call genl_unregister_family() first in nbd_cleanup() Otherwise there may be r
In the Linux kernel, the following vulnerability has been resolved: nbd: call genl_unregister_family() first in nbd_cleanup() Otherwise there may be race between module removal and the handling of netlink command, which can lead to the oops as shown below: BUG: kernel NULL pointer dereference, address: 0000000000000098 Oops: 0002 [#1] SMP PTI CPU: 1 PID: 31299 Comm: nbd-client Tainted: G E 5.14.0-rc4 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996) RIP: 0010:down_write+0x1a/0x50 Call Trace: start_creating+0x89/0x130 debugfs_create_dir+0x1b/0x130 nbd_start_device+0x13d/0x390 [nbd] nbd_genl_connect+0x42f/0x748 [nbd] genl_family_rcv_msg_doit.isra.0+0xec/0x150 genl_rcv_msg+0xe5/0x1e0 netlink_rcv_skb+0x55/0x100 genl_rcv+0x29/0x40 netlink_unicast+0x1a8/0x250 netlink_sendmsg+0x21b/0x430 ____
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/013a79f1b5c89290e2e97f1ebf14b14e0cf5fe5chttps://git.kernel.org/stable/c/06c4da89c24e7023ea448cadf8e9daf06a0aae6ehttps://git.kernel.org/stable/c/1be608e1ee1f222464b2856bda9b85ab5184a33ehttps://git.kernel.org/stable/c/3d5da1ffba3388c2ae2e6c598855a4d887d3bf79https://git.kernel.org/stable/c/6f505bbb8063fd3a238a4239d2d8c165e5279f6fhttps://git.kernel.org/stable/c/8a1435c862ea09b06be7acda325128dc08458e25https://git.kernel.org/stable/c/c0868f6e728c3c28bef0e8bee89d2daf86a8bbcahttps://git.kernel.org/stable/c/cbeafa7a79d08ecdb55f8f1d41a11323d0f709db
2025-02-26
Published