Lucene search
+L

6334 matches found

Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.19 views

CVE-2024-50002 static_call: Handle module init failure correctly in static_call_del_module()

In the Linux kernel, the following vulnerability has been resolved: staticcall: Handle module init failure correctly in staticcalldelmodule Module insertion invokes staticcalladdmodule to initialize the static calls in a module. staticcalladdmodule invokes staticcallinit, which allocates a struct...

6.9AI score0.00236EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.11 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.5CVSS5.7AI score0.00236EPSS
SaveExploits0
CVE
CVE
added 2024/10/21 6:2 p.m.126 views

CVE-2024-50000

CVE-2024-50000 affects the Linux kernel mlx5e driver: in mlx5e_tir_builder_alloc(), kvzalloc() may return NULL and the code dereferences it, causing a NULL pointer dereference. The vulnerability is fixed by the upstream patch in the Linux kernel; remediation is to upgrade to a version containing ...

5.5CVSS5.2AI score0.00236EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.28 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...

0.00236EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.18 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.9AI score0.00236EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.21 views

CVE-2024-49999

In the Linux kernel, the following vulnerability has been resolved: afs: Fix the setting of the server responding flag In afswaitforoperation, we set transcribe the call responded flag to the server record that we used after doing the fileserver iteration loop - but it's possible to exit the loop...

5.5CVSS5.7AI score0.00232EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.15 views

CVE-2024-49998

In the Linux kernel, the following vulnerability has been resolved: net: dsa: improve shutdown sequence Alexander Sverdlin presents 2 problems during shutdown with the lan9303 driver. One is specific to lan9303 and the other just happens to reproduce there. The first problem is that lan9303 is...

4.7CVSS5.6AI score0.00174EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 6:2 p.m.10 views

CVE-2024-49999 afs: Fix the setting of the server responding flag

In the Linux kernel, the following vulnerability has been resolved: afs: Fix the setting of the server responding flag In afswaitforoperation, we set transcribe the call responded flag to the server record that we used after doing the fileserver iteration loop - but it's possible to exit the loop...

5.5CVSS6.1AI score0.00232EPSS
SaveExploits0References6
CVE
CVE
added 2024/10/21 6:2 p.m.140 views

CVE-2024-49998

CVE-2024-49998 affects the Linux kernel net: dsa shutdown sequence, specifically lan9303. Two shutdown-time races are described: (1) a driver data pointer (dev_get_drvdata) may be accessed after shutdown, risking an NPD if the remove path runs; (2) concurrent zeroization of conduit->dsa_ptr ca...

4.7CVSS4.6AI score0.00174EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.10 views

CVE-2024-49996

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix buffer overflow when parsing NFS reparse points ReparseDataLength is sum of the InodeType size and DataBuffer size. So to get DataBuffer size it is needed to subtract InodeType's size from ReparseDataLength. Function...

7.8CVSS6AI score0.00336EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.8 views

CVE-2024-49997

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiqetop: fix memory disclosure When applying padding, the buffer is not zeroed, which results in memory disclosure. The mentioned data is observed on the wire. This patch uses skbputpadto to pad Ethernet frames...

7.5CVSS6.4AI score0.01064EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.20 views

CVE-2024-49995

...

SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.18 views

CVE-2024-49995

...

8.4AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.11 views

CVE-2024-49995

Removed by vendor...

7.5AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.12 views

CVE-2024-49994

In the Linux kernel, the following vulnerability has been resolved: block: fix integer overflow in BLKSECDISCARD I independently rediscovered commit 22d24a544b0d49bbcbd61c8c0eaf77d3c9297155 block: fix overflow in blkioctldiscard but for secure erase. Same problem: uint64t r2 = 512,...

5.5CVSS5.6AI score0.00239EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.17 views

CVE-2024-49993

Removed by vendor...

7.4AI score
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.28 views

CVE-2024-49994 block: fix integer overflow in BLKSECDISCARD

In the Linux kernel, the following vulnerability has been resolved: block: fix integer overflow in BLKSECDISCARD I independently rediscovered commit 22d24a544b0d49bbcbd61c8c0eaf77d3c9297155 block: fix overflow in blkioctldiscard but for secure erase. Same problem: uint64t r2 = 512,...

0.00239EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.10 views

CVE-2024-49992

In the Linux kernel, the following vulnerability has been resolved: drm/stm: Avoid use-after-free issues with crtc and plane ltdcload calls functions drmcrtcinitwithplanes, drmuniversalplaneinit and drmencoderinit. These functions should not be called with parameters allocated with devmkzalloc to...

7.8CVSS6.2AI score0.00238EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.37 views

CVE-2024-49990 drm/xe/hdcp: Check GSC structure validity

In the Linux kernel, the following vulnerability has been resolved: drm/xe/hdcp: Check GSC structure validity Sometimes xegsc is not initialized when checked at HDCP capability check. Add gsc structure check to avoid null pointer error...

0.00231EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.14 views

CVE-2024-49991

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfdfreegttmem clear the correct pointer Pass pointer reference to amdgpubounref to clear the correct pointer, otherwise amdgpubounref clear the local variable, the original pointer not set to NULL, this could cause...

7.8CVSS5.9AI score0.00275EPSS
SaveExploits0
Rows per page
Query Builder