CVE-2022-49519
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 21.10.2025 12:07:44
In the Linux kernel, the following vulnerability has been resolved: ath10k: skip ath10k_halt during suspend for driver state RESTARTING Double free crash is observed when FW recovery(caused by wmi timeout/crash) is followed by immediate suspend eve...
CVE-2022-49501
- EPSS 0.14%
- Veröffentlicht 26.02.2025 07:01:26
- Zuletzt bearbeitet 24.03.2025 19:43:13
In the Linux kernel, the following vulnerability has been resolved: usbnet: Run unregister_netdev() before unbind() again Commit 2c9d6c2b871d ("usbnet: run unbind() before unregister_netdev()") sought to fix a use-after-free on disconnect of USB Et...
CVE-2022-49502
- EPSS 0.17%
- Veröffentlicht 26.02.2025 07:01:26
- Zuletzt bearbeitet 01.10.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: media: rga: fix possible memory leak in rga_probe rga->m2m_dev needs to be freed when rga_probe fails.
CVE-2022-49504
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:26
- Zuletzt bearbeitet 21.10.2025 12:09:27
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Inhibit aborts if external loopback plug is inserted After running a short external loopback test, when the external loopback is removed and a normal cable inserted tha...
CVE-2022-49496
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:30
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.ko If the driver support subdev mode, the parameter "dev->pm.dev" will be NULL in mtk_vcodec_dec_remove. Ker...
CVE-2022-49497
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:30
In the Linux kernel, the following vulnerability has been resolved: net: remove two BUG() from skb_checksum_help() I have a syzbot report that managed to get a crash in skb_checksum_help() If syzbot can trigger these BUG(), it makes sense to repla...
CVE-2022-49468
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 01.10.2025 20:16:23
In the Linux kernel, the following vulnerability has been resolved: thermal/core: Fix memory leak in __thermal_cooling_device_register() I got memory leak as follows when doing fault injection test: unreferenced object 0xffff888010080000 (size 264...
CVE-2022-49469
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 22.10.2025 17:22:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix anon_dev leak in create_subvol() When btrfs_qgroup_inherit(), btrfs_alloc_tree_block, or btrfs_insert_root() fail in create_subvol(), we return without freeing anon_dev....
CVE-2022-49470
- EPSS 0.15%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 24.03.2025 19:58:47
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_event We should not access skb buffer data anymore after hci_recv_frame was called. [ 39.634809] BUG: KASAN: use-after...
CVE-2022-49465
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 21.01.2026 16:08:09
In the Linux kernel, the following vulnerability has been resolved: blk-throttle: Set BIO_THROTTLED when bio has been throttled 1.In current process, all bio will set the BIO_THROTTLED flag after __blk_throtl_bio(). 2.If bio needs to be throttled,...