CVE-2022-50321
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:48:54
- Zuletzt bearbeitet 03.12.2025 19:29:55
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit() The brcmf_netdev_start_xmit() returns NETDEV_TX_OK without freeing skb in case of pskb_expand_head() fails, a...
CVE-2022-50320
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:48:53
- Zuletzt bearbeitet 04.12.2025 15:19:05
In the Linux kernel, the following vulnerability has been resolved: ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address On a Packard Bell Dot SC (Intel Atom N2600 model) there is a FPDT table which contains invalid physical ...
CVE-2022-50319
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:48:52
- Zuletzt bearbeitet 04.12.2025 15:19:17
In the Linux kernel, the following vulnerability has been resolved: coresight: trbe: remove cpuhp instance node before remove cpuhp state cpuhp_state_add_instance() and cpuhp_state_remove_instance() should be used in pairs. Or there will lead to th...
CVE-2022-50318
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:48:51
- Zuletzt bearbeitet 04.12.2025 15:19:27
In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox() pci_get_device() will increase the reference count for the returned 'dev'. We need to call pci_dev_put() t...
CVE-2022-50317
- EPSS 0.15%
- Veröffentlicht 15.09.2025 14:48:50
- Zuletzt bearbeitet 04.12.2025 15:19:42
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: [ 31.911505] i2c-core: driver [stdp2690-ge-b850v3-fw] unreg...
CVE-2022-50316
- EPSS 0.14%
- Veröffentlicht 15.09.2025 14:48:49
- Zuletzt bearbeitet 03.12.2025 19:29:19
In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefs_sysfs_init() When insert and remove the orangefs module, there are kobjects memory leaked as below: unreferenced object 0xffff88810f95af00 (size...
CVE-2023-53261
- EPSS 0.12%
- Veröffentlicht 15.09.2025 14:46:33
- Zuletzt bearbeitet 14.01.2026 19:16:15
In the Linux kernel, the following vulnerability has been resolved: coresight: Fix memory leak in acpi_buffer->pointer There are memory leaks reported by kmemleak: ... unreferenced object 0xffff00213c141000 (size 1024): comm "systemd-udevd", pid ...
CVE-2023-53259
- EPSS 0.14%
- Veröffentlicht 15.09.2025 14:46:30
- Zuletzt bearbeitet 16.01.2026 19:50:14
In the Linux kernel, the following vulnerability has been resolved: VMCI: check context->notify_page after call to get_user_pages_fast() to avoid GPF The call to get_user_pages_fast() in vmci_host_setup_notify() can return NULL context->notify_page...
CVE-2023-53257
- EPSS 0.14%
- Veröffentlicht 15.09.2025 14:46:29
- Zuletzt bearbeitet 14.01.2026 18:16:38
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: check S1G action frame size Before checking the action code, check that it even exists in the frame.
CVE-2023-53258
- EPSS 0.13%
- Veröffentlicht 15.09.2025 14:46:29
- Zuletzt bearbeitet 14.01.2026 18:16:38
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix possible underflow for displays with large vblank [Why] Underflow observed when using a display with a large vblank region and low refresh rate [How] Simplify...