CVE-2022-49339
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 22.09.2025 20:26:28
In the Linux kernel, the following vulnerability has been resolved: net: ipv6: unexport __init-annotated seg6_hmac_init() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initialization. Hence, modu...
CVE-2022-49340
- EPSS 0.11%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 21.10.2025 12:18:28
In the Linux kernel, the following vulnerability has been resolved: ip_gre: test csum_start instead of transport header GRE with TUNNEL_CSUM will apply local checksum offload on CHECKSUM_PARTIAL packets. ipgre_xmit must validate csum_start after a...
CVE-2022-49322
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:08
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix sleeping function called from invalid context on RT kernel When setting bootparams="trace_event=initcall:initcall_start tp_printk=1" in the cmdline, the output_printk(...
CVE-2022-49324
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:08
In the Linux kernel, the following vulnerability has been resolved: mips: cpc: Fix refcount leak in mips_cpc_default_phys_base Add the missing of_node_put() to release the refcount incremented by of_find_compatible_node().
CVE-2022-49326
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:09
In the Linux kernel, the following vulnerability has been resolved: rtl818x: Prevent using not initialized queues Using not existing queues can panic the kernel with rtl8180/rtl8185 cards. Ignore the skb priority for those cards, they only have one...
CVE-2022-49330
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 22.09.2025 20:03:28
In the Linux kernel, the following vulnerability has been resolved: tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd syzbot got a new report [1] finally pointing to a very old bug, added in initial support for MTU probing. tcp_mtu_probe() has che...
CVE-2022-49331
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:09
In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling Error paths do not free previously allocated memory. Add devm_kfree() to those failure paths.
CVE-2022-49313
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:08
- Zuletzt bearbeitet 01.10.2025 20:16:05
In the Linux kernel, the following vulnerability has been resolved: drivers: usb: host: Fix deadlock in oxu_bus_suspend() There is a deadlock in oxu_bus_suspend(), which is shown below: (Thread 1) | (Thread 2) ...
CVE-2022-49314
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:08
- Zuletzt bearbeitet 01.10.2025 20:16:05
In the Linux kernel, the following vulnerability has been resolved: tty: Fix a possible resource leak in icom_probe When pci_read_config_dword failed, call pci_release_regions() and pci_disable_device() to recycle the resource previously allocated.
CVE-2022-49315
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:08
- Zuletzt bearbeitet 01.10.2025 20:16:06
In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop() There is a deadlock in rtllib_beacons_stop(), which is shown below: (Thread 1) | (Thread 2) ...