CVE-2022-48770
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 06.01.2025 21:43:45
In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack() task_pt_regs() can return NULL on powerpc for kernel threads. This is then used in __bpf_get_stack() to check for ...
CVE-2022-48748
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 24.03.2025 18:17:51
In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in __allowed_ingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to che...
CVE-2022-48749
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 21.11.2024 07:33:55
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc The function performs a check on the "ctx" input parameter, however, it is used before the check. Initialize the "base" ...
CVE-2022-48750
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 21.11.2024 07:33:55
In the Linux kernel, the following vulnerability has been resolved: hwmon: (nct6775) Fix crash in clear_caseopen Paweł Marciniak reports the following crash, observed when clearing the chassis intrusion alarm. BUG: kernel NULL pointer dereference,...
CVE-2022-48751
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 06.01.2025 21:47:12
In the Linux kernel, the following vulnerability has been resolved: net/smc: Transitional solution for clcsock race issue We encountered a crash in smc_setsockopt() and it is caused by accessing smc->clcsock after clcsock was released. BUG: kerne...
CVE-2022-48752
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 29.09.2025 17:24:22
In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI is pending Running selftest with CONFIG_PPC_IRQ_SOFT_MASK_DEBUG enabled in kernel triggered below warn...
CVE-2022-48753
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 21.11.2024 07:33:55
In the Linux kernel, the following vulnerability has been resolved: block: fix memory leak in disk_register_independent_access_ranges kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add() If t...
CVE-2022-48754
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 24.03.2025 18:17:31
In the Linux kernel, the following vulnerability has been resolved: phylib: fix potential use-after-free Commit bafbdd527d56 ("phylib: Add device reset GPIO support") added call to phy_device_reset(phydev) after the put_device() call in phy_detach(...
CVE-2022-48755
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 06.01.2025 21:44:42
In the Linux kernel, the following vulnerability has been resolved: powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 Johan reported the below crash with test_bpf on ppc64 e5500: test_bpf: #296 ALU_END_FROM_LE 64: 0x0123456789a...
CVE-2022-48756
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 21.11.2024 07:33:56
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable The function performs a check on the "phy" input parameter, however, it is used before the check. Initialize the "dev" v...