CVE-2022-49495
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:30
In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platform_get_resource_byname() It will cause null-ptr-deref if platform_get_resource_byname() returns NULL, we need check the return ...
CVE-2022-49496
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:30
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.ko If the driver support subdev mode, the parameter "dev->pm.dev" will be NULL in mtk_vcodec_dec_remove. Ker...
CVE-2022-49497
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:30
In the Linux kernel, the following vulnerability has been resolved: net: remove two BUG() from skb_checksum_help() I have a syzbot report that managed to get a crash in skb_checksum_help() If syzbot can trigger these BUG(), it makes sense to repla...
CVE-2022-49498
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Check for null pointer of pointer substream before dereferencing it Pointer substream is being dereferenced on the assignment of pointer card before substream is being n...
CVE-2022-49478
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:27
In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init Syzbot reported that -1 is used as array index. The problem was in missing validation check. hdw->unit_number i...
CVE-2022-49479
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 24.03.2025 19:59:14
In the Linux kernel, the following vulnerability has been resolved: mt76: fix tx status related use-after-free race on station removal There is a small race window where ongoing tx activity can lead to a skb getting added to the status tracking idr...
CVE-2022-49480
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:27
In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-hdmi: Fix refcount leak in imx_hdmi_probe of_find_device_by_node() takes reference, we should use put_device() to release it. when devm_kzalloc() fails, it doesn't have a...
CVE-2022-49481
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:27
In the Linux kernel, the following vulnerability has been resolved: regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt of_node_get() returns a node with refcount incremented. Calling of_node_put() to drop the reference when not nee...
CVE-2022-49482
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:28
In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done.
CVE-2022-49483
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:28
In the Linux kernel, the following vulnerability has been resolved: drm/msm/disp/dpu1: avoid clearing hw interrupts if hw_intr is null during drm uninit If edp modeset init is failed due to panel being not ready and probe defers during drm bind, av...