Lucene search
K

62858 matches found

EUVD
EUVD
added 2026/05/06 12:30 p.m.6 views

EUVD-2026-27699

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Fix NULL pointer dereference If there's a mismatch between the DAI links in the machine driver and the topology, it is possible that the playback/capture widget is not set, especially in the case of loopbac...

5.8AI score0.00127EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/06 12:30 p.m.5 views

EUVD-2026-27713

In the Linux kernel, the following vulnerability has been resolved: HID: hid-pl: handle probe errors Errors in init must be reported back or we'll follow a NULL pointer the first time FF is used...

5.8AI score0.00128EPSS
Exploits0References9
EUVD
EUVD
added 2026/05/06 12:30 p.m.5 views

EUVD-2026-27711

In the Linux kernel, the following vulnerability has been resolved: powerpc/smp: Add check for kcalloc failure in parsethreadgroups As kcalloc may fail, check its return value to avoid a NULL pointer dereference when passing it to ofpropertyreadu32array...

5.8AI score0.00128EPSS
Exploits0References8
EUVD
EUVD
added 2026/05/06 12:30 p.m.4 views

EUVD-2026-27723

In the Linux kernel, the following vulnerability has been resolved: mfd: macsmc: Initialize mutex Initialize struct applesmc's mutex in applesmcprobe. Using the mutex uninitialized surprisingly resulted only in occasional NULL pointer dereferences in applesmcread calls from the probe functions of...

5.8AI score0.00121EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.4 views

EUVD-2025-209685

In the Linux kernel, the following vulnerability has been resolved: fs/buffer: add alert in trytofreebuffers for folios without buffers trytofreebuffers can be called on folios with no buffers attached when filemapreleasefolio is invoked on a folio belonging to a mapping with ASRELEASEALWAYS set...

5.9AI score0.00123EPSS
Exploits0References7
EUVD
EUVD
added 2026/05/06 12:30 p.m.5 views

EUVD-2026-27685

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Update cpuidle driver check in acpiprocessorstart Commit 7a8c994cbb2d "ACPI: processor: idle: Optimize ACPI idle driver registration" moved the ACPI idle driver registration to acpiprocessordriverinit and...

5.8AI score0.00121EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.5 views

EUVD-2025-209680

In the Linux kernel, the following vulnerability has been resolved: misc: bcmvk: Fix possible null-pointer dereferences in bcmvkread In the function bcmvkread, the pointer entry is checked, indicating that it can be NULL. If entry is NULL and rc is set to -EMSGSIZE, the following code may cause...

5.8AI score0.00123EPSS
Exploits0References7
EUVD
EUVD
added 2026/05/06 12:30 p.m.6 views

EUVD-2025-209684

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/ras: Move ras data alloc before bad page check In the rare event if eeprom has only invalid address entries, allocation is skipped, this causes following NULL pointer issue 547.103445 BUG: kernel NULL pointer...

5.8AI score0.00126EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.4 views

EUVD-2026-27693

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix null pointer dereference issue If SMU is disabled, during RAS initialization, there will be null pointer dereference issue here...

5.8AI score0.00112EPSS
Exploits0References3
EUVD
EUVD
added 2026/05/06 12:30 p.m.2 views

EUVD-2025-209682

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix NULL pointer issue buffer funcs If SDMA block not enabled, bufferfuncs will not initialize, fix the null pointer issue if bufferfuncs not initialized...

5.9AI score0.00127EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/06 12:30 p.m.5 views

EUVD-2026-27598

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: add missing negotiatefeatures op to Hyper-V ops table Commit a7075f501bd3 "ixgbevf: fix mailbox API compatibility by negotiating supported features" added the .negotiatefeatures callback to ixgbemacoperations and populat...

5.8AI score0.00122EPSS
Exploits0References6
EUVD
EUVD
added 2026/05/06 12:30 p.m.16 views

EUVD-2026-27612

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: fix potential NULL dereferences in ioam6filltracedata We need to check in6devget for possible NULL value, as suggested by Yiming Qian. Also add skbdstdevrcu instead of skbdstdev, and two missing READONCE. Note that @d...

5.7AI score0.00426EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.3 views

EUVD-2026-27582

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix NULL deref in ipvsaddservice error path When ipvsbindscheduler succeeds in ipvsaddservice, the local variable sched is set to NULL. If ipvsstartestimator subsequently fails, the outerr cleanup calls...

5.8AI score0.00122EPSS
Exploits0References6
NVD
NVD
added 2026/05/06 12:16 p.m.36 views

CVE-2026-43282

In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: Fix potential NULL pointer dereference in ionicqueryport The function ionicqueryport calls ibdevicegetnetdev without checking the return value which could lead to NULL pointer dereference, Fix it by checking the retur...

5.5CVSS0.00112EPSS
Exploits0References3
NVD
NVD
added 2026/05/06 12:16 p.m.7 views

CVE-2026-43271

In the Linux kernel, the following vulnerability has been resolved: md-cluster: fix NULL pointer dereference in processmetadataupdate The function processmetadataupdate blindly dereferences the 'thread' pointer acquired via rcudereferenceprotected within the waitevent macro. While the code commen...

5.5CVSS0.00116EPSS
Exploits0References5
NVD
NVD
added 2026/05/06 12:16 p.m.7 views

CVE-2026-43213

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: pci: validate sequence number of TX release report Hardware rarely reports abnormal sequence number in TX release report, which will access out-of-bounds of wdring-pages array, causing NULL pointer dereference. BUG:...

7.5CVSS0.0022EPSS
Exploits0References3
NVD
NVD
added 2026/05/06 12:16 p.m.3 views

CVE-2026-43173

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: xscale: Check for PTP support properly In ixp4xxgettsinfo ixp46xptpfind is called unconditionally despite this feature only existing on ixp46x, leading to the following splat from tcpdump: root@OpenWrt: tcpdump -vv...

5.5CVSS0.00127EPSS
Exploits0References5
NVD
NVD
added 2026/05/06 12:16 p.m.3 views

CVE-2026-43164

In the Linux kernel, the following vulnerability has been resolved: udplite: Fix null-ptr-deref in udpenqueuescheduleskb. syzbot reported null-ptr-deref of udpsksk-udpprodqueue. 0 Since the cited commit, udplibinitsock can fail, as can udpinitsock and udpv6initsock. Let's handle the error in...

7.5CVSS0.00451EPSS
Exploits0References3
NVD
NVD
added 2026/05/06 12:16 p.m.4 views

CVE-2026-43148

In the Linux kernel, the following vulnerability has been resolved: powerpc/smp: Add check for kcalloc failure in parsethreadgroups As kcalloc may fail, check its return value to avoid a NULL pointer dereference when passing it to ofpropertyreadu32array...

5.5CVSS0.00128EPSS
Exploits0References7
NVD
NVD
added 2026/05/06 12:16 p.m.4 views

CVE-2026-43152

In the Linux kernel, the following vulnerability has been resolved: HID: hid-pl: handle probe errors Errors in init must be reported back or we'll follow a NULL pointer the first time FF is used...

5.5CVSS0.00128EPSS
Exploits0References8
Rows per page
Query Builder