CVE-2022-49065
- EPSS 0.62%
- Veröffentlicht 26.02.2025 07:00:43
- Zuletzt bearbeitet 04.08.2026 10:17:33
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix the svc_deferred_event trace class Fix a NULL deref crash that occurs when an svc_rqst is deferred while the sunrpc tracing subsystem is enabled. svc_revisit() sets dr-...
CVE-2022-49049
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:42
- Zuletzt bearbeitet 14.10.2025 19:06:55
In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix panic when growing a memfd_secret When one tries to grow an existing memfd_secret with ftruncate, one gets a panic [1]. For example, doing the following reliably...
CVE-2022-49054
- EPSS 0.29%
- Veröffentlicht 26.02.2025 07:00:42
- Zuletzt bearbeitet 04.08.2026 10:17:32
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests hv_panic_page might contain guest-sensitive information, do not dump it over to Hyper-V by defa...
CVE-2022-49046
- EPSS 0.26%
- Veröffentlicht 26.02.2025 07:00:41
- Zuletzt bearbeitet 03.11.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: i2c: dev: check return value when calling dev_set_name() If dev_set_name() fails, the dev_name() is null, check the return value of dev_set_name() to avoid the null-ptr-deref.
CVE-2021-47654
- EPSS 0.26%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 01.10.2025 20:15:42
In the Linux kernel, the following vulnerability has been resolved: samples/landlock: Fix path_list memory leak Clang static analysis reports this error sandboxer.c:134:8: warning: Potential leak of memory pointed to by 'path_list' ret =...
CVE-2021-47643
- EPSS 0.24%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 23.09.2025 18:46:26
In the Linux kernel, the following vulnerability has been resolved: media: ir_toy: free before error exiting Fix leak in error path.
CVE-2021-47644
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 11.08.2026 03:17:33
In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: move videodev alloc Move some code out of zr36057_init() and create new functions for handling zr->video_dev. This permit to ease code reading and fix...
CVE-2021-47645
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 11.08.2026 03:17:33
In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: calculate the right buffer number for zoran_reap_stat_com On the case tmp_dcim=1, the index of buffer is miscalculated. This generate a NULL pointer d...
CVE-2021-47648
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 01.10.2025 20:15:42
In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a memory leak in 'host1x_remove()' Add a missing 'host1x_channel_list_free()' call in the remove function, as already done in the error handling path of the probe ...
CVE-2021-47635
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:05
- Zuletzt bearbeitet 04.08.2026 10:17:11
In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix to add refcount once page is set private MM defined the rule [1] very clearly that once page was set with PG_private flag, we should increment the refcount in that page,...