CVE-2022-49312
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:07
- Zuletzt bearbeitet 01.10.2025 20:16:05
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix a potential memory leak in r871xu_drv_init() In r871xu_drv_init(), if r8712_init_drv_sw() fails, then the memory allocated by r8712_alloc_io_queue() in r8712_...
CVE-2022-49294
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:01:06
- Zuletzt bearbeitet 01.10.2025 20:16:02
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check if modulo is 0 before dividing. [How & Why] If a value of 0 is read, then this will cause a divide-by-0 panic.
CVE-2022-49296
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:06
- Zuletzt bearbeitet 01.10.2025 20:16:02
In the Linux kernel, the following vulnerability has been resolved: ceph: fix possible deadlock when holding Fwb to get inline_data 1, mount with wsync. 2, create a file with O_RDWR, and the request was sent to mds.0: ceph_atomic_open()--> ...
CVE-2022-49285
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 22.09.2025 20:45:01
In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: use the correct logic to get mma8452_data The original logic to get mma8452_data is wrong, the *dev point to the device belong to iio_dev. we can't use this de...
CVE-2022-49289
- EPSS 0.12%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 22.09.2025 19:37:19
In the Linux kernel, the following vulnerability has been resolved: uaccess: fix integer overflow on access_ok() Three architectures check the end of a user access against the address limit without taking a possible overflow into account. Passing a...
CVE-2022-49281
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 21.10.2025 11:46:12
In the Linux kernel, the following vulnerability has been resolved: cifs: fix handlecache and multiuser In multiuser each individual user has their own tcon structure for the share and thus their own handle for a cached directory. When we umount su...
CVE-2022-49267
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:03
- Zuletzt bearbeitet 24.03.2026 09:16:18
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49258
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:02
- Zuletzt bearbeitet 25.03.2025 15:23:07
In the Linux kernel, the following vulnerability has been resolved: crypto: ccree - Fix use after free in cc_cipher_exit() kfree_sensitive(ctx_p->user.key) will free the ctx_p->user.key. But ctx_p->user.key is still used in the next line, which wil...
CVE-2022-49241
- EPSS 0.14%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 01.10.2025 20:15:59
In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on i...
CVE-2022-49245
- EPSS 0.14%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 22.09.2025 21:17:51
In the Linux kernel, the following vulnerability has been resolved: ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to putting operation will result in...