Lucene search
K

34328 matches found

CVE
CVE
added 2025/12/30 12:23 p.m.16 views

CVE-2023-54298

CVE-2023-54298 affects the Linux kernel's thermal: intel: quark_dts code path. The root cause was an error pointer dereference when alloc_soc_dts() fails; attempting to free soc_dts could cause an Oops. The issue has been fixed by returning early on alloc_soc_dts() failure, preventing a faulty fr...

6.1AI score0.00176EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.19 views

CVE-2023-54298 thermal: intel: quark_dts: fix error pointer dereference

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free "socdts" will lead to an Oops...

0.00176EPSS
Exploits0References8
OSV
OSV
added 2025/12/30 12:23 p.m.7 views

CVE-2023-54298 thermal: intel: quark_dts: fix error pointer dereference

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free "socdts" will lead to an Oops...

6.4AI score0.00176EPSS
Exploits0References11
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.3 views

CVE-2023-54298

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free "socdts" will lead to an Oops...

5.3AI score0.00176EPSS
Exploits0
OSV
OSV
added 2025/12/30 12:23 p.m.2 views

CVE-2023-54291 vduse: fix NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: vduse: fix NULL pointer dereference vdusevdpasetvqaffinity callback can be called with NULL value as cpumask when deleting the vduse device. This patch resets virtqueue's IRQ affinity mask value to set all CPUs instead of...

6.2AI score0.00155EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.2 views

CVE-2023-54291

In the Linux kernel, the following vulnerability has been resolved: vduse: fix NULL pointer dereference vdusevdpasetvqaffinity callback can be called with NULL value as cpumask when deleting the vduse device. This patch resets virtqueue's IRQ affinity mask value to set all CPUs instead of...

5.1AI score0.00155EPSS
Exploits0
CVE
CVE
added 2025/12/30 12:23 p.m.12 views

CVE-2022-50878

CVE-2022-50878 relates to the Linux kernel GPU driver for lontium-lt9611. The root cause was a missing NULL check on bridge->encoder in lt9611_connector_init(), which could be NULL but was dereferenced in drm_connector_attach_encoder. The vulnerability is resolved by the fix that introduces a ...

6.1AI score0.00168EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.22 views

CVE-2022-50878 gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()

In the Linux kernel, the following vulnerability has been resolved: gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611connectorinit A NULL check for bridge-encoder shows that it may be NULL, but it already been dereferenced on all paths leading to the check. 812 if !bridge-encoder...

0.00168EPSS
Exploits0References5
OSV
OSV
added 2025/12/30 12:23 p.m.2 views

CVE-2022-50878 gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()

In the Linux kernel, the following vulnerability has been resolved: gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611connectorinit A NULL check for bridge-encoder shows that it may be NULL, but it already been dereferenced on all paths leading to the check. 812 if !bridge-encoder...

6.4AI score0.00168EPSS
Exploits0References8
CVE
CVE
added 2025/12/30 12:15 p.m.16 views

CVE-2023-54264

CVE-2023-54264 concerns the Linux kernel, in the fs/sysv path, where a null pointer dereference could occur if sb_getblk(inode->i_sb, parent) returns NULL and a lock is taken on it. The connected advisories confirm the vulnerability and note that a fix was applied by adding a null check to pre...

6AI score0.00177EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.21 views

CVE-2023-54264 fs/sysv: Null check to prevent null-ptr-deref bug

In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sbgetblkinode-isb, parent return a null ptr and taking lock on that leads to the null-ptr-deref bug...

0.00177EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.4 views

CVE-2023-54264

In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sbgetblkinode-isb, parent return a null ptr and taking lock on that leads to the null-ptr-deref bug...

5.3AI score0.00177EPSS
Exploits0
OSV
OSV
added 2025/12/30 12:15 p.m.2 views

CVE-2023-54264 fs/sysv: Null check to prevent null-ptr-deref bug

In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sbgetblkinode-isb, parent return a null ptr and taking lock on that leads to the null-ptr-deref bug...

6.3AI score0.00177EPSS
Exploits0References11
CVE
CVE
added 2025/12/30 12:15 p.m.12 views

CVE-2023-54249

The CVE concerns the Linux kernel component bus: mhi: ep. The issue arises when handling STOP and RESET commands: the system may send a -ENOTCONN status even if the client driver is not available, which could lead to a null pointer dereference. The available connected sources confirm this is a ke...

6.2AI score0.00166EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.22 views

CVE-2023-54249 bus: mhi: ep: Only send -ENOTCONN status if client driver is available

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Only send -ENOTCONN status if client driver is available For the STOP and RESET commands, only send the channel disconnect status -ENOTCONN if client driver is available. Otherwise, it will result in null pointer...

0.00166EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.3 views

CVE-2022-50866

In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...

5.3AI score0.00195EPSS
Exploits0
CVE
CVE
added 2025/12/30 12:11 p.m.18 views

CVE-2023-54240

The CVE-2023-54240 issue is a Linux kernel NULL pointer dereference in the MTK ethernet driver (net: ethernet: mtk_eth_soc) during fdir all handling in mtk_hwlro_get_fdir_all(). The root cause is that rule_locs is allocated based on rule_cnt from user space in ethtool_get_rxnfc, and rule_cnt is n...

6AI score0.00177EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.4 views

CVE-2023-54240

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix possible NULL pointer dereference in mtkhwlrogetfdirall rulelocs is allocated in ethtoolgetrxnfc and the size is determined by rulecnt from user space. So rulecnt needs to be check before using...

5.3AI score0.00177EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.4 views

CVE-2023-54241

In the Linux kernel, the following vulnerability has been resolved: MIPS: KVM: Fix NULL pointer dereference After commit 45c7e8af4a5e3f0bea4ac209 "MIPS: Remove KVMTE support" we get a NULL pointer dereference when creating a KVM guest: 146.243409 Starting KVM with MIPS VZ extensions 149.849151 CP...

5.2AI score0.00168EPSS
Exploits0
OSV
OSV
added 2025/12/30 12:11 p.m.6 views

CVE-2023-54240 net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlro_get_fdir_all()

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix possible NULL pointer dereference in mtkhwlrogetfdirall rulelocs is allocated in ethtoolgetrxnfc and the size is determined by rulecnt from user space. So rulecnt needs to be check before using...

6.3AI score0.00177EPSS
Exploits0References11
Rows per page
Query Builder