CVE-2023-53000
- EPSS 0.03%
- Veröffentlicht 27.03.2025 16:43:33
- Zuletzt bearbeitet 30.10.2025 16:40:17
In the Linux kernel, the following vulnerability has been resolved: netlink: prevent potential spectre v1 gadgets Most netlink attributes are parsed and validated from __nla_validate_parse() or validate_nla() u16 type = nla_type(nla); if ...
CVE-2023-53001
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:33
- Zuletzt bearbeitet 15.07.2025 16:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-52996
- EPSS 0.04%
- Veröffentlicht 27.03.2025 16:43:30
- Zuletzt bearbeitet 30.10.2025 16:40:28
In the Linux kernel, the following vulnerability has been resolved: ipv4: prevent potential spectre v1 gadget in fib_metrics_match() if (!type) continue; if (type > RTAX_MAX) return false; ... fi_val = fi->fib_metrics->m...
CVE-2023-52992
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:27
- Zuletzt bearbeitet 29.10.2025 17:00:21
In the Linux kernel, the following vulnerability has been resolved: bpf: Skip task with pid=1 in send_signal_common() The following kernel panic can be triggered when a task with pid=1 attaches a prog that attempts to send killing signal to itself,...
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:26
- Zuletzt bearbeitet 01.04.2025 15:15:59
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-52978
- EPSS 0.04%
- Veröffentlicht 27.03.2025 16:43:18
- Zuletzt bearbeitet 01.10.2025 18:15:34
In the Linux kernel, the following vulnerability has been resolved: riscv: kprobe: Fixup kernel panic when probing an illegal position The kernel would panic when probed for an illegal position. eg: (CONFIG_RISCV_ISA_C=n) echo 'p:hello kernel_clo...
CVE-2023-52975
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:15
- Zuletzt bearbeitet 01.04.2026 18:09:42
In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress Bug report and analysis from Ding Hui. During iSCSI session logout, if another task accesses the shost ip...
CVE-2022-49761
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:07
- Zuletzt bearbeitet 01.04.2025 15:40:43
In the Linux kernel, the following vulnerability has been resolved: btrfs: always report error in run_one_delayed_ref() Currently we have a btrfs_debug() for run_one_delayed_ref() failure, but if end users hit such problem, there will be no chance ...
CVE-2022-49750
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:42:59
- Zuletzt bearbeitet 01.10.2025 18:15:32
In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Add u64 casts to avoid overflowing The fields of the _CPC object are unsigned 32-bits values. To avoid overflows while using _CPC's values, add 'u64' casts.
CVE-2022-49749
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:42:58
- Zuletzt bearbeitet 01.10.2025 18:15:32
In the Linux kernel, the following vulnerability has been resolved: i2c: designware: use casting of u64 in clock multiplication to avoid overflow In functions i2c_dw_scl_lcnt() and i2c_dw_scl_hcnt() may have overflow by depending on the values of t...