CVE-2022-49325
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 22.09.2025 20:51:09
In the Linux kernel, the following vulnerability has been resolved: tcp: add accessors to read/set tp->snd_cwnd We had various bugs over the years with code breaking the assumption that tp->snd_cwnd is greater than zero. Lately, syzbot reported th...
CVE-2022-49327
- EPSS 0.13%
- 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: bcache: avoid journal no-space deadlock by reserving 1 journal bucket The journal no-space deadlock was reported time to time. Such deadlock can happen in the following situation. ...
CVE-2022-49328
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 25.03.2025 14:50:40
In the Linux kernel, the following vulnerability has been resolved: mt76: fix use-after-free by removing a non-RCU wcid pointer Fixes an issue caught by KASAN about use-after-free in mt76_txq_schedule by protecting mtxq->wcid with rcu_lock between ...
CVE-2022-49317
- 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: f2fs: avoid infinite loop to flush node pages xfstests/generic/475 can give EIO all the time which give an infinite loop to flush node page like below. Let's avoid it. [16418.5185...
CVE-2022-49319
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:01:08
- Zuletzt bearbeitet 01.10.2025 20:16:07
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.
CVE-2022-49303
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:07
- Zuletzt bearbeitet 01.10.2025 20:16:03
In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192eu: Fix deadlock in rtw_joinbss_event_prehandle There is a deadlock in rtw_joinbss_event_prehandle(), which is shown below: (Thread 1) |...
CVE-2022-49306
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:07
- Zuletzt bearbeitet 21.10.2025 11:45:22
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: host: Stop setting the ACPI companion It is no longer needed. The sysdev pointer is now used when assigning the ACPI companions to the xHCI ports and USB devices. Assig...
CVE-2022-49309
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:07
- Zuletzt bearbeitet 03.11.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback() There is a deadlock in rtw_surveydone_event_callback(), which is shown below: (Thread 1) ...
CVE-2022-49310
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:07
- Zuletzt bearbeitet 01.10.2025 20:16:04
In the Linux kernel, the following vulnerability has been resolved: char: xillybus: fix a refcount leak in cleanup_dev() usb_get_dev is called in xillyusb_probe. So it is better to call usb_put_dev before xdev is released.
CVE-2022-49311
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:01:07
- Zuletzt bearbeitet 01.10.2025 20:16:04
In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle() There is a deadlock in rtw_joinbss_event_prehandle(), which is shown below: (Thread 1) ...