CVE-2022-49813
- EPSS 0.07%
- Veröffentlicht 01.05.2025 14:09:37
- Zuletzt bearbeitet 07.11.2025 18:53:12
In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix error handling in ena_init() The ena_init() won't destroy workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. Call destroy_workque...
CVE-2022-49812
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:36
- Zuletzt bearbeitet 07.11.2025 18:54:04
In the Linux kernel, the following vulnerability has been resolved: bridge: switchdev: Fix memory leaks when changing VLAN protocol The bridge driver can offload VLANs to the underlying hardware either via switchdev or the 8021q driver. When the fo...
CVE-2022-49799
- EPSS 0.07%
- Veröffentlicht 01.05.2025 14:09:28
- Zuletzt bearbeitet 07.11.2025 19:33:04
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix wild-memory-access in register_synth_event() In register_synth_event(), if set_synth_event_print_fmt() failed, then both trace_remove_event_call() and unregister_trace...
CVE-2022-49773
- EPSS 0.07%
- Veröffentlicht 01.05.2025 14:09:10
- Zuletzt bearbeitet 07.11.2025 18:26:22
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix optc2_configure warning on dcn314 [Why] dcn314 uses optc2_configure_crc() that wraps optc1_configure_crc() + set additional registers not applicable to dcn314....
CVE-2022-49766
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:09:05
- Zuletzt bearbeitet 06.11.2025 21:57:43
In the Linux kernel, the following vulnerability has been resolved: netlink: Bounds-check struct nlmsgerr creation In preparation for FORTIFY_SOURCE doing bounds-check on memcpy(), switch from __nlmsg_put to nlmsg_put(), and explain the bounds chec...
CVE-2022-49764
- EPSS 0.07%
- Veröffentlicht 01.05.2025 14:09:04
- Zuletzt bearbeitet 06.11.2025 21:58:54
In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot [1] about warnings that were caused by bpf program attached to contention_begin raw tracepoin...
CVE-2022-49765
- EPSS 0.03%
- Veröffentlicht 01.05.2025 14:09:04
- Zuletzt bearbeitet 06.11.2025 21:58:27
In the Linux kernel, the following vulnerability has been resolved: net/9p: use a dedicated spinlock for trans_fd Shamelessly copying the explanation from Tetsuo Handa's suggested patch[1] (slightly reworded): syzbot is reporting inconsistent lock ...
CVE-2025-37796
- EPSS 0.06%
- Veröffentlicht 01.05.2025 13:07:27
- Zuletzt bearbeitet 03.11.2025 20:18:35
In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x: fix use after free access in at76_disconnect The memory pointed to by priv is freed at the end of at76_delete_device function (using ieee80211_free_hw). But the cod...
CVE-2025-37794
- EPSS 0.06%
- Veröffentlicht 01.05.2025 13:07:26
- Zuletzt bearbeitet 03.11.2025 20:18:35
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Purge vif txq in ieee80211_do_stop() After ieee80211_do_stop() SKB from vif's txq could still be processed. Indeed another concurrent vif schedule_and_wake_txq call...
CVE-2025-37792
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:24
- Zuletzt bearbeitet 04.11.2025 18:21:05
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: Prevent potential NULL dereference The btrtl_initialize() function checks that rtl_load_file() either had an error or it loaded a zero length file. However, if i...