Lucene search
+L

12830 matches found

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
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
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.16 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.68 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
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.29 views

CVE-2022-49453 soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: soc: ti: tiscipmdomains: Check for null return of devmkcalloc The allocation funciton devmkcalloc may fail and return a null pointer, which would cause a null-pointer dereference later. It might be better to check it and directly...

0.00256EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.1 views

CVE-2022-49453 soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: soc: ti: tiscipmdomains: Check for null return of devmkcalloc The allocation funciton devmkcalloc may fail and return a null pointer, which would cause a null-pointer dereference later. It might be better to check it and directly...

6.4AI score0.00256EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.16 views

CVE-2022-49453

In the Linux kernel, the following vulnerability has been resolved: soc: ti: tiscipmdomains: Check for null return of devmkcalloc The allocation funciton devmkcalloc may fail and return a null pointer, which would cause a null-pointer dereference later. It might be better to check it and directly...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.27 views

CVE-2022-49448 soc: bcm: Check for NULL return of devm_kzalloc()

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devmkzalloc As the potential failure of allocation, devmkzalloc may return NULL. Then the 'pd-pmb' and the follow lines of code may bring null pointer dereference. Therefore, it is better to che...

0.00256EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/02/26 2:12 a.m.2 views

CVE-2022-49448 soc: bcm: Check for NULL return of devm_kzalloc()

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devmkzalloc As the potential failure of allocation, devmkzalloc may return NULL. Then the 'pd-pmb' and the follow lines of code may bring null pointer dereference. Therefore, it is better to che...

6.5AI score0.00256EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 2:12 a.m.118 views

CVE-2022-49448

CVE-2022-49448 affects the Linux kernel, specifically the bcm soc path, where code that uses devm_kzalloc() may receive a NULL return. If allocation fails and the NULL is not checked, subsequent use of pd->pmb and related code can trigger a null pointer dereference. The description in the Init...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.24 views

CVE-2022-49448

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devmkzalloc As the potential failure of allocation, devmkzalloc may return NULL. Then the 'pd-pmb' and the follow lines of code may bring null pointer dereference. Therefore, it is better to che...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0
Rows per page
Query Builder