Lucene search
+L

340 matches found

OSV
OSV
added 2024/08/17 9:8 a.m.10 views

CVE-2024-42277 iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en

In the Linux kernel, the following vulnerability has been resolved: iommu: sprd: Avoid NULL deref in sprdiommuhwen In sprdiommucleanup before calling function sprdiommuhwen dom-sdev is equal to NULL, which leads to null dereference. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6AI score0.00226EPSS
SaveExploits0References9
NVD
NVD
added 2024/07/30 8:15 a.m.15 views

CVE-2024-42138

In the Linux kernel, the following vulnerability has been resolved: mlxsw: corelinecards: Fix double memory deallocation in case of invalid INI file In case of invalid INI file mlxswlinecardtypesinit deallocates memory but doesn't reset pointer to NULL and returns 0. In case of any error occurred...

7.8CVSS0.00234EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/07/29 6:15 p.m.20 views

CVE-2024-42092

In the Linux kernel, the following vulnerability has been resolved: gpio: davinci: Validate the obtained number of IRQs Value of pdata-gpiounbanked is taken from Device Tree. In case of broken DT due to any error this value can be any. Without this value validation there can be out of chips-irqs...

7.8CVSS6.3AI score0.00223EPSS
SaveExploits0References32
Vulnrichment
Vulnrichment
added 2024/07/29 5:35 p.m.13 views

CVE-2024-42092 gpio: davinci: Validate the obtained number of IRQs

In the Linux kernel, the following vulnerability has been resolved: gpio: davinci: Validate the obtained number of IRQs Value of pdata-gpiounbanked is taken from Device Tree. In case of broken DT due to any error this value can be any. Without this value validation there can be out of chips-irqs...

6.8AI score0.00223EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/29 5:35 p.m.128 views

CVE-2024-42092

CVE-2024-42092 — Linux kernel GPIO (DaVinci) vulnerability Affected: Linux kernel (gpio: davinci) where pdata->gpio_unbanked is read from the Device Tree. If DT is broken, this value may be invalid and could cause out-of-bounds access to chips->irqs in davinci_gpio_probe(). Root cause: lack...

7.8CVSS6.5AI score0.00223EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/07/29 5:35 p.m.17 views

CVE-2024-42092 gpio: davinci: Validate the obtained number of IRQs

In the Linux kernel, the following vulnerability has been resolved: gpio: davinci: Validate the obtained number of IRQs Value of pdata-gpiounbanked is taken from Device Tree. In case of broken DT due to any error this value can be any. Without this value validation there can be out of chips-irqs...

7.8CVSS5.9AI score0.00223EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/07/17 12:56 a.m.25 views

CVE-2022-48863

A vulnerability was found in the dsppipelinebuild function in the Linux kernel's mISDN driver, which can cause a memory leak when the function allocates memory with kstrdup and subsequently modifies the pointer with strsep, leading to a scenario where kfree is called on a NULL pointer. Mitigation...

5.5CVSS5.9AI score0.00247EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/07/16 4:26 p.m.24 views

CVE-2024-40939

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail In case of region creation fail in ipcdevlinkcreateregion, previously created regions delete process starts from tainted pointer which actually holds err...

4.4CVSS7.1AI score0.00261EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 3:55 p.m.16 views

CVE-2024-40919

In the Linux kernel, the following vulnerability has been resolved: bnxten: Adjust logging of firmware messages in case of released token in hwrmsend In case of token is released due to token-state == BNXTHWRMDEFERRED, released token set to NULL is used in log messages. This issue is expected to ...

4.4CVSS7AI score0.00291EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/16 1:15 p.m.24 views

CVE-2022-48863

In the Linux kernel, the following vulnerability has been resolved: mISDN: Fix memory leak in dsppipelinebuild dsppipelinebuild allocates dup pointer by kstrdupcfg, but then it updates dup variable by strsep&dup, "|". As a result when it calls kfreedup, the dup variable contains NULL. Found by...

5.5CVSS0.00247EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/16 12:25 p.m.105 views

CVE-2022-48863

The CVE-2022-48863 entry describes a Linux kernel vulnerability in mISDN: dsp_pipeline_build() leaks memory due to dup pointer handling. Specifically, dsp_pipeline_build() allocates dup with kstrdup(cfg) and then updates dup via strsep(&dup, "|"), leaving dup as NULL when kfree(dup) is called. Th...

5.5CVSS6.1AI score0.00247EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/07/16 12:25 p.m.22 views

CVE-2022-48863 mISDN: Fix memory leak in dsp_pipeline_build()

In the Linux kernel, the following vulnerability has been resolved: mISDN: Fix memory leak in dsppipelinebuild dsppipelinebuild allocates dup pointer by kstrdupcfg, but then it updates dup variable by strsep&dup, "|". As a result when it calls kfreedup, the dup variable contains NULL. Found by...

5.5CVSS5.9AI score0.00247EPSS
SaveExploits0References7
NVD
NVD
added 2024/07/12 1:15 p.m.26 views

CVE-2024-40939

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail In case of region creation fail in ipcdevlinkcreateregion, previously created regions delete process starts from tainted pointer which actually holds err...

7.8CVSS0.00261EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/12 1:15 p.m.23 views

CVE-2024-40940

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail In case of flow rule creation fail in mlx5lagcreateportseltable, instead of previously created rules, the tainted pointer is deleted deveral times. Fix this...

7.8CVSS0.00259EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/12 1:15 p.m.1 views

DEBIAN-CVE-2024-40940

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail In case of flow rule creation fail in mlx5lagcreateportseltable, instead of previously created rules, the tainted pointer is deleted deveral times. Fix this...

7.8CVSS5.6AI score0.00259EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.15 views

CVE-2024-40940

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail In case of flow rule creation fail in mlx5lagcreateportseltable, instead of previously created rules, the tainted pointer is deleted deveral times. Fix this...

7.8CVSS6.4AI score0.00259EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.19 views

CVE-2024-40982

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.7AI score
SaveExploits0References18
OSV
OSV
added 2024/07/12 1:15 p.m.8 views

UBUNTU-CVE-2024-40940

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail In case of flow rule creation fail in mlx5lagcreateportseltable, instead of previously created rules, the tainted pointer is deleted deveral times. Fix this...

7.8CVSS6.1AI score0.00259EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2024/07/12 12:32 p.m.43 views

CVE-2024-40982

...

SaveExploits0
Debian CVE
Debian CVE
added 2024/07/12 12:32 p.m.51 views

CVE-2024-40982

Removed by vendor...

7.2AI score
SaveExploits0
Rows per page
Query Builder