Lucene search
+L

37827 matches found

CVE
CVE
added 2026/09/11 7:42 p.m.10 views

CVE-2026-81005

CVE-2026-81005 affects the Linux kernel IPMI SI driver (ipmi_si). When BMC registration fails—typically because the BMC does not return a successful response to the Get Device ID command—the shutdown_smi() callback frees the si_sm pointer and sets it to NULL , but the intf->in_shutdown flag is...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:42 p.m.6 views

EUVD-2026-76328

In the Linux kernel, the following vulnerability has been resolved: ipmi: si: Fix NULL pointer dereference after failed registration trysmiinit allocates newsmi-sism and later calls ipmiregistersmimod, which maps to ipmiaddsmi. During ipmiaddsmi, the upper IPMI message handler obtains the initial...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.5 views

CVE-2026-81005 ipmi: si: Fix NULL pointer dereference after failed registration

In the Linux kernel, the following vulnerability has been resolved: ipmi: si: Fix NULL pointer dereference after failed registration trysmiinit allocates newsmi-sism and later calls ipmiregistersmimod, which maps to ipmiaddsmi. During ipmiaddsmi, the upper IPMI message handler obtains the initial...

5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/11 7:42 p.m.5 views

EUVD-2026-76315

In the Linux kernel, the following vulnerability has been resolved: net: ravb: avoid dereferencing an invalid PTP clock The PTP clock is unavailable before the first open, so querying its index can dereference a NULL pointer. Registration failures can also leave an error pointer in priv-ptp.clock...

0.00163EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.6 views

CVE-2026-80992

In the Linux kernel, the following vulnerability has been resolved: net: ravb: avoid dereferencing an invalid PTP clock The PTP clock is unavailable before the first open, so querying its index can dereference a NULL pointer. Registration failures can also leave an error pointer in priv-ptp.clock...

7.8CVSS0.00163EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.26 views

CVE-2026-80992 net: ravb: avoid dereferencing an invalid PTP clock

In the Linux kernel, the following vulnerability has been resolved: net: ravb: avoid dereferencing an invalid PTP clock The PTP clock is unavailable before the first open, so querying its index can dereference a NULL pointer. Registration failures can also leave an error pointer in priv-ptp.clock...

7.8CVSS0.00163EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.5 views

CVE-2026-80992 net: ravb: avoid dereferencing an invalid PTP clock

In the Linux kernel, the following vulnerability has been resolved: net: ravb: avoid dereferencing an invalid PTP clock The PTP clock is unavailable before the first open, so querying its index can dereference a NULL pointer. Registration failures can also leave an error pointer in priv-ptp.clock...

7.8CVSS5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80984

CVE-2026-80984 is a NULL pointer dereference in the Linux kernel's net/smc subsystem on the SMC-D teardown path. When a link group terminates while a socket is waiting in smc_close_stream_wait(), the function smc_tx_prepared_sends() may dereference conn->sndbuf_desc after it has been cleared t...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.6 views

CVE-2026-80984 net/smc: do not dereference an unset send buffer on the SMC-D teardown path

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not dereference an unset send buffer on the SMC-D teardown path smcclosestreamwait calls smctxpreparedsends from inside its skwaitevent condition, and skwaitevent evaluates that condition once with the socket lock...

6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.23 views

CVE-2026-80984 net/smc: do not dereference an unset send buffer on the SMC-D teardown path

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not dereference an unset send buffer on the SMC-D teardown path smcclosestreamwait calls smctxpreparedsends from inside its skwaitevent condition, and skwaitevent evaluates that condition once with the socket lock...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76307

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not dereference an unset send buffer on the SMC-D teardown path smcclosestreamwait calls smctxpreparedsends from inside its skwaitevent condition, and skwaitevent evaluates that condition once with the socket lock...

0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.23 views

CVE-2026-80963 dm-stats: fix a crash if allocation of per-cpu data fails

In the Linux kernel, the following vulnerability has been resolved: dm-stats: fix a crash if allocation of per-cpu data fails If "dmkvzallocpercpuallocsize, cputonodecpu" fails, the code jumps to the "out" label and calls dmstatfree. dmstatfree does "foreachpossiblecpucpu...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76286

In the Linux kernel, the following vulnerability has been resolved: dm-stats: fix a crash if allocation of per-cpu data fails If "dmkvzallocpercpuallocsize, cputonodecpu" fails, the code jumps to the "out" label and calls dmstatfree. dmstatfree does "foreachpossiblecpucpu...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:42 p.m.12 views

CVE-2026-80963

CVE-2026-80963 affects the Linux kernel 's dm-stats module (device-mapper statistics). The root cause is a NULL pointer dereference in the dm_stat_free function: when the per-CPU allocation via dm_kvzalloc fails, execution jumps to an error path that calls dm_stat_free, which iterates over all po...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80963 dm-stats: fix a crash if allocation of per-cpu data fails

In the Linux kernel, the following vulnerability has been resolved: dm-stats: fix a crash if allocation of per-cpu data fails If "dmkvzallocpercpuallocsize, cputonodecpu" fails, the code jumps to the "out" label and calls dmstatfree. dmstatfree does "foreachpossiblecpucpu...

5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80956

CVE-2026-80956 affects the Linux kernel's dm-pcache (device mapper persistent cache) subsystem. The root cause is a bounds mismatch: get_cache_segment() scans the segment map up to cache->n_segs (the physical device segment count), while cache_segs_init() only initializes the first cache_info-...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:42 p.m.6 views

EUVD-2026-76279

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: only hand out initialized cache segments getcachesegment scans the segment map up to cache-nsegs, the physical device segment count, but cachesegsinit only initializes the first cacheinfo-nsegs segments. A crafted imag...

0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.23 views

CVE-2026-80956 dm-pcache: only hand out initialized cache segments

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: only hand out initialized cache segments getcachesegment scans the segment map up to cache-nsegs, the physical device segment count, but cachesegsinit only initializes the first cacheinfo-nsegs segments. A crafted imag...

0.00198EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/11 5:29 p.m.7 views

tpwn

tpwn cve-2015-???? poc os x 10.10.5 kernel local privilege escalation vulnerability got burned in 10.11 full writeup etason shout out @ unthreadedjb 4 hax Install NULLGuard to protect yourself against tpwn and other NULL Pointer Deference bugs...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 1:14 p.m.5 views

PoC-CVE-2025-69421

CVE-2025-69421 crash-only reproducer This repository contains a minimal malformed PKCS12 file that reproduces CVE-2025-69421 in an isolated laboratory environment. The generated PFX contains EncryptedData whose EncryptedContentInfo omits the optional encryptedContent field. Vulnerable OpenSSL...

7.5CVSS7.5AI score0.00877EPSS
SaveExploits1
Rows per page
Query Builder