CVE-2022-49239
- EPSS 0.25%
- 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-49220
- EPSS 0.25%
- 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.25%
- 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.25%
- 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.25%
- 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.25%
- 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...
CVE-2022-49226
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 21.10.2025 11:52:18
In the Linux kernel, the following vulnerability has been resolved: net: asix: add proper error handling of usb read errors Syzbot once again hit uninit value in asix driver. The problem still the same -- asix_read_cmd() reads less bytes, than was ...
CVE-2022-49227
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 21.10.2025 11:52:30
In the Linux kernel, the following vulnerability has been resolved: igc: avoid kernel warning when changing RX ring parameters Calling ethtool changing the RX ring parameters like this: $ ethtool -G eth0 rx 1024 on igc triggers kernel warnings ...
CVE-2022-49229
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 21.10.2025 11:52:00
In the Linux kernel, the following vulnerability has been resolved: ptp: unregister virtual clocks when unregistering physical clock. When unregistering a physical clock which has some virtual clocks, unregister the virtual clocks with it. This fi...
CVE-2022-49209
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:55
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full If tcp_bpf_sendmsg() is running while sk msg is full. When sk_msg_alloc() returns -ENOMEM error, tcp_bpf_sendmsg()...