Lucene search
+L

54850 matches found

Debian CVE
Debian CVE
•added 2026/08/28 6:52 a.m.•16 views

CVE-2026-80679

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix potential NULL pointer dereference dasdreleasespace checks the implementation of the isese discipline function before calling it to determine if a given device is an ESE DASD. The current usage of the logical AND...

5.8AI score0.0022EPSS
SaveExploits0
CVE
CVE
•added 2026/08/28 6:52 a.m.•40 views

CVE-2026-80678

CVE-2026-80678 affects the Linux kernel i2c_imx driver. The root cause is a race condition in i2c_imx_reg_slave(): the slave pointer was assigned before pm_runtime_resume_and_get(), so a failed resume left a stale non-NULL pointer, causing persistent -EBUSY on subsequent registrations. A secondar...

8.4CVSS5.9AI score0.00196EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/08/28 6:49 a.m.•17 views

EUVD-2026-67540

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtnat: reject unsupported target families xtnat SNAT and DNAT target handlers assume IP-family conntrack state is present and can dereference a NULL pointer when instantiated from an unsupported family through nftcompa...

5.8AI score0.00174EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/28 6:49 a.m.•45 views

CVE-2026-80664 netfilter: xt_nat: reject unsupported target families

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtnat: reject unsupported target families xtnat SNAT and DNAT target handlers assume IP-family conntrack state is present and can dereference a NULL pointer when instantiated from an unsupported family through nftcompa...

7.3CVSS0.00174EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/28 6:49 a.m.•76 views

CVE-2026-80664

CVE-2026-80664 affects the Linux kernel's netfilter xt_nat module . The SNAT and DNAT target handlers assume IP-family conntrack state is present and can trigger a NULL pointer dereference in nf_nat_setup_info() when instantiated from an unsupported family (e.g., bridge) via nft_compat. The fix r...

7.3CVSS5.8AI score0.00174EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/28 6:49 a.m.•34 views

CVE-2026-80664 netfilter: xt_nat: reject unsupported target families

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtnat: reject unsupported target families xtnat SNAT and DNAT target handlers assume IP-family conntrack state is present and can dereference a NULL pointer when instantiated from an unsupported family through nftcompa...

7.3CVSS5.8AI score
SaveExploits0References11
Debian CVE
Debian CVE
•added 2026/08/28 6:49 a.m.•15 views

CVE-2026-80661

In the Linux kernel, the following vulnerability has been resolved: ufs: core: tracing: Do not dereference pointers in TPprintk The trace events in drivers/ufs/core/ufstrace.h were converted to take a pointer to the hba structure as an argument for the tracepoint and then in TPprintk the printing...

7.8CVSS6AI score0.00173EPSS
SaveExploits0
OSV
OSV
•added 2026/08/28 6:49 a.m.•16 views

CVE-2026-80661 ufs: core: tracing: Do not dereference pointers in TP_printk()

In the Linux kernel, the following vulnerability has been resolved: ufs: core: tracing: Do not dereference pointers in TPprintk The trace events in drivers/ufs/core/ufstrace.h were converted to take a pointer to the hba structure as an argument for the tracepoint and then in TPprintk the printing...

7.8CVSS6.1AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/08/28 6:49 a.m.•13 views

EUVD-2026-67533

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Guard management mailbox channel cleanup against NULL pointer The management mailbox channel cleanup helpers can be called from error handling paths when mgmtchann has already been destroyed. Add NULL checks to...

5.8AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/28 6:49 a.m.•38 views

CVE-2026-80657 accel/amdxdna: Guard management mailbox channel cleanup against NULL pointer

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Guard management mailbox channel cleanup against NULL pointer The management mailbox channel cleanup helpers can be called from error handling paths when mgmtchann has already been destroyed. Add NULL checks to...

0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/08/28 6:49 a.m.•14 views

CVE-2026-80658

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dwdp: Fix null-ptr-deref in dwdpremove Attempting to access driver data in the platform driver -remove callback may lead to a null pointer dereference since there is no guaranty that the component -bind callback...

5.7AI score0.00206EPSS
SaveExploits0
EUVD
EUVD
•added 2026/08/28 6:49 a.m.•14 views

EUVD-2026-67534

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dwdp: Fix null-ptr-deref in dwdpremove Attempting to access driver data in the platform driver -remove callback may lead to a null pointer dereference since there is no guaranty that the component -bind callback...

5.8AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/28 6:49 a.m.•30 views

CVE-2026-80658

CVE-2026-80658 affects the Linux kernel 's drm/rockchip dw_dp platform driver. The root cause is a null pointer dereference in the ->remove() callback: it calls platform_get_drvdata(), but if the component ->bind() callback never executed—because an unrelated error caused an early return fr...

5.8AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/28 6:49 a.m.•11 views

CVE-2026-80657 accel/amdxdna: Guard management mailbox channel cleanup against NULL pointer

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Guard management mailbox channel cleanup against NULL pointer The management mailbox channel cleanup helpers can be called from error handling paths when mgmtchann has already been destroyed. Add NULL checks to...

5.8AI score
SaveExploits0References5
OSV
OSV
•added 2026/08/28 6:49 a.m.•17 views

CVE-2026-80658 drm/rockchip: dw_dp: Fix null-ptr-deref in dw_dp_remove()

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dwdp: Fix null-ptr-deref in dwdpremove Attempting to access driver data in the platform driver -remove callback may lead to a null pointer dereference since there is no guaranty that the component -bind callback...

5.8AI score
SaveExploits0References6
CVE
CVE
•added 2026/08/28 6:49 a.m.•26 views

CVE-2026-80657

CVE-2026-80657 affects the Linux kernel driver accel/amdxdna . The root cause is a NULL pointer dereference : the management mailbox channel cleanup helpers xdna_mailbox_free_channel() and xdna_mailbox_stop_channel() can be invoked from error-handling paths after the management channel (mgmt_chan...

5.8AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/28 6:49 a.m.•37 views

CVE-2026-80658 drm/rockchip: dw_dp: Fix null-ptr-deref in dw_dp_remove()

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dwdp: Fix null-ptr-deref in dwdpremove Attempting to access driver data in the platform driver -remove callback may lead to a null pointer dereference since there is no guaranty that the component -bind callback...

0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/28 6:49 a.m.•30 views

CVE-2026-80655

In the Linux kernel , the zynqmp_power driver (Xilinx ZynqMP SoC) contained a race condition in event registration. The work structures used by suspend and subsystem-restart callbacks were allocated and initialized after the call to register_event(). If firmware triggered an event during this win...

5.8AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/28 6:49 a.m.•41 views

CVE-2026-80655 soc: xilinx: Fix race condition in event registration

In the Linux kernel, the following vulnerability has been resolved: soc: xilinx: Fix race condition in event registration The zynqmppower driver registers handlers for suspend and subsystem restart events using registerevent. However, the work structures zynqmppminitsuspendwork and...

0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/28 6:49 a.m.•18 views

CVE-2026-80655 soc: xilinx: Fix race condition in event registration

In the Linux kernel, the following vulnerability has been resolved: soc: xilinx: Fix race condition in event registration The zynqmppower driver registers handlers for suspend and subsystem restart events using registerevent. However, the work structures zynqmppminitsuspendwork and...

5.8AI score
SaveExploits0References5
Rows per page
Query Builder