CVE-2022-49178
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:54
- Zuletzt bearbeitet 23.09.2025 13:43:49
In the Linux kernel, the following vulnerability has been resolved: memstick/mspro_block: fix handling of read-only devices Use set_disk_ro to propagate the read-only state to the block layer instead of checking for it in ->open and leaking a refer...
CVE-2022-49158
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:53
- Zuletzt bearbeitet 23.09.2025 14:13:25
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix warning message due to adisc being flushed Fix warning message due to adisc being flushed. Linux kernel triggered a warning message where a different error code...
CVE-2022-49160
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:00:53
- Zuletzt bearbeitet 23.09.2025 14:15:41
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash during module load unload test During purex packet handling the driver was incorrectly freeing a pre-allocated structure. Fix this by skipping that entry. ...
CVE-2022-49161
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:00:53
- Zuletzt bearbeitet 23.09.2025 14:16:08
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix error handling in mt8183_da7219_max98357_dev_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_p...
CVE-2022-49162
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:53
- Zuletzt bearbeitet 15.10.2025 19:42:13
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfb_write() When the sm712fb driver writes three bytes to the framebuffer, the driver will crash: BUG: unable to handle page fault for a...
CVE-2022-49164
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:00:53
- Zuletzt bearbeitet 23.09.2025 14:20:06
In the Linux kernel, the following vulnerability has been resolved: powerpc/tm: Fix more userspace r13 corruption Commit cf13435b730a ("powerpc/tm: Fix userspace r13 corruption") fixes a problem in treclaim where a SLB miss can occur on the thread_...
CVE-2022-49166
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:53
- Zuletzt bearbeitet 15.10.2025 19:42:37
In the Linux kernel, the following vulnerability has been resolved: ntfs: add sanity check on allocation size ntfs_read_inode_mount invokes ntfs_malloc_nofs with zero allocation size. It triggers one BUG in the __ntfs_malloc function. Fix this by...
CVE-2022-49168
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:53
- Zuletzt bearbeitet 21.01.2026 16:06:56
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not clean up repair bio if submit fails The submit helper will always run bio_endio() on the bio if it fails to submit, so cleaning up the bio just leads to a variety of ...
CVE-2022-49149
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:52
- Zuletzt bearbeitet 23.09.2025 13:53:54
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix call timer start racing with call destruction The rxrpc_call struct has a timer used to handle various timed events relating to a call. This timer can get started from ...
CVE-2022-49151
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:52
- Zuletzt bearbeitet 15.10.2025 19:47:40
In the Linux kernel, the following vulnerability has been resolved: can: mcba_usb: properly check endpoint type Syzbot reported warning in usb_submit_urb() which is caused by wrong endpoint type. We should check that in endpoint is actually present...