Lucene search
+L

5000 matches found

Cvelist
Cvelist
added 2024/10/21 8:6 p.m.25 views

CVE-2022-49019 net: ethernet: nixge: fix NULL dereference

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: nixge: fix NULL dereference In function nixgehwdmabdrelease dereference of NULL pointer priv-rxbdv is possible for the case of its allocation failure in nixgehwdmabdinit. Move for loop with priv-rxbdv dereference...

0.00235EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.16 views

CVE-2022-49019 net: ethernet: nixge: fix NULL dereference

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: nixge: fix NULL dereference In function nixgehwdmabdrelease dereference of NULL pointer priv-rxbdv is possible for the case of its allocation failure in nixgehwdmabdinit. Move for loop with priv-rxbdv dereference...

7.3AI score0.00235EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/21 8:5 p.m.18 views

CVE-2022-48970 af_unix: Get user_ns from in_skb in unix_diag_get_exact().

In the Linux kernel, the following vulnerability has been resolved: afunix: Get userns from inskb in unixdiaggetexact. Wei Chen reported a NULL deref in skuserns 01, and Paolo diagnosed the root cause: in unixdiaggetexact, the newly allocated skb does not have sk. 2 We must get the userns from th...

5.6AI score
SaveExploits0References8
OSV
OSV
added 2024/10/21 7:15 p.m.13 views

AZL-52092 CVE-2024-50009 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return in case of error. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6.8AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 7:15 p.m.17 views

AZL-52111 CVE-2024-50009 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return in case of error. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6.8AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 7:15 p.m.3 views

UBUNTU-CVE-2024-50009

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return in case of error. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6.2AI score0.00231EPSS
SaveExploits0References19
Vulnrichment
Vulnrichment
added 2024/10/21 6:54 p.m.13 views

CVE-2024-50009 cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return in case of error. Found by Linux Verification Center linuxtesting.org with SVACE...

7AI score0.00231EPSS
SaveExploits0References3
NVD
NVD
added 2024/10/21 6:15 p.m.18 views

CVE-2024-50000

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix NULL deref in mlx5etirbuilderalloc In mlx5etirbuilderalloc kvzalloc may return NULL which is dereferenced on the next line in a reference to the modify field. Found by Linux Verification Center linuxtesting.org wit...

5.5CVSS0.00236EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 6:15 p.m.1 views

DEBIAN-CVE-2024-50000

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix NULL deref in mlx5etirbuilderalloc In mlx5etirbuilderalloc kvzalloc may return NULL which is dereferenced on the next line in a reference to the modify field. Found by Linux Verification Center linuxtesting.org wit...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.11 views

AZL-51460 CVE-2024-50000 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix NULL deref in mlx5etirbuilderalloc In mlx5etirbuilderalloc kvzalloc may return NULL which is dereferenced on the next line in a reference to the modify field. Found by Linux Verification Center linuxtesting.org wit...

5.5CVSS6.7AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.10 views

AZL-51117 CVE-2024-49923 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Pass non-null to dcn20validateapplypipesplitflags WHAT & HOW "dcn20validateapplypipesplitflags" dereferences merge, and thus it cannot be a null pointer. Let's pass a valid pointer to avoid null dereference. This...

5.5CVSS6.3AI score0.00237EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.22 views

AZL-51303 CVE-2024-49913 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for toppipetoprogram in commitplanesforstream This commit addresses a null pointer dereference issue in the commitplanesforstream function at line 4140. The issue could occur when toppipetoprogram ...

5.5CVSS6.3AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.18 views

AZL-51059 CVE-2024-49911 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn20setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn20setoutputtransferfunc function. Previously, setoutputgamma was...

5.5CVSS6.7AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.4 views

DEBIAN-CVE-2024-49896

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

5.5CVSS5.7AI score0.00264EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.3 views

DEBIAN-CVE-2024-49901

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Assign msmgpu-pdev earlier to avoid nullptrs There are some cases, such as the one uncovered by Commit 46d4efcccc68 "drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails" where msmgpucleanup :...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.6 views

UBUNTU-CVE-2024-49896

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

5.5CVSS6.2AI score0.00264EPSS
SaveExploits0References43
OSV
OSV
added 2024/10/21 6:15 p.m.19 views

UBUNTU-CVE-2024-49909

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn32setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn32setoutputtransferfunc function. Previously, setoutputgamma was...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References21
OSV
OSV
added 2024/10/21 6:15 p.m.13 views

UBUNTU-CVE-2024-49923

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Pass non-null to dcn20validateapplypipesplitflags WHAT & HOW "dcn20validateapplypipesplitflags" dereferences merge, and thus it cannot be a null pointer. Let's pass a valid pointer to avoid null dereference. This...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References21
OSV
OSV
added 2024/10/21 6:15 p.m.7 views

UBUNTU-CVE-2024-49893

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check streamstatus before it is used WHAT & HOW dcstategetstreamstatus can return null, and therefore null must be checked before streamstatus is used. This fixes 1 NULLRETURNS issue reported by Coverity...

5.5CVSS6.2AI score0.00205EPSS
SaveExploits0References19
OSV
OSV
added 2024/10/21 6:2 p.m.17 views

CVE-2024-50000 net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix NULL deref in mlx5etirbuilderalloc In mlx5etirbuilderalloc kvzalloc may return NULL which is dereferenced on the next line in a reference to the modify field. Found by Linux Verification Center linuxtesting.org wit...

6.1AI score
SaveExploits0References10
Rows per page
Query Builder