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,...
CVE-2022-49509
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 22.01.2026 18:31:54
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.06%
- 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.04%
- 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.03%
- 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], ...
CVE-2022-49516
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 01.10.2025 20:16:35
In the Linux kernel, the following vulnerability has been resolved: ice: always check VF VSI pointer values The ice_get_vf_vsi function can return NULL in some cases, such as if handling messages during a reset where the VSI is being removed and re...
CVE-2022-49517
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 01.10.2025 20:16:35
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_no...