Lucene search
+L

6348 matches found

OSV
OSV
added 2024/07/12 12:32 p.m.19 views

CVE-2024-40964 ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41hdaunbind The cs35l41hdaunbind function clears the hdacomponent entry matching it's index and then dereferences the codec pointer held in the first element of the...

6AI score
SaveExploits0References6
CVE
CVE
added 2024/07/12 12:32 p.m.85 views

CVE-2024-40962

CVE-2024-40962 affects the Linux kernel btrfs zoning code. The issue is a NULL pointer dereference in btrfs_zone_finish_endio() when handling zoned NODATASUM writes under zoned emulation for conventional zones. The fix, as described in the disclosure, is to allocate dummy checksums for zoned NODA...

5.5CVSS6.5AI score0.00241EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/12 12:32 p.m.17 views

CVE-2024-40962 btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes Shin'ichiro reported that when he's running fstests' test-case btrfs/167 on emulated zoned devices, he's seeing the following NULL pointer dereference in...

6.8AI score0.00241EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/12 12:32 p.m.25 views

CVE-2024-40958 netns: Make get_net_ns() handle zero refcount net

In the Linux kernel, the following vulnerability has been resolved: netns: Make getnetns handle zero refcount net Syzkaller hit a warning: refcountt: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcountwarnsaturate+0xdf/0x1d0 Modules linked in: CPU: 3 PID: 7890...

7.8CVSS5.9AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/07/12 12:31 p.m.27 views

CVE-2024-40957 seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors

In the Linux kernel, the following vulnerability has been resolved: seg6: fix parameter passing when calling NFHOOK in End.DX4 and End.DX6 behaviors inputactionenddx4 and inputactionenddx6 are called NFHOOK for PREROUTING hook, in PREROUTING hook, we should passing a valid indev, and a NULL outde...

7.5CVSS0.00731EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/12 12:31 p.m.36 views

CVE-2024-40956 dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist Use listforeachentrysafe to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxddesccomplete and...

7.8CVSS0.00268EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/12 12:31 p.m.23 views

CVE-2024-40954 net: do not leave a dangling sk pointer, when socket creation fails

In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: attaching an fentry probe to sockrelease and the probe calling the bpfgetsocketcookie helper running traceroute -I...

7.8CVSS6.5AI score0.00258EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/12 12:31 p.m.47 views

CVE-2024-40954 net: do not leave a dangling sk pointer, when socket creation fails

In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: attaching an fentry probe to sockrelease and the probe calling the bpfgetsocketcookie helper running traceroute -I...

7.8CVSS6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2024/07/12 12:31 p.m.17 views

CVE-2024-40946

...

SaveExploits0
OSV
OSV
added 2024/07/12 12:25 p.m.22 views

CVE-2024-40944 x86/kexec: Fix bug with call depth tracking

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Fix bug with call depth tracking The call to ccplatformhas triggers a fault and system crash if call depth tracking is active because the GS segment has been reset by loadsegments and GSBASE is now 0 but call depth...

5.8AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.18 views

CVE-2024-40942 wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mesh: Fix leak of meshpreqqueue objects The hwmp code use objects of type meshpreqqueue, added to a list in ieee80211ifmesh, to keep track of mpath we need to resolve. If the mpath gets deleted, ex mesh interface ...

6.8AI score0.00259EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.43 views

CVE-2024-40938

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix dparent walk The WARNONONCE in collectdomainaccesses can be triggered when trying to link a root mount point. This cannot work in practice because this directory is mounted, but the VFS check is done after the call ...

5.5CVSS6.2AI score0.00251EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/12 12:25 p.m.38 views

CVE-2024-40937 gve: Clear napi->skb before dev_kfree_skb_any()

In the Linux kernel, the following vulnerability has been resolved: gve: Clear napi-skb before devkfreeskbany gverxfreeskb incorrectly leaves napi-skb referencing an skb after it is freed with devkfreeskbany. This can result in a subsequent call to napigetfrags returning a dangling pointer. Fix...

9.8CVSS0.00736EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/12 12:25 p.m.17 views

CVE-2024-40937 gve: Clear napi->skb before dev_kfree_skb_any()

In the Linux kernel, the following vulnerability has been resolved: gve: Clear napi-skb before devkfreeskbany gverxfreeskb incorrectly leaves napi-skb referencing an skb after it is freed with devkfreeskbany. This can result in a subsequent call to napigetfrags returning a dangling pointer. Fix...

9.8CVSS6AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.18 views

CVE-2024-40937 gve: Clear napi->skb before dev_kfree_skb_any()

In the Linux kernel, the following vulnerability has been resolved: gve: Clear napi-skb before devkfreeskbany gverxfreeskb incorrectly leaves napi-skb referencing an skb after it is freed with devkfreeskbany. This can result in a subsequent call to napigetfrags returning a dangling pointer. Fix...

6.7AI score0.00736EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/12 12:25 p.m.21 views

CVE-2024-40935 cachefiles: flush all requests after setting CACHEFILES_DEAD

In the Linux kernel, the following vulnerability has been resolved: cachefiles: flush all requests after setting CACHEFILESDEAD In ondemand mode, when the daemon is processing an open request, if the kernel flags the cache as CACHEFILESDEAD, the cachefilesdaemonwrite will always return -EIO, so t...

5.7AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.57 views

CVE-2024-40933

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERRPTR dereference in mlx90635probe When devmregmapiniti2c fails, regmapee could be error pointer, instead of checking for ISERRregmapee, regmap is checked which looks like a copy paste error...

5.5CVSS5.7AI score0.00208EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:25 p.m.161 views

CVE-2024-40930

Vulnerability CVE-2024-40930 in the Linux kernel’s wifi cfg80211 HE operation element parsing due to insufficient length validation. The issue arises during parsing of HE operation elements, potentially allowing malformed input to be processed because the length check was not performed prior to p...

7.1CVSS6.6AI score0.00243EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.31 views

CVE-2024-40930

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate HE operation element parsing Validate that the HE operation element has the correct length before parsing it...

7.1CVSS5.9AI score0.00243EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:25 p.m.181 views

CVE-2024-40929

CVE-2024-40929 : Linux kernel vulnerability in wifi/iwlwifi/mvm where the ssids pointer could be accessed when n_ssids is 0, causing an out-of-bounds read. The fix adds a check for n_ssids before dereferencing the ssids pointer. Documented impact per CVE: LOCAL access with LOW privileges required...

7.1CVSS6.5AI score0.00364EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder