Lucene search
+L

12797 matches found

Cvelist
Cvelist
added 2025/02/26 2:24 a.m.25 views

CVE-2022-49701 scsi: ibmvfc: Allocate/free queue resource only during probe/remove

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Allocate/free queue resource only during probe/remove Currently, the sub-queues and event pool resources are allocated/freed for every CRQ connection event such as reset and LPM. This exposes the driver to a couple...

7.8CVSS0.00267EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.12 views

CVE-2022-49701

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Allocate/free queue resource only during probe/remove Currently, the sub-queues and event pool resources are allocated/freed for every CRQ connection event such as reset and LPM. This exposes the driver to a couple...

7.8CVSS5.8AI score0.00267EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:24 a.m.14 views

CVE-2022-49701 scsi: ibmvfc: Allocate/free queue resource only during probe/remove

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Allocate/free queue resource only during probe/remove Currently, the sub-queues and event pool resources are allocated/freed for every CRQ connection event such as reset and LPM. This exposes the driver to a couple...

7.8CVSS5.2AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/02/26 2:24 a.m.9 views

CVE-2022-49700 mm/slub: add missing TID updates on slab deactivation

In the Linux kernel, the following vulnerability has been resolved: mm/slub: add missing TID updates on slab deactivation The fastpath in slaballocnode assumes that c-slab is stable as long as the TID stays the same. However, two places in slaballoc currently don't update the TID when deactivatin...

7.8CVSS7.5AI score0.00291EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:23 a.m.186 views

CVE-2022-49636

CVE-2022-49636 affects the Linux kernel VLAN code, specifically a memory leak in vlan_newlink/vlan_changelink paths. The issue arises when a memory allocation fails in vlan_changelink() after prior allocations succeed; memory allocated for egress priority/vlan_dev structures may remain referenced...

5.5CVSS5.4AI score0.00265EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.25 views

CVE-2022-49636 vlan: fix memory leak in vlan_newlink()

In the Linux kernel, the following vulnerability has been resolved: vlan: fix memory leak in vlannewlink Blamed commit added back a bug I fixed in commit 9bbd917e0bec "vlan: fix memory leak in vlandevsetegresspriority" If a memory allocation fails in vlanchangelink after other allocations...

6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.14 views

CVE-2022-49608

In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better t...

5.5CVSS5.3AI score0.0027EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.18 views

CVE-2022-49608 pinctrl: ralink: Check for null return of devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better t...

0.0027EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.0 views

CVE-2022-49608 pinctrl: ralink: Check for null return of devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better t...

6.1AI score0.0027EPSS
SaveExploits0References6
CVE
CVE
added 2025/02/26 2:23 a.m.95 views

CVE-2022-49608

CVE-2022-49608 pertains to the Linux kernel pinctrl: ralink subsystem. A allocation failure can make data->domains NULL, leading to a NULL pointer dereference. The described fix adds a null return check after devm_kcalloc and suggests returning -ENOMEM immediately instead of manually freeing d...

5.5CVSS5.4AI score0.0027EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49608 pinctrl: ralink: Check for null return of devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better t...

5.5CVSS4.9AI score
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:14 a.m.14 views

CVE-2022-49556 KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak For some sev ioctl interfaces, the length parameter that is passed maybe less than or equal to SEVFWBLOBMAXSIZE, but larger than the data that PSP firmwar...

5.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.32 views

CVE-2022-49530

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix double free in siparsepowertable In function siparsepowertable, array adev-pm.dpm.ps and its member is allocated. If the allocation of each member fails, the array itself is freed and returned with an error code...

7.8CVSS5.5AI score0.00278EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.2 views

CVE-2022-49530 drm/amd/pm: fix double free in si_parse_power_table()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix double free in siparsepowertable In function siparsepowertable, array adev-pm.dpm.ps and its member is allocated. If the allocation of each member fails, the array itself is freed and returned with an error code...

6.5AI score0.00278EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.34 views

CVE-2022-49500 wl1251: dynamically allocate memory used for DMA

In the Linux kernel, the following vulnerability has been resolved: wl1251: dynamically allocate memory used for DMA With introduction of vmap'ed stacks, stack parameters can no longer be used for DMA and now leads to kernel panic. It happens at several places for the wl1251 e.g. when accessed...

8.8CVSS0.00266EPSS
SaveExploits0References2
CVE
CVE
added 2025/02/26 2:13 a.m.69 views

CVE-2022-49500

CVE-2022-49500 concerns the wl1251 DMA memory handling in the Linux kernel. With the switch to vmap’ed stacks, stack parameters can no longer be used for DMA, which could trigger a kernel panic at multiple wl1251 locations (e.g., via SDIO), rendering devices like OpenPandora unusable. The fixed a...

8.8CVSS5.3AI score0.00266EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/02/26 2:13 a.m.15 views

CVE-2022-49500 wl1251: dynamically allocate memory used for DMA

In the Linux kernel, the following vulnerability has been resolved: wl1251: dynamically allocate memory used for DMA With introduction of vmap'ed stacks, stack parameters can no longer be used for DMA and now leads to kernel panic. It happens at several places for the wl1251 e.g. when accessed...

8.8CVSS5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.66 views

CVE-2022-49500

In the Linux kernel, the following vulnerability has been resolved: wl1251: dynamically allocate memory used for DMA With introduction of vmap'ed stacks, stack parameters can no longer be used for DMA and now leads to kernel panic. It happens at several places for the wl1251 e.g. when accessed...

8.8CVSS5.4AI score0.00266EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.20 views

CVE-2022-49465 blk-throttle: Set BIO_THROTTLED when bio has been throttled

In the Linux kernel, the following vulnerability has been resolved: blk-throttle: Set BIOTHROTTLED when bio has been throttled 1.In current process, all bio will set the BIOTHROTTLED flag after blkthrotlbio. 2.If bio needs to be throttled, it will start the timer and stop submit bio directly. Bio...

7.8CVSS0.0027EPSS
SaveExploits0References5
CVE
CVE
added 2025/02/26 2:13 a.m.114 views

CVE-2022-49453

Summary (CVE-2022-49453) : In the Linux kernel, the TI SoC power-domain driver (soc: ti: ti_sci_pm_domains) might dereference a NULL pointer if devm_kcalloc returns NULL. The recommended fix is to check the allocation result and return -ENOMEM, mirroring the handling in earlier code paths. The is...

5.5CVSS5.4AI score0.00256EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder