CVE-2022-49465
- EPSS 0.02%
- 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,...
CVE-2022-49447
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:20
In the Linux kernel, the following vulnerability has been resolved: ARM: hisi: Add missing of_node_put after of_find_compatible_node of_find_compatible_node will increment the refcount of the returned device_node. Calling of_node_put() to avoid th...
CVE-2022-49449
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:20
In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using ...
CVE-2022-49453
- EPSS 0.17%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:21
In the Linux kernel, the following vulnerability has been resolved: soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc The allocation funciton devm_kcalloc may fail and return a null pointer, which would cause a null-pointer derefere...
CVE-2022-49438
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 01.10.2025 20:16:18
In the Linux kernel, the following vulnerability has been resolved: Input: sparcspkr - fix refcount leak in bbc_beep_probe of_find_node_by_path() calls of_find_node_opts_by_path(), which returns a node pointer with refcount incremented, we should u...
CVE-2022-49439
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 01.10.2025 20:16:18
In the Linux kernel, the following vulnerability has been resolved: powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Ad...
CVE-2022-49440
- EPSS 0.13%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 22.10.2025 17:25:49
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: Keep MSR[RI] set when calling RTAS RTAS runs in real mode (MSR[DR] and MSR[IR] unset) and in 32-bit big endian mode (MSR[SF,LE] unset). The change in MSR is done in ...
CVE-2022-49441
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 01.10.2025 20:16:19
In the Linux kernel, the following vulnerability has been resolved: tty: fix deadlock caused by calling printk() under tty_port->lock pty_write() invokes kmalloc() which may invoke a normal printk() to print failure message. This can cause a deadl...
CVE-2022-49442
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:20
- Zuletzt bearbeitet 22.10.2025 17:25:22
In the Linux kernel, the following vulnerability has been resolved: drivers/base/node.c: fix compaction sysfs file leak Compaction sysfs file is created via compaction_register_node in register_node. But we forgot to remove it in unregister_node. ...
CVE-2022-49429
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:27:29
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Prevent panic when SDMA is disabled If the hfi1 module is loaded with HFI1_CAP_SDMA off, a call to hfi1_write_iter() will dereference a NULL pointer and panic. A typical...