CVE-2022-49246
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 22.09.2025 21:18:00
In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in snd_proto_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on it when done...
CVE-2022-49234
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 22.09.2025 21:03:34
In the Linux kernel, the following vulnerability has been resolved: net: dsa: Avoid cross-chip syncing of VLAN filtering Changes to VLAN filtering are not applicable to cross-chip notifications. On a system like this: .-----. .-----. .-----. ...
CVE-2022-49226
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 21.10.2025 11:52:18
In the Linux kernel, the following vulnerability has been resolved: net: asix: add proper error handling of usb read errors Syzbot once again hit uninit value in asix driver. The problem still the same -- asix_read_cmd() reads less bytes, than was ...
CVE-2022-49215
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:56
In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xsk_unbind_dev() start...
CVE-2022-49219
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 03.11.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: fix memory leak during D3hot to D0 transition If 'vfio_pci_core_device::needs_pm_restore' is set (PCI device does not have No_Soft_Reset bit set in its PMCSR config regis...
CVE-2022-49201
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 01.10.2025 20:15:54
In the Linux kernel, the following vulnerability has been resolved: ibmvnic: fix race between xmit and reset There is a race between reset and the transmit paths that can lead to ibmvnic_xmit() accessing an scrq after it has been freed in the reset...
CVE-2022-49190
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 03.11.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: kernel/resource: fix kfree() of bootmem memory again Since commit ebff7d8f270d ("mem hotunplug: fix kfree() of bootmem memory"), we could get a resource allocated during boot via a...
CVE-2022-49194
- EPSS 0.15%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 21.10.2025 11:56:00
In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: Use stronger register read/writes to assure ordering GCC12 appears to be much smarter about its dependency tracking and is aware that the relaxed variants are just n...
CVE-2022-49196
- EPSS 0.12%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 25.03.2025 15:07:33
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix use after free in remove_phb_dynamic() In remove_phb_dynamic() we use &phb->io_resource, after we've called device_unregister(&host_bridge->dev). But the unreg...
CVE-2022-49182
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 25.03.2025 15:07:11
In the Linux kernel, the following vulnerability has been resolved: net: hns3: add vlan list lock to protect vlan list When adding port base VLAN, vf VLAN need to remove from HW and modify the vlan state in vf VLAN list as false. If the periodicity...