CVE-2022-49236
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 25.03.2025 15:08:09
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix UAF due to race between btf_try_get_module and load_module While working on code to populate kfunc BTF ID sets for module BTF from its initcall, I noticed that by the time...
CVE-2022-49237
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 01.10.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: ath11k: add missing of_node_put() to avoid leak The node pointer is returned by of_find_node_by_type() or of_parse_phandle() with refcount incremented. Calling of_node_put() to aov...
CVE-2022-49238
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 25.03.2025 15:08:35
In the Linux kernel, the following vulnerability has been resolved: ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 Commit b4a0f54156ac ("ath11k: move peer delete after vdev stop of station for QCA6390 and WCN6855") is to ...
CVE-2022-49239
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 01.10.2025 20:15:59
In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_...
CVE-2022-49240
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 01.10.2025 20:15:59
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8195: Fix error handling in mt8195_mt6359_rt1019_rt5682_dev_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should ...
CVE-2022-49220
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 21.10.2025 11:52:10
In the Linux kernel, the following vulnerability has been resolved: dax: make sure inodes are flushed before destroy cache A bug can be triggered by following command $ modprobe nd_pmem && modprobe -r nd_pmem [ 10.060014] BUG dax_cache (Not tai...
CVE-2022-49221
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 01.10.2025 20:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: populate connector of struct dp_panel DP CTS test case 4.2.2.6 has valid edid with bad checksum on purpose and expect DP source return correct checksum. During drm edid...
CVE-2022-49222
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 22.09.2025 21:01:57
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: anx7625: Fix overflow issue on reading EDID The length of EDID block can be longer than 256 bytes, so we should use `int` instead of `u8` for the `edid_pos` variable.
CVE-2022-49223
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 25.03.2025 15:07:53
In the Linux kernel, the following vulnerability has been resolved: cxl/port: Hold port reference until decoder release KASAN + DEBUG_KOBJECT_RELEASE reports a potential use-after-free in cxl_decoder_release() where it goes to reference its parent,...
CVE-2022-49224
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 01.10.2025 20:15:57
In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add(): If thi...