CVE-2022-49830
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:48
- Zuletzt bearbeitet 10.11.2025 19:58:04
In the Linux kernel, the following vulnerability has been resolved: drm/drv: Fix potential memory leak in drm_dev_init() drm_dev_init() will add drm_dev_init_release() as a callback. When drmm_add_action() failed, the release function won't be adde...
CVE-2022-49828
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:47
- Zuletzt bearbeitet 10.11.2025 20:10:01
In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: don't delete error page from pagecache This change is very similar to the change that was made for shmem [1], and it solves the same problem but for HugeTLBFS instead. ...
CVE-2022-49826
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:46
- Zuletzt bearbeitet 10.11.2025 20:15:47
In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix double ata_host_put() in ata_tport_add() In the error path in ata_tport_add(), when calling put_device(), ata_tport_release() is called, it will put the ...
CVE-2022-49827
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:46
- Zuletzt bearbeitet 10.11.2025 20:15:36
In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker() drm_vblank_init() call drmm_add_action_or_reset() with drm_vblank_init_release() as action. If __drmm_add_action() ...
CVE-2022-49825
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:45
- Zuletzt bearbeitet 10.11.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in ata_tport_add() In ata_tport_add(), the return value of transport_add_device() is not checked. As a result, it causes null-ptr-deref wh...
CVE-2022-49823
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:44
- Zuletzt bearbeitet 10.11.2025 20:16:57
In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in ata_tdev_add() In ata_tdev_add(), the return value of transport_add_device() is not checked. As a result, it causes null-ptr-deref whil...
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...