Lucene search
+L

46382 matches found

Microsoft CVE
Microsoft CVE
added 2026/06/27 8:12 a.m.12 views

bpf: Fix NULL deref in map_kptr_match_type for scalar regs

...

5.5CVSS6.1AI score0.00162EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:12 a.m.10 views

wifi: brcmfmac: Fix error pointer dereference

...

5.5CVSS6.1AI score0.00123EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:10 a.m.12 views

bnxt_en: Fix NULL pointer dereference

...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:07 a.m.17 views

HAProxy - NULL Pointer Dereference in hpack_dht_insert Function

...

8.7CVSS5.8AI score0.00484EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/06/27 12:00 a.m.11 views

SUSE SLES15 Security Update : haproxy (SUSE-SU-2026:2651-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:2651-1 advisory. This update for haproxy fixes the following issues - CVE-2026-55203: integer overflow vulnerability in the fcgiconn structure's drl field that...

9.1CVSS6.1AI score0.00484EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/06/27 12:00 a.m.12 views

SUSE SLES15 Security Update : openssl-3-livepatches (SUSE-SU-2026:2662-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:2662-1 advisory. This update for openssl-3-livepatches fixes the following issues - CVE-2025-11187: Improper validation of PBMAC1 parameters in PKCS12 MAC...

9.8CVSS7.2AI score0.47621EPSS
SaveExploits7References14
NVD
NVD
added 2026/06/26 8:17 p.m.15 views

CVE-2026-53318

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925txcheckaggr Move the NULL check for 'sta' before dereferencing it to prevent a possible crash...

5.5CVSS0.00162EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/26 8:17 p.m.14 views

CVE-2026-53324

In the Linux kernel, the following vulnerability has been resolved: net: mana: Use pciname for debugfs directory naming Use pcinamepdev for the per-device debugfs directory instead of hardcoded "0" for PFs and pcislotnamepdev-slot for VFs. The previous approach had two issues: 1. pcislotname...

5.5CVSS0.00115EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/26 8:17 p.m.7 views

DEBIAN-CVE-2026-53318

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925txcheckaggr Move the NULL check for 'sta' before dereferencing it to prevent a possible crash...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/26 8:17 p.m.7 views

DEBIAN-CVE-2026-53313

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid NULL dereference in dcdmubsrv error paths In dcdmubsrvlogdiagnosticdata and dcdmubsrvenabledpiatrace. Both functions check: if !dcdmubsrv || !dcdmubsrv-dmub and then call DCLOGERROR inside that block...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/26 8:17 p.m.13 views

DEBIAN-CVE-2026-53315

In the Linux kernel, the following vulnerability has been resolved: drm/amd/ras: Fix NULL deref in rascoregetutcsecondtimestamp rascoregetutcsecondtimestamp retrieves the current UTC timestamp in seconds since the Unix epoch through a platform-specific RAS system callback and is used for...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/26 8:17 p.m.7 views

DEBIAN-CVE-2026-53299

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airohaqdmainittx If queue entry list allocation fails in airohaqdmainittxqueue routine, airohaqdmacleanuptxqueue will trigger a NULL pointer dereference accessing the queue entry...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/26 8:17 p.m.15 views

CVE-2026-53299

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airohaqdmainittx If queue entry list allocation fails in airohaqdmainittxqueue routine, airohaqdmacleanuptxqueue will trigger a NULL pointer dereference accessing the queue entry...

5.5CVSS0.0016EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/26 8:17 p.m.15 views

CVE-2026-53297

In the Linux kernel, the following vulnerability has been resolved: net: mana: Guard manaremove against double invocation If PM resume fails e.g., manaattach returns an error, manaprobe calls manaremove, which tears down the device and sets gd-gdmacontext = NULL and gd-driverdata = NULL. However,...

5.5CVSS0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/26 8:17 p.m.5 views

DEBIAN-CVE-2026-53297

In the Linux kernel, the following vulnerability has been resolved: net: mana: Guard manaremove against double invocation If PM resume fails e.g., manaattach returns an error, manaprobe calls manaremove, which tears down the device and sets gd-gdmacontext = NULL and gd-driverdata = NULL. However,...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/26 8:17 p.m.17 views

CVE-2026-53280

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix NULL group-domain dereference in pcidevresetiommudone Local sashiko review pointed it out that group-domain could be NULL when a default domain fails to allocate during the first probe, which can crash at...

5.5CVSS0.00143EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/26 8:17 p.m.12 views

CVE-2026-53298

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airohaqdmainitrxqueue If queue entry or DMA descriptor list allocation fails in airohaqdmainitrxqueue routine, airohaqdmacleanup will trigger a NULL pointer dereference running...

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2026/06/26 8:17 p.m.13 views

CVE-2026-53289

In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in iceresetallvfs iceresetallvfs ignores the return value of icevfrebuildvsi. When the VSI rebuild fails e.g. during NVM firmware update via nvmupdate64e, icevsirebuild tears down the VSI on its...

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References30
OSV
OSV
added 2026/06/26 8:17 p.m.13 views

UBUNTU-CVE-2026-53299

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airohaqdmainittx If queue entry list allocation fails in airohaqdmainittxqueue routine, airohaqdmacleanuptxqueue will trigger a NULL pointer dereference accessing the queue entry...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0References14
OSV
OSV
added 2026/06/26 8:17 p.m.11 views

UBUNTU-CVE-2026-53313

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid NULL dereference in dcdmubsrv error paths In dcdmubsrvlogdiagnosticdata and dcdmubsrvenabledpiatrace. Both functions check: if !dcdmubsrv || !dcdmubsrv-dmub and then call DCLOGERROR inside that block...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References13
Rows per page
Query Builder