Lucene search
+L

81167 matches found

RedhatCVE
RedhatCVE
added 2026/06/08 6:27 p.m.23 views

CVE-2026-46310

A flaw was found in the Linux kernel's media: renesas: vsp1 component. When unloading the module on generation 4 hardware, an incorrect cleanup function is called, leading to a NULL pointer dereference. This vulnerability can be triggered by a local attacker, potentially causing a system crash an...

5.5CVSS5.5AI score0.00112EPSS
SaveExploits0References4
F5 Networks
F5 Networks
added 2026/06/08 5:40 p.m.33 views

K000161631: libmspack vulnerability CVE-2018-18585

Security Advisory Description chmdreadheaders in mspack/chmd.c in libmspack before 0.8alpha accepts a filename that has '\0' as its first or second character such as the "/\0" name. CVE-2018-18585 Impact There is no impact; F5 products are not affected by this vulnerability. Security Advisory...

4.3CVSS6.6AI score0.03085EPSS
SaveExploits1
NVD
NVD
added 2026/06/08 5:16 p.m.22 views

CVE-2026-46313

In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: fix error pointer dereference In a error path isp-psys is confirmed to be an error pointer not NULL so this condition is true and the error pointer is dereferenced. So isp-psys should be set to NULL before goin...

5.5CVSS0.00114EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/08 5:16 p.m.29 views

CVE-2026-46310

In the Linux kernel, the following vulnerability has been resolved: media: renesas: vsp1: Fix NULL pointer deref on module unload When unloading the module on gen 4, we hit a NULL pointer dereference. This is caused by the cleanup code calling vsp1drmcleanup where it should be calling...

5.5CVSS0.00112EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/08 5:16 p.m.33 views

CVE-2026-46305

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: osdep: avoid NULL pointer dereference in rtwcbufalloc The return value of kzallocflex is used without ensuring that the allocation succeeded, and the pointer is dereferenced unconditionally. Guard the access t...

5.5CVSS0.001EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/08 5:16 p.m.21 views

CVE-2026-46296

In the Linux kernel, the following vulnerability has been resolved: spi: s3c64xx: fix NULL-deref on driver unbind A change moving DMA channel allocation from probe back to s3c64xxspipreparetransfer failed to remove the corresponding deallocation from remove. Drop the bogus DMA channel release fro...

5.5CVSS0.00114EPSS
SaveExploits0References6
NVD
NVD
added 2026/06/08 5:16 p.m.20 views

CVE-2026-46284

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix early boot crash on parameters without '=' separator If hugepages, hugepagesz, or defaulthugepagesz are specified on the kernel command line without the '=' separator, early parameter parsing passes NULL to...

5.5CVSS0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/08 5:16 p.m.20 views

CVE-2026-46282

In the Linux kernel, the following vulnerability has been resolved: iio: frequency: admv1013: fix NULL pointer dereference on str When devicepropertyreadstring fails, str is left uninitialized but the code falls through to strcmpstr, ..., dereferencing a garbage pointer. Replace manual read/strcm...

5.5CVSS0.00122EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/08 5:16 p.m.30 views

UBUNTU-CVE-2026-46297

In the Linux kernel, the following vulnerability has been resolved: net: libwx: use requestirq for VF misc interrupt Currently, requestthreadedirq is used with a primary handler but a NULL threaded handler, while also setting the IRQFONESHOT flag. This specific combination triggers a WARNING sinc...

5.5CVSS5.3AI score0.00112EPSS
SaveExploits0References14
OSV
OSV
added 2026/06/08 5:16 p.m.16 views

UBUNTU-CVE-2026-46284

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix early boot crash on parameters without '=' separator If hugepages, hugepagesz, or defaulthugepagesz are specified on the kernel command line without the '=' separator, early parameter parsing passes NULL to...

5.5CVSS5.3AI score0.00121EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2026/06/08 5:16 p.m.8 views

CVE-2026-46305

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: osdep: avoid NULL pointer dereference in rtwcbufalloc The return value of kzallocflex is used without ensuring that the allocation succeeded, and the pointer is dereferenced unconditionally. Guard the access t...

5.5CVSS5.7AI score0.001EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/06/08 5:16 p.m.9 views

CVE-2026-46310

In the Linux kernel, the following vulnerability has been resolved: media: renesas: vsp1: Fix NULL pointer deref on module unload When unloading the module on gen 4, we hit a NULL pointer dereference. This is caused by the cleanup code calling vsp1drmcleanup where it should be calling...

5.5CVSS5.4AI score0.00112EPSS
SaveExploits0References11
OSV
OSV
added 2026/06/08 5:16 p.m.17 views

UBUNTU-CVE-2026-46310

In the Linux kernel, the following vulnerability has been resolved: media: renesas: vsp1: Fix NULL pointer deref on module unload When unloading the module on gen 4, we hit a NULL pointer dereference. This is caused by the cleanup code calling vsp1drmcleanup where it should be calling...

5.5CVSS5.4AI score0.00112EPSS
SaveExploits0References14
OSV
OSV
added 2026/06/08 5:16 p.m.14 views

UBUNTU-CVE-2026-46282

In the Linux kernel, the following vulnerability has been resolved: iio: frequency: admv1013: fix NULL pointer dereference on str When devicepropertyreadstring fails, str is left uninitialized but the code falls through to strcmpstr, ..., dereferencing a garbage pointer. Replace manual read/strcm...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2026/06/08 5:16 p.m.10 views

CVE-2026-46296

In the Linux kernel, the following vulnerability has been resolved: spi: s3c64xx: fix NULL-deref on driver unbind A change moving DMA channel allocation from probe back to s3c64xxspipreparetransfer failed to remove the corresponding deallocation from remove. Drop the bogus DMA channel release fro...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2026/06/08 5:16 p.m.8 views

CVE-2026-46313

In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: fix error pointer dereference In a error path isp-psys is confirmed to be an error pointer not NULL so this condition is true and the error pointer is dereferenced. So isp-psys should be set to NULL before goin...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2026/06/08 5:16 p.m.10 views

CVE-2026-46284

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix early boot crash on parameters without '=' separator If hugepages, hugepagesz, or defaulthugepagesz are specified on the kernel command line without the '=' separator, early parameter parsing passes NULL to...

5.5CVSS5.4AI score0.00121EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/06/08 5:16 p.m.20 views

CVE-2026-46282

In the Linux kernel, the following vulnerability has been resolved: iio: frequency: admv1013: fix NULL pointer dereference on str When devicepropertyreadstring fails, str is left uninitialized but the code falls through to strcmpstr, ..., dereferencing a garbage pointer. Replace manual read/strcm...

5.5CVSS5.5AI score0.00122EPSS
SaveExploits0References25
OSV
OSV
added 2026/06/08 5:16 p.m.20 views

UBUNTU-CVE-2026-46305

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: osdep: avoid NULL pointer dereference in rtwcbufalloc The return value of kzallocflex is used without ensuring that the allocation succeeded, and the pointer is dereferenced unconditionally. Guard the access t...

5.5CVSS5.3AI score0.001EPSS
SaveExploits0References13
OSV
OSV
added 2026/06/08 5:16 p.m.19 views

UBUNTU-CVE-2026-46313

In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: fix error pointer dereference In a error path isp-psys is confirmed to be an error pointer not NULL so this condition is true and the error pointer is dereferenced. So isp-psys should be set to NULL before goin...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0References15
Rows per page
Query Builder