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-49268
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:03
- Zuletzt bearbeitet 22.09.2025 20:31:32
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM Do not call snd_dma_free_pages() when snd_dma_alloc_pages() returns -ENOMEM because it leads to a NULL pointer dereference bu...
CVE-2022-49269
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:03
- Zuletzt bearbeitet 21.10.2025 11:46:33
In the Linux kernel, the following vulnerability has been resolved: can: isotp: sanitize CAN ID checks in isotp_bind() Syzbot created an environment that lead to a state machine status that can not be reached with a compliant CAN ID address configu...
CVE-2022-49253
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:02
- Zuletzt bearbeitet 22.09.2025 20:55:33
In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe() Call i2c_unregister_device(audio) on this error path.
CVE-2022-49255
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:02
- Zuletzt bearbeitet 21.10.2025 11:51:18
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix missing free nid in f2fs_handle_failed_inode This patch fixes xfstests/generic/475 failure. [ 293.680694] F2FS-fs (dm-1): May loss orphan inode, run fsck to fix. [ 293...
CVE-2022-49256
- EPSS 0.11%
- Veröffentlicht 26.02.2025 07:01:02
- Zuletzt bearbeitet 22.09.2025 20:55:58
In the Linux kernel, the following vulnerability has been resolved: watch_queue: Actually free the watch free_watch() does everything barring actually freeing the watch object. Fix this by adding the missing kfree. kmemleak produces a report some...
CVE-2022-49257
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:02
- Zuletzt bearbeitet 22.09.2025 20:56:14
In the Linux kernel, the following vulnerability has been resolved: watch_queue: Fix NULL dereference in error cleanup In watch_queue_set_size(), the error cleanup code doesn't take account of the fact that __free_page() can't handle a NULL pointer...
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-49259
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:02
- Zuletzt bearbeitet 21.10.2025 11:51:28
In the Linux kernel, the following vulnerability has been resolved: block: don't delete queue kobject before its children kobjects aren't supposed to be deleted before their child kobjects are deleted. Apparently this is usually benign; however, a...
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...