CVE-2022-49197
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 23.09.2025 13:46:39
In the Linux kernel, the following vulnerability has been resolved: af_netlink: Fix shift out of bounds in group mask calculation When a netlink message is received, netlink_recvmsg() fills in the address of the sender. One of the fields is the 32-...
CVE-2022-49179
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 25.03.2025 15:07:03
In the Linux kernel, the following vulnerability has been resolved: block, bfq: don't move oom_bfqq Our test report a UAF: [ 2073.019181] ================================================================== [ 2073.019188] BUG: KASAN: use-after-free ...
CVE-2022-49180
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 22.10.2025 17:17:09
In the Linux kernel, the following vulnerability has been resolved: LSM: general protection fault in legacy_parse_param The usual LSM hook "bail on fail" scheme doesn't work for cases where a security module may return an error code indicating that...
CVE-2022-49185
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 01.10.2025 20:15:53
In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_node_put...
CVE-2022-49189
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 21.10.2025 11:57:59
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: clk-rcg2: Update logic to calculate D value for RCG The display pixel clock has a requirement on certain newer platforms to support M/N as (2/3) and the final D value ca...
CVE-2022-49171
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:54
- Zuletzt bearbeitet 23.09.2025 13:39:42
In the Linux kernel, the following vulnerability has been resolved: ext4: don't BUG if someone dirty pages without asking ext4 first [un]pin_user_pages_remote is dirtying pages without properly warning the file system in advance. A related race wa...
CVE-2022-49175
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:54
- Zuletzt bearbeitet 22.10.2025 17:15:31
In the Linux kernel, the following vulnerability has been resolved: PM: core: keep irq flags in device_pm_check_callbacks() The function device_pm_check_callbacks() can be called under the spin lock (in the reported case it happens from genpd_add_d...
CVE-2022-49176
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:54
- Zuletzt bearbeitet 25.03.2025 16:11:10
In the Linux kernel, the following vulnerability has been resolved: bfq: fix use-after-free in bfq_dispatch_request KASAN reports a use-after-free report when doing normal scsi-mq test [69832.239032] ===============================================...
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-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...