CVE-2022-49685
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 24.03.2025 19:27:25
In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix use-after-free on remove Ensure that the irq_work has completed before the trigger is freed. ============================================================...
CVE-2022-49673
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 24.10.2025 15:51:58
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix KASAN warning in raid5_add_disks There's a KASAN warning in raid5_add_disk when running the LVM testsuite. The warning happens in the test lvconvert-raid-reshape-linea...
CVE-2022-49674
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 24.10.2025 15:51:49
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix accesses beyond end of raid member array On dm-raid table load (using raid_ctr), dm-raid allocates an array rs->devs[rs->raid_disks] for the raid device members. rs->r...
CVE-2022-49677
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:03
In the Linux kernel, the following vulnerability has been resolved: ARM: cns3xxx: Fix refcount leak in cns3xxx_init of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing...
CVE-2022-49681
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:04
In the Linux kernel, the following vulnerability has been resolved: xtensa: xtfpga: Fix refcount leak bug in setup In machine_setup(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() when ...
CVE-2022-49651
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 24.03.2025 19:03:58
In the Linux kernel, the following vulnerability has been resolved: srcu: Tighten cleanup_srcu_struct() GP checks Currently, cleanup_srcu_struct() checks for a grace period in progress, but it does not check for a grace period that has not yet star...
CVE-2022-49657
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 01.10.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnet_write_cmd_async() mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer
CVE-2022-49639
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:39
- Zuletzt bearbeitet 01.10.2025 20:17:00
In the Linux kernel, the following vulnerability has been resolved: cipso: Fix data-races around sysctl. While reading cipso sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.
CVE-2022-49646
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:39
- Zuletzt bearbeitet 23.10.2025 12:09:45
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix queue selection for mesh/OCB interfaces When using iTXQ, the code assumes that there is only one vif queue for broadcast packets, using the BE queue. Allowing n...
CVE-2022-49632
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:38
- Zuletzt bearbeitet 01.10.2025 20:16:59
In the Linux kernel, the following vulnerability has been resolved: icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr. While reading sysctl_icmp_errors_use_inbound_ifaddr, it can be changed concurrently. Thus, we need to add READ_...