CVE-2022-49824
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:44
- Zuletzt bearbeitet 10.11.2025 20:16:47
In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in ata_tlink_add() In ata_tlink_add(), the return value of transport_add_device() is not checked. As a result, it causes null-ptr-deref wh...
CVE-2022-49822
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:43
- Zuletzt bearbeitet 10.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix connections leak when tlink setup failed If the tlink setup failed, lost to put the connections, then the module refcnt leak since the cifsd kthread not exit. Also leak ...
CVE-2022-49820
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:42
- Zuletzt bearbeitet 10.11.2025 20:45:23
In the Linux kernel, the following vulnerability has been resolved: mctp i2c: don't count unused / invalid keys for flow release We're currently hitting the WARN_ON in mctp_i2c_flow_release: if (midev->release_count > midev->i2c_lock_count) { ...
CVE-2022-49821
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:42
- Zuletzt bearbeitet 10.11.2025 20:17:09
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDN_dsp_element_register() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allo...
CVE-2022-49819
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:41
- Zuletzt bearbeitet 10.11.2025 20:57:06
In the Linux kernel, the following vulnerability has been resolved: octeon_ep: fix potential memory leak in octep_device_setup() When occur unsupported_dev and mbox init errors, it did not free oct->conf and iounmap() oct->mmio[i].hw_addr. That wou...
CVE-2022-49817
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:40
- Zuletzt bearbeitet 07.11.2025 18:43:37
In the Linux kernel, the following vulnerability has been resolved: net: mhi: Fix memory leak in mhi_net_dellink() MHI driver registers network device without setting the needs_free_netdev flag, and does NOT call free_netdev() when unregisters netw...
CVE-2022-49818
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:40
- Zuletzt bearbeitet 10.11.2025 20:58:25
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of put_device() in mISDN_register_device() We should not release reference by put_device() before calling device_initialize().
CVE-2022-49815
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:39
- Zuletzt bearbeitet 07.11.2025 18:50:07
In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing xas_retry() in fscache mode The xarray iteration only holds the RCU read lock and thus may encounter XA_RETRY_ENTRY if there's process modifying the xarray concu...
- EPSS -
- Veröffentlicht 01.05.2025 14:09:39
- Zuletzt bearbeitet 02.05.2025 06:15:47
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49814
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:38
- Zuletzt bearbeitet 07.11.2025 18:51:24
In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on sk_receive_queue sk->sk_receive_queue is protected by skb queue lock, but for KCM sockets its RX path takes mux->rx_lock to protect more than just skb...