CVE-2022-49528
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:28
- Zuletzt bearbeitet 21.10.2025 12:05:31
In the Linux kernel, the following vulnerability has been resolved: media: i2c: dw9714: Disable the regulator when the driver fails to probe When the driver fails to probe, we will get the following splat: [ 59.305988] ------------[ cut here ]--...
CVE-2022-49529
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:28
- Zuletzt bearbeitet 01.10.2025 20:16:36
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: fix the null pointer while the smu is disabled It needs to check if the pp_funcs is initialized while release the context, otherwise it will trigger null pointer pan...
CVE-2022-49530
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:28
- Zuletzt bearbeitet 01.10.2025 20:16:36
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix double free in si_parse_power_table() In function si_parse_power_table(), array adev->pm.dpm.ps and its member is allocated. If the allocation of each member fails,...
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 26.02.2025 07:01:27
In the Linux kernel, the following vulnerability has been resolved: media: i2c: max9286: fix kernel oops when removing module When removing the max9286 module we get a kernel oops: Unable to handle kernel paging request at virtual address 000000aa...
CVE-2022-49510
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 01.10.2025 20:16:34
In the Linux kernel, the following vulnerability has been resolved: drm/omap: fix NULL but dereferenced coccicheck error Fix the following coccicheck warning: ./drivers/gpu/drm/omapdrm/omap_overlay.c:89:22-25: ERROR: r_ovl is NULL but dereferenced....
CVE-2022-49511
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 21.10.2025 12:09:00
In the Linux kernel, the following vulnerability has been resolved: fbdev: defio: fix the pagelist corruption Easily hit the below list corruption: == list_add corruption. prev->next should be next (ffffffffc0ceb090), but was ffffec604507edc8. (pre...
CVE-2022-49512
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 21.10.2025 12:08:40
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: denali: Use managed device resources All of the resources used by this driver has managed interfaces, so use them. Otherwise we will get the following splat: [ 4....
CVE-2022-49513
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 21.10.2025 12:08:28
In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release() method to free dbs_data The struct dbs_data embeds a struct gov_attr_set and the struct gov_attr_set embeds a kobject. Since every kobject ...
CVE-2022-49514
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 01.10.2025 20:16:34
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probe Call of_node_put(platform_node) to avoid refcount leak in the error path.
CVE-2022-49515
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 21.10.2025 12:08:07
In the Linux kernel, the following vulnerability has been resolved: ASoC: cs35l41: Fix an out-of-bounds access in otp_packed_element_t The CS35L41_NUM_OTP_ELEM is 100, but only 99 entries are defined in the array otp_map_1/2[CS35L41_NUM_OTP_ELEM], ...