-
CVE-2022-49687
- EPSS 0.13%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 26.02.2025 07:01:43
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
In the Linux kernel, the following vulnerability has been resolved: virtio_net: fix xdp_rxq_info bug after suspend/resume The following sequence currently causes a driver bug warning when using virtio_net: # ip link set eth0 up # echo mem > /sys/power/state (or e.g. # rtcwake -s 10 -m mem) <resume> # ip link set eth0 down Missing register, driver bug WARNING: CPU: 0 PID: 375 at net/core/xdp.c:138 xdp_rxq_info_unreg+0x58/0x60 Call trace: xdp_rxq_info_unreg+0x58/0x60 virtnet_close+0x58/0xac __dev_close_many+0xac/0x140 __dev_change_flags+0xd8/0x210 dev_change_flags+0x24/0x64 do_setlink+0x230/0xdd0 ... This happens because virtnet_freeze() frees the receive_queue completely (including struct xdp_rxq_info) but does not call xdp_rxq_info_unreg(). Similarly, virtnet_restore() sets up the receive_queue again but does not call xdp_rxq_info_reg(). Actually, parts of virtnet_freeze_down() and virtnet_restore_up() are almost identical to virtnet_close() and virtnet_open(): only the calls to xdp_rxq_info_(un)reg() are missing. This means that we can fix this easily and avoid such problems in the future by just calling virtnet_close()/open() from the freeze/restore handlers. Aside from adding the missing xdp_rxq_info calls the only difference is that the refill work is only cancelled if netif_running(). However, this should not make any functional difference since the refill work should only be active if the network interface is actually up.
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerLinux
≫
Produkt
Linux
Default Statusunaffected
Version <
9222672fa6370f0ec3d899662cb8680e9282fc4c
Version
754b8a21a96d5f11712245aef907149606b323ae
Status
affected
Version <
8c7a32b7c15555beddc5810c3334d9cefff061bf
Version
754b8a21a96d5f11712245aef907149606b323ae
Status
affected
Version <
340fbdc8011f2dc678f622c5ce1cbb5ab8305de7
Version
754b8a21a96d5f11712245aef907149606b323ae
Status
affected
Version <
8d7fe9ad6fddc2af8bde4b921b4f8fab231ed38c
Version
754b8a21a96d5f11712245aef907149606b323ae
Status
affected
Version <
57ee40f1b198b59d43c216fbc4672f9300d3c8b0
Version
754b8a21a96d5f11712245aef907149606b323ae
Status
affected
Version <
8af52fe9fd3bf5e7478da99193c0632276e1dfce
Version
754b8a21a96d5f11712245aef907149606b323ae
Status
affected
HerstellerLinux
≫
Produkt
Linux
Default Statusaffected
Version
4.16
Status
affected
Version <
4.16
Version
0
Status
unaffected
Version <=
4.19.*
Version
4.19.250
Status
unaffected
Version <=
5.4.*
Version
5.4.202
Status
unaffected
Version <=
5.10.*
Version
5.10.127
Status
unaffected
Version <=
5.15.*
Version
5.15.51
Status
unaffected
Version <=
5.18.*
Version
5.18.8
Status
unaffected
Version <=
*
Version
5.19
Status
unaffected
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.13% | 0.326 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|