Lucene search
K

17 matches found

UbuntuCve
UbuntuCve
added 2026/05/08 2:16 p.m.8 views

CVE-2026-43297

In the Linux kernel, the following vulnerability has been resolved: media: rockchip: rga: Fix possible ERRPTR dereference in rgabufinit rgagetframe can return ERRPTR-EINVAL when buffer type is unsupported or invalid. rgabufinit does not check the return value and unconditionally dereferences the...

5.5CVSS5.9AI score0.00015EPSS
Exploits0References6
CVE
CVE
added 2026/05/08 1:11 p.m.12 views

CVE-2026-43300

CVE-2026-43300 affects the Linux kernel DRM panel code, specifically a NULL-pointer dereference in jdi_panel_dsi_remove(). When jdi is NULL, the function can proceed to call jdi_panel_disable(), which dereferences jdi unconditionally, causing a crash. The advisory shows the fix: return early from...

5.5CVSS5.7AI score0.00015EPSS
Exploits0References4Affected Software1
EUVD
EUVD
added 2025/12/08 3:31 a.m.6 views

EUVD-2023-60074

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix ioremap issues in lpfcsli4pcimemsetup When iftype equals zero and pciresourcestartpdev, PCI64BITBAR4 returns false, drblregsmemmapp is not remapped. This passes a NULL pointer to iounmap, which can trigger a WARN ...

4.9AI score0.0004EPSS
Exploits0References8
OSV
OSV
added 2025/12/06 9:50 p.m.6 views

CVE-2025-40275 ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix NULL pointer dereference in sndusbmixercontrolsbadd In sndusbcreatestreams, for UAC version 3 devices, the Interface Association Descriptor IAD is retrieved via usbifnumtoif. If this call fails, a fallback...

6.3AI score0.00076EPSS
Exploits0References11
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux - уязвимость в linux-5.10, linux-6.1, linux-5.15

In the Linux kernel, the following vulnerability has been resolved: nfsd: Initialize ssc before laundromatwork to prevent NULL dereference. In nfs4statestartnet, laundromatwork may access nfsd4sscexpireumount through nfs4laundromat. If nfsd4ssc is not initialized, this can lead to a NULL pointer...

5.5CVSS5.9AI score0.00119EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/07 3:19 p.m.5 views

EUVD-2025-32847

In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for kmalloc As the kmalloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereference, same as the others...

6AI score0.00016EPSS
Exploits0References10
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-13095

Malicious code in bioql PyPI...

7.3AI score0.00014EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.2 views

SUSE CVE-2022-50308

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

5.5CVSS6.5AI score0.00021EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2025/09/14 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39747

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/msm: Add error handling for krealloc in metadata setup Function msmioctlgeminfosetmetadata now checks for krealloc failure and returns -ENOMEM, avoiding...

5.5CVSS6.1AI score0.00032EPSS
Exploits0References3
OSV
OSV
added 2025/09/11 5:15 p.m.4 views

AZL-67178 CVE-2025-39762 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: add null check WHY Prevents null pointer dereferences to enhance function robustness HOW Adds early null check and return false if invalid...

5.5CVSS5.6AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.3 views

DEBIAN-CVE-2025-39709

In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before hficreate, it's possible that an interrupt fires...

5.5CVSS5.3AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2025/07/25 1:15 p.m.2 views

DEBIAN-CVE-2025-38368

In the Linux kernel, the following vulnerability has been resolved: misc: tps6594-pfsm: Add NULL pointer check in tps6594pfsmprobe The returned value, pfsm-miscdev.name, from devmkasprintf could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to th...

5.5CVSS5.3AI score0.00065EPSS
Exploits0References1
NVD
NVD
added 2025/02/27 8:16 p.m.7 views

CVE-2025-21798

In the Linux kernel, the following vulnerability has been resolved: firewire: test: Fix potential null dereference in firewire kunit test kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate...

5.5CVSS0.00012EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:5 a.m.1 views

SUSE CVE-2022-49495

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platformgetresourcebyname It will cause null-ptr-deref if platformgetresourcebyname returns NULL, we need check the return value. Patchwork:...

5.5CVSS7.9AI score0.00014EPSS
Exploits0References10
OSV
OSV
added 2025/01/08 6:15 p.m.1 views

UBUNTU-CVE-2024-56776

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers The return value of drmatomicgetcrtcstate needs to be checked. To avoid use of error pointer 'crtcstate' in case of the failure...

5.5CVSS6.2AI score0.00023EPSS
Exploits0References33
SUSE CVE
SUSE CVE
added 2024/05/23 3:55 p.m.1 views

SUSE CVE-2021-47397

In the Linux kernel, the following vulnerability has been resolved: sctp: break out if skbheaderpointer returns NULL in sctprcvootb We should always check if skbheaderpointer's return is NULL before using it, otherwise it may cause null-ptr-deref, as syzbot reported: KASAN: null-ptr-deref in rang...

5.5CVSS6.3AI score0.00012EPSS
Exploits0References11
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.0 views

kernel: scsi: lpfc: Address NULL pointer dereference after starget_to_rport()

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Address NULL pointer dereference after stargettorport Calls to stargettorport may return NULL. Add check for NULL rport before dereference...

5.5CVSS6.3AI score0.00022EPSS
Exploits0References5
Rows per page
Query Builder