Lucene search
+L

82386 matches found

RedhatCVE
RedhatCVE
added 2026/09/03 10:47 a.m.7 views

CVE-2026-85150

A NULL pointer dereference flaw was found in GStreamer's RTSP support library. The vulnerability occurs while parsing an Authorization or WWW-Authenticate header that uses Digest authentication. Specially crafted whitespace placement around a parameter's terminator can cause an internal length...

7.5CVSS5.8AI score0.00491EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/03 8:26 a.m.10 views

CVE-2026-80756

This Linux kernel vulnerability affects the SELinux subsystem. When the first policy load fails during selinuxfs tree construction, sel_write_load() calls selinux_policy_cancel(), which dereferences a NULL state->policy pointer (no outgoing policy exists on the initial load). The bug is trigge...

5.8AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/03 8:26 a.m.5 views

EUVD-2026-70360

In the Linux kernel, the following vulnerability has been resolved: selinux: do not cancel a policy conversion that never started selwriteload calls selinuxpolicycancel when selmakepolicynodes fails, and that helper dereferences the outgoing policy to cancel its sidtab conversion. On the first...

5.8AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/03 8:26 a.m.2 views

CVE-2026-80756 selinux: do not cancel a policy conversion that never started

In the Linux kernel, the following vulnerability has been resolved: selinux: do not cancel a policy conversion that never started selwriteload calls selinuxpolicycancel when selmakepolicynodes fails, and that helper dereferences the outgoing policy to cancel its sidtab conversion. On the first...

5.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/03 8:26 a.m.27 views

CVE-2026-80756 selinux: do not cancel a policy conversion that never started

In the Linux kernel, the following vulnerability has been resolved: selinux: do not cancel a policy conversion that never started selwriteload calls selinuxpolicycancel when selmakepolicynodes fails, and that helper dereferences the outgoing policy to cancel its sidtab conversion. On the first...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/03 8:26 a.m.9 views

CVE-2026-80752

A NULL pointer dereference exists in the Linux kernel's psxpad-spi input driver. The psxpad_spi_suspend() function calls spi_get_drvdata() to retrieve the controller state, but the probe function never stores that data, so any suspend operation dereferences a NULL pointer, likely causing a kernel...

8.4CVSS5.8AI score0.00182EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/03 8:26 a.m.6 views

EUVD-2026-70356

In the Linux kernel, the following vulnerability has been resolved: Input: psxpad-spi - set driver data before use psxpadspisuspend retrieves the controller state with spigetdrvdata, but probe never stores it, so suspend dereferences a NULL pointer. Store it during probe...

5.8AI score0.00182EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/03 8:26 a.m.32 views

CVE-2026-80752 Input: psxpad-spi - set driver data before use

In the Linux kernel, the following vulnerability has been resolved: Input: psxpad-spi - set driver data before use psxpadspisuspend retrieves the controller state with spigetdrvdata, but probe never stores it, so suspend dereferences a NULL pointer. Store it during probe...

8.4CVSS0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/03 8:26 a.m.2 views

CVE-2026-80752 Input: psxpad-spi - set driver data before use

In the Linux kernel, the following vulnerability has been resolved: Input: psxpad-spi - set driver data before use psxpadspisuspend retrieves the controller state with spigetdrvdata, but probe never stores it, so suspend dereferences a NULL pointer. Store it during probe...

8.4CVSS5.5AI score
SaveExploits0References11
CVE
CVE
added 2026/09/03 8:26 a.m.11 views

CVE-2026-80743

CVE-2026-80743 affects the Linux kernel's ASoC xilinx formatter_pcm driver . The root cause is a race condition: IRQ handlers call dev_get_drvdata() to retrieve driver data, but that data is only assigned at the end of the probe function—after devm_request_irq(). If an interrupt fires in that win...

5.8AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/03 8:26 a.m.31 views

CVE-2026-80743 ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers

In the Linux kernel, the following vulnerability has been resolved: ASoC: xilinx: formatterpcm: pass auddrvdata to irq handlers The irq handlers take a struct device pointer and call devgetdrvdata to obtain the driver data. However, the driver data is only set at the end of probe, after...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/03 8:26 a.m.5 views

EUVD-2026-70347

In the Linux kernel, the following vulnerability has been resolved: ASoC: xilinx: formatterpcm: pass auddrvdata to irq handlers The irq handlers take a struct device pointer and call devgetdrvdata to obtain the driver data. However, the driver data is only set at the end of probe, after...

5.8AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/03 8:26 a.m.2 views

CVE-2026-80743 ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers

In the Linux kernel, the following vulnerability has been resolved: ASoC: xilinx: formatterpcm: pass auddrvdata to irq handlers The irq handlers take a struct device pointer and call devgetdrvdata to obtain the driver data. However, the driver data is only set at the end of probe, after...

5.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/03 8:26 a.m.35 views

CVE-2026-80741 drm/log: Fix out-of-bounds read on empty message length

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

7.1CVSS0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 8:21 a.m.7 views

CVE-2026-80730

CVE-2026-80730 affects the Linux kernel's ring-buffer subsystem. The root cause is in test_ringbuffer()'s out_free cleanup loop: the !rb_threads[cpu] check only catches NULL entries but misses entries holding an ERR_PTR . When kthread_run_on_cpu() fails, it stores ERR_PTR(-ENOMEM) or ERR_PTR(-EIN...

5.8AI score0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/03 8:21 a.m.7 views

EUVD-2026-70334

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses entries that hold an ERRPTR. rbthreads is static, so unassigned slots are...

5.8AI score0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.33 views

CVE-2026-80730 ring-buffer: Fix crash passing ERR_PTR to kthread_stop()

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses entries that hold an ERRPTR. rbthreads is static, so unassigned slots are...

0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/03 8:21 a.m.3 views

CVE-2026-80730 ring-buffer: Fix crash passing ERR_PTR to kthread_stop()

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses entries that hold an ERRPTR. rbthreads is static, so unassigned slots are...

5.6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/03 7:59 a.m.28 views

CVE-2026-17539

RTU500 has a vulnerability, where high-load scenarios, such as sending GI requests at short intervals, may cause a NULL pointer dereference in the last entry of the enhanced message queue. This can cause a BCIIEC104 fatal write error, resulting in connection interruption and restart, and ultimate...

5.9CVSS0.00351EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/03 7:59 a.m.6 views

EUVD-2026-70318

RTU500 has a vulnerability, where high-load scenarios, such as sending GI requests at short intervals, may cause a NULL pointer dereference in the last entry of the enhanced message queue. This can cause a BCIIEC104 fatal write error, resulting in connection interruption and restart, and ultimate...

5.9CVSS5.9AI score0.00351EPSS
SaveExploits0References1
Rows per page
Query Builder