Lucene search
+L

158 matches found

Positive Technologies
Positive Technologies
added 2025/02/27 12:0 a.m.12 views

PT-2025-8885 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential NULL pointer dereference issue was found in the Linux kernel, specifically in the etas es58x driver. The driver incorrectly assumed that es58x dev-udev-serial could never b...

7.8CVSS7.2AI score0.13255EPSS
SaveExploits7References2029
NVD
NVD
added 2025/02/26 7:1 a.m.18 views

CVE-2022-49494

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix possible null-ptr-deref in cadencenanddtprobe It will cause null-ptr-deref when using 'res', if platformgetresource returns NULL, so move using 'res' after devmioremapresource that will check it to avoi...

5.5CVSS0.00263EPSS
SaveExploits0References5
NVD
NVD
added 2025/02/26 7:1 a.m.13 views

CVE-2022-49484

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix possible NULL pointer dereference in mt7915macfillrxvector Fix possible NULL pointer dereference in mt7915macfillrxvector routine if the chip does not support dbdc and the hw reports bandidx set to 1...

5.5CVSS0.0022EPSS
SaveExploits0References2
NVD
NVD
added 2025/02/26 7:1 a.m.13 views

CVE-2022-49392

In the Linux kernel, the following vulnerability has been resolved: serial: 8250aspeedvuart: Fix potential NULL dereference in aspeedvuartprobe platformgetresource may fail and return NULL, so we should better check it's return value to avoid a NULL pointer dereference...

5.5CVSS0.00256EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:1 a.m.12 views

CVE-2022-49332

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.5CVSS0.00224EPSS
SaveExploits0References2
NVD
NVD
added 2025/02/26 7:0 a.m.24 views

CVE-2022-49184

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: switchdev: fix possible NULL pointer dereference As the possible failure of the allocation, devmkzalloc may return NULL pointer. Therefore, it should be better to check the 'db' in order to prevent the dereference of...

5.5CVSS0.00256EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:0 a.m.18 views

CVE-2022-49083

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix regression in probe for NULL pointer dereference Commit 3f6634d997db "iommu: Use right way to retrieve iommuops" started triggering a NULL pointer dereference for some omap variants: iommuprobedevice from...

5.5CVSS0.00241EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.8 views

CVE-2022-49731

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: fix NULL pointer deref in atahostallocpinfo In an unlikely and probably wrong? case that the 'ppi' parameter of atahostallocpinfo points to an array starting with a NULL pointer, there's going to be a kernel oop...

5.5CVSS5.5AI score0.00282EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.13 views

CVE-2022-49445

In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: core: Fix possible null-ptr-deref in shpfcmapresources It will cause null-ptr-deref when using 'res', if platformgetresource returns NULL, so move using 'res' after devmioremapresource that will check it to avoi...

5.5CVSS5.6AI score0.00256EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.13 views

CVE-2022-49424

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix NULL pointer dereference when printing devname When larbdev is NULL in the case I hit, the node is incorrectly set iommus = , it will cause devicelinkadd fail and kernel crashes when we try to print...

5.5CVSS5.6AI score0.00263EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:11 a.m.8 views

CVE-2022-49376

In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sdprobe sees an early error before sdkp-device is initialized, sdzbcreleasedisk is called. This causes a NULL pointer dereference when sdiszoned is called inside that function...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:10 a.m.9 views

CVE-2022-49332

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.5CVSS5.3AI score0.00224EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.15 views

CVE-2022-49321 xprtrdma: treat all calls not a bcall when bc_serv is NULL

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: treat all calls not a bcall when bcserv is NULL When a rdma server returns a fault format reply, nfs v3 client may treats it as a bcall when bc service is not exist. The debug message at rpcrdmabcreceivecall are,...

0.0028EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.18 views

CVE-2022-49104

In the Linux kernel, the following vulnerability has been resolved: staging: vchiqcore: handle NULL result of findservicebyhandle In case of an invalid handle the function findservivebyhandle returns NULL. So take care of this and avoid a NULL pointer dereference...

5.5CVSS5.5AI score0.00238EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.15 views

CVE-2022-49106 staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances

In the Linux kernel, the following vulnerability has been resolved: staging: vchiqarm: Avoid NULL ptr deref in vchiqdumpplatforminstances vchiqgetstate can return a NULL pointer. So handle this cases and avoid a NULL pointer derefence in vchiqdumpplatforminstances...

5.5CVSS5.2AI score0.00238EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.13 views

CVE-2022-49083

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix regression in probe for NULL pointer dereference Commit 3f6634d997db "iommu: Use right way to retrieve iommuops" started triggering a NULL pointer dereference for some omap variants: iommuprobedevice from...

5.5CVSS5.6AI score0.00241EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.11 views

CVE-2022-49083 iommu/omap: Fix regression in probe for NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix regression in probe for NULL pointer dereference Commit 3f6634d997db "iommu: Use right way to retrieve iommuops" started triggering a NULL pointer dereference for some omap variants: iommuprobedevice from...

5.5CVSS5.2AI score0.00241EPSS
SaveExploits0References8
CNVD
CNVD
added 2025/02/25 12:0 a.m.6 views

Linux kernel null pointer dereference vulnerability (CNVD-2025-04163)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a null pointer dereference vulnerability that stems from the BCache module not properly checking that c-root is NULL in cachesetflush, which could lea...

5.5CVSS6.3AI score0.00246EPSS
SaveExploits0References1
CNVD
CNVD
added 2025/02/25 12:0 a.m.8 views

Linux kernel null pointer dereference vulnerability (CNVD-2025-04165)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a null pointer dereference vulnerability that stems from the fact that the return value of ieee80211probereqget may be NULL, and direct use without...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References1
CNVD
CNVD
added 2025/02/25 12:0 a.m.16 views

Linux kernel null pointer dereference vulnerability (CNVD-2025-04164)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a null pointer dereference vulnerability that stems from a DLM module that may cause a null pointer dereference to lkbresource when requestlock is...

5.5CVSS7AI score0.00219EPSS
SaveExploits0References1
Rows per page
Query Builder