CVE-2022-49414
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:17
- Zuletzt bearbeitet 01.10.2025 20:16:18
In the Linux kernel, the following vulnerability has been resolved: ext4: fix race condition between ext4_write and ext4_convert_inline_data Hulk Robot reported a BUG_ON: ================================================================== EXT4-fs ...
CVE-2022-49395
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 01.10.2025 20:16:16
In the Linux kernel, the following vulnerability has been resolved: um: Fix out-of-bounds read in LDT setup syscall_stub_data() expects the data_count parameter to be the number of longs, not bytes. ===============================================...
CVE-2022-49396
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 22.09.2025 19:47:55
In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix reset-controller leak on probe errors Make sure to release the lane reset controller in case of a late probe error (e.g. probe deferral). Note that due to the r...
CVE-2022-49397
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 22.09.2025 19:57:30
In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix struct clk leak on probe errors Make sure to release the pipe clock reference in case of a late probe error (e.g. probe deferral).
CVE-2022-49398
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 21.10.2025 12:15:09
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback The list_for_each_entry_safe() macro saves the current item (n) and the item after (n+1), so that n can be s...
CVE-2022-49399
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 21.10.2025 12:14:53
In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Use tty_port_destroy() to destroy port In goldfish_tty_probe(), the port initialized through tty_port_init() should be destroyed in error paths.In goldfish_tty_remov...
CVE-2022-49402
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 21.10.2025 12:14:34
In the Linux kernel, the following vulnerability has been resolved: ftrace: Clean up hash direct_functions on register failures We see the following GPF when register_ftrace_direct fails: [ ] general protection fault, probably for non-canonical ad...
CVE-2022-49404
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 01.10.2025 20:16:17
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix potential integer multiplication overflow errors When multiplying of different types, an overflow is possible even when storing the result in a larger type. This is ...
CVE-2022-49385
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 25.03.2025 14:58:25
In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed. But it has been added to the bus, which caused a UAF. To fix it,...
CVE-2022-49386
- EPSS 0.14%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 01.10.2025 20:16:15
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need ...