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...
CVE-2022-49518
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 21.10.2025 12:07:55
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-topology: Correct get_control_data for non bytes payload It is possible to craft a topology where sof_get_control_data() would do out of bounds access because it ex...
CVE-2022-49519
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:27
- Zuletzt bearbeitet 21.10.2025 12:07:44
In the Linux kernel, the following vulnerability has been resolved: ath10k: skip ath10k_halt during suspend for driver state RESTARTING Double free crash is observed when FW recovery(caused by wmi timeout/crash) is followed by immediate suspend eve...
CVE-2022-49499
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:26
- Zuletzt bearbeitet 01.10.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null pointer dereferences without iommu Check if 'aspace' is set before using it as it will stay null without IOMMU, such as on msm8974.
CVE-2022-49500
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:26
- Zuletzt bearbeitet 22.10.2025 17:16:27
In the Linux kernel, the following vulnerability has been resolved: wl1251: dynamically allocate memory used for DMA With introduction of vmap'ed stacks, stack parameters can no longer be used for DMA and now leads to kernel panic. It happens at s...
CVE-2022-49501
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:26
- Zuletzt bearbeitet 24.03.2025 19:43:13
In the Linux kernel, the following vulnerability has been resolved: usbnet: Run unregister_netdev() before unbind() again Commit 2c9d6c2b871d ("usbnet: run unbind() before unregister_netdev()") sought to fix a use-after-free on disconnect of USB Et...