Lucene search
+L

13940 matches found

Cvelist
Cvelist
added 2024/09/18 7:12 a.m.42 views

CVE-2024-46796 smb: client: fix double put of @cfile in smb2_set_path_size()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2setpathsize If smb2compoundop is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath before retrying it as the reference of @cfile was already dropped ...

9.8CVSS0.00443EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.24 views

CVE-2024-46784 net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix error handling in manacreatetxq/rxq's NAPI cleanup Currently napidisable gets called during rxq and txq cleanup, even before napi is enabled and hrtimer is initialized. It causes kernel panic. ?...

0.00218EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.17 views

CVE-2024-46776 drm/amd/display: Run DC_LOG_DC after checking link->link_enc

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Run DCLOGDC after checking link-linkenc WHAT The DCLOGDC should be run after link-linkenc is checked, not before. This fixes 1 REVERSEINULL issue reported by Coverity...

6.8AI score0.00235EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/18 7:12 a.m.158 views

CVE-2024-46762

CVE-2024-46762 describes a Linux kernel issue in the Xen driver support (privcmd) where simultaneous calls to privcmd_irqfd_assign() and privcmd_irqfd_deassign() could lead to use-after-free of a kirqfd instance, potentially causing a kernel oops. The root cause is a lack of proper synchronizatio...

7.8CVSS5.1AI score0.00245EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/09/18 7:12 a.m.19 views

CVE-2024-46762 xen: privcmd: Fix possible access to a freed kirqfd instance

In the Linux kernel, the following vulnerability has been resolved: xen: privcmd: Fix possible access to a freed kirqfd instance Nothing prevents simultaneous ioctl calls to privcmdirqfdassign and privcmdirqfddeassign. If that happens, it is possible that a kirqfd created and added to the...

7.8CVSS6AI score
SaveExploits0References6
OSV
OSV
added 2024/09/18 7:12 a.m.31 views

CVE-2024-46761 pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv

In the Linux kernel, the following vulnerability has been resolved: pci/hotplug/pnvphp: Fix hotplug driver crash on Powernv The hotplug driver for powerpc pci/hotplug/pnvphp.c causes a kernel crash when we try to hot-unplug/disable the PCIe switch/bridge from the PHB. The crash occurs because...

6.2AI score
SaveExploits0References12
CVE
CVE
added 2024/09/18 7:12 a.m.185 views

CVE-2024-46754

CVE-2024-46754 pertains to the Linux kernel BPF subsystem. The issue arises in the lwt_seg6local_prog_ops related to BPF_PROG_TYPE_LWT_SEG6LOCAL, where BPF test execution via bpf_test_run could occur without entering input_action_end_bpf() first. The root cause is tied to the seg6 local test path...

7.8CVSS6.6AI score0.00247EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2024/09/18 7:12 a.m.153 views

CVE-2024-46751

CVE-2024-46751 affects the Linux kernel btrfs path where a 0 reference count could trigger a BUG_ON() in btrfs_lookup_extent_info(). The vulnerability arises from the incorrect BUG_ON() and is fixed by changing the code to return -EUCLEAN, abort the transaction, and log an error instead. This red...

7.8CVSS6.1AI score0.00245EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.23 views

CVE-2024-46752 btrfs: replace BUG_ON() with error handling at update_ref_for_cow()

In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUGON with error handling at updaterefforcow Instead of a BUGON just return an error, log an error message and abort the transaction in case we find an extent buffer belonging to the relocation tree that doesn't ha...

0.00246EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.36 views

CVE-2024-46749 Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuartflush This adds a check before freeing the rx-skb in flush and close functions to handle the kernel crash seen while removing driver after FW download fails or before...

0.00232EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.20 views

CVE-2024-46746 HID: amd_sfh: free driver_data after destroying hid device

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: free driverdata after destroying hid device HID driver callbacks aren't called anymore once hiddestroydevice has been called. Hence, hid driverdata should be freed only after the hiddestroydevice function returned as...

6.7AI score0.00248EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.12 views

CVE-2024-46741 misc: fastrpc: Fix double free of 'buf' in error path

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpcreqmmap error: double free of 'buf' In fastrpcreqmmap error path, the fastrpc buffer is freed in fastrpcreqmunmapimpl if unm...

7.8CVSS7AI score0.00244EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/09/18 7:11 a.m.37 views

CVE-2024-46736 smb: client: fix double put of @cfile in smb2_rename_path()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2renamepath If smb2setpathattr is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath again as the reference of @cfile was already dropped by previous...

9.8CVSS0.00606EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/18 6:32 a.m.150 views

CVE-2024-46733

The CVE-2024-46733 issue is in the Linux kernel, specifically the btrfs qgroup reserve leaks in cow_file_range during buffered writes. The root cause is that in the dirty page path the qgroup reserve remains owned until an ordered_extent is created; if an error occurs before allocation of the ord...

5.5CVSS6.3AI score0.00171EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/09/18 6:32 a.m.44 views

CVE-2024-46730

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tginst won't be -1 WHY & HOW tginst will be a negative if timinggeneratorcount equals 0, which should be checked before used. This fixes 2 OVERRUN issues reported by Coverity...

7.8CVSS5.5AI score0.00202EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.34 views

CVE-2024-46718 drm/xe: Don't overmap identity VRAM mapping

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't overmap identity VRAM mapping Overmapping the identity VRAM mapping is triggering hardware bugs on certain platforms. Use 2M pages for the last unaligned to 1G VRAM chunk. v2: - Always use 2M pages for last chunk Fe...

0.00177EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.17 views

CVE-2024-46716 dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor

In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdmafreedescriptor Remove listdel call in msgdmachandesccleanup, this should be the role of msgdmafreedescriptor. In consequence replace listaddtail with listmovetail in...

7.8CVSS6.9AI score0.00227EPSS
SaveExploits0References4
OPENSUSE Linux
OPENSUSE Linux
added 2024/09/18 12:00 a.m.8 views

assimp-devel-5.4.3-2.1 on GA media (moderate)

assimp-devel-5.4.3-2.1 on GA media Announcement ID: openSUSE-SU-2024:14342-1 Rating: moderate Cross-References: CVE-2024-45679 CVSS scores: CVE-2024-45679 SUSE : 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVE-2024-45679 SUSE : 8.8...

8.8CVSS6.9AI score0.00273EPSS
SaveExploits0
OSV
OSV
added 2024/09/17 9:31 p.m.72 views

GHSA-5J94-F3MF-8685 @backstage/plugin-techdocs-backend vulnerable to circumvention of cross site scripting protection

Impact An attacker with control of the contents of the TechDocs storage buckets is able to inject executable scripts in the TechDocs content that will be executed in the victim's browser when browsing documentation or navigating to an attacker provided link. Patches This has been fixed in the...

6.5CVSS5.9AI score0.00287EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/16 11:22 p.m.89 views

CVE-2024-44167

The CVE-2024-44167 issue involves a vulnerability in macOS/iOS variants where an app may overwrite arbitrary files. The root cause is described as being mitigated by removing the vulnerable code. Affected platforms include macOS Ventura 13.7, macOS Sonoma 14.7, macOS Sequoia 15, visionOS 2, iOS 1...

8.1CVSS5.9AI score0.00626EPSS
SaveExploits0References10Affected Software4
Rows per page
Query Builder