CVE-2022-49330
- EPSS 0.03%
- 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.03%
- 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-49332
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Address NULL pointer dereference after starget_to_rport() Calls to starget_to_rport() may return NULL. Add check for NULL rport before dereference.
CVE-2022-49313
- EPSS 0.02%
- 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.03%
- 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.02%
- 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) ...
CVE-2022-49316
- EPSS 0.02%
- 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: NFSv4: Don't hold the layoutget locks across multiple RPC calls When doing layoutget as part of the open() compound, we have to be careful to release the layout locks before we can...
CVE-2022-49317
- EPSS 0.01%
- 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-49318
- EPSS 0.03%
- 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: f2fs: remove WARN_ON in f2fs_is_valid_blkaddr Syzbot triggers two WARNs in f2fs_is_valid_blkaddr and __is_bitmap_valid. For example, in f2fs_is_valid_blkaddr, if type is DATA_GENER...
CVE-2022-49319
- EPSS 0.05%
- 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.