Lucene search
+L

246 matches found

RedhatCVE
RedhatCVE
added 2025/01/09 5:59 p.m.23 views

CVE-2024-56787

In the Linux kernel, the following vulnerability has been resolved: soc: imx8m: Probe the SoC driver as platform driver With driverasyncprobe= on kernel command line, the following trace is produced because on i.MX8M Plus hardware because the soc-imx8m.c driver calls ofclkgetbyname which returns...

5.5CVSS7.2AI score0.00207EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/01/08 5:49 p.m.6 views

CVE-2024-56777

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers in stigdpatomiccheck The return value of drmatomicgetcrtcstate needs to be checked. To avoid use of error pointer 'crtcstate' in case of the failure...

5.5CVSS5.6AI score0.00207EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/06 4:20 p.m.11 views

CVE-2024-56757

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: add intf release flow when usb disconnect MediaTek claim an special usb intr interface for ISO data transmission. The interface need to be released before unregistering hci device when usb disconnect...

7.8CVSS5.5AI score0.00229EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/12/30 4:53 a.m.12 views

CVE-2024-56746

In the Linux kernel, the following vulnerability has been resolved: fbdev: sh7760fb: Fix a possible memory leak in sh7760fballocmem When information such as info-screenbase is not ready, calling sh7760fbfreemem does not release memory correctly. Call dmafreecoherent instead...

5.5CVSS6.8AI score0.00218EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:57 p.m.15 views

CVE-2024-56710

In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in cephdirectreadwrite The bvecs array which is allocated in itergetbvecsalloc is leaked and pages remain pinned if cephallocsparseextmap fails. There is no need to delay the allocation of sparseext map unti...

5.5CVSS6.7AI score0.00249EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:37 p.m.13 views

CVE-2024-56535

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: coex: check NULL return of kmalloc in btcfwsetmonreg kmalloc may fail, return value might be NULL and will cause NULL pointer dereference. Add check NULL return of kmalloc in btcfwsetmonreg...

5.5CVSS6.9AI score0.00251EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:25 p.m.20 views

CVE-2024-53177

In the Linux kernel, the following vulnerability has been resolved: smb: prevent use-after-free due to opencacheddir error paths If opencacheddir encounters an error parsing the lease from the server, the error handling may race with receiving a lease break, resulting in opencacheddir freeing the...

5.5CVSS6.9AI score0.00553EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/29 12:15 p.m.19 views

CVE-2024-56744

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock in f2fsrecordstopreason syzbot reports deadlock issue of f2fs as below: ====================================================== WARNING: possible circular locking dependency detected...

5.5CVSS0.00161EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/29 11:30 a.m.10 views

CVE-2024-56744 f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock in f2fsrecordstopreason syzbot reports deadlock issue of f2fs as below: ====================================================== WARNING: possible circular locking dependency detected...

6.1AI score
SaveExploits0References7
OSV
OSV
added 2024/12/27 3:2 p.m.14 views

CVE-2024-56650 netfilter: x_tables: fix LED ID check in led_tg_check()

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: fix LED ID check in ledtgcheck Syzbot has reported the following BUG detected by KASAN: BUG: KASAN: slab-out-of-bounds in strlen+0x58/0x70 Read of size 1 at addr ffff8881022da0c8 by task repro/5879 ... Call...

7.1CVSS6AI score
SaveExploits0References12
OSV
OSV
added 2024/12/27 2:51 p.m.10 views

CVE-2024-56624 iommufd: Fix out_fput in iommufd_fault_alloc()

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix outfput in iommufdfaultalloc As fput calls the file-fop-release op, where fault obj and ictx are getting released, there is no need to release these two after fput one more time, which would result in imbalanced...

7.8CVSS6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/12/24 11:28 a.m.15 views

CVE-2024-53154

In the Linux kernel, the following vulnerability has been resolved: clk: clk-apple-nco: Add NULL check in applncoprobe Add NULL check in applncoprobe, to handle kernel NULL pointer dereference error...

5.5CVSS5.6AI score0.00207EPSS
SaveExploits0
OSV
OSV
added 2024/12/24 11:28 a.m.7 views

CVE-2024-53154 clk: clk-apple-nco: Add NULL check in applnco_probe

In the Linux kernel, the following vulnerability has been resolved: clk: clk-apple-nco: Add NULL check in applncoprobe Add NULL check in applncoprobe, to handle kernel NULL pointer dereference error...

5.5CVSS6AI score
SaveExploits0References9
OSV
OSV
added 2024/12/02 1:44 p.m.14 views

CVE-2024-53121 net/mlx5: fs, lock FTE when checking if active

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fs, lock FTE when checking if active The referenced commits introduced a two-step process for deleting FTEs: - Lock the FTE, delete it from hardware, set the hardware deletion function to NULL and unlock the FTE. - Lock...

7.8CVSS5.8AI score
SaveExploits0References12
OSV
OSV
added 2024/11/25 9:21 p.m.20 views

CVE-2024-53101 fs: Fix uninitialized value issue in from_kuid and from_kgid

In the Linux kernel, the following vulnerability has been resolved: fs: Fix uninitialized value issue in fromkuid and fromkgid ocfs2setattr uses attr-iamode, attr-iauid and attr-iagid in a trace point even though ATTRMODE, ATTRUID and ATTRGID aren't set. Initialize all fields of newattrs to avoid...

5.5CVSS6.2AI score
SaveExploits0References15
CVE
CVE
added 2024/10/21 12:14 p.m.146 views

CVE-2024-47756

CVE-2024-47756 (Linux kernel) resolves a NULL-dereference vulnerability in PCI Keystone quirk handling. The code used a logical AND (&&) where a logical OR (||) was intended in ks_pcie_quirk(), potentially triggering NULL dereferences during PCI Keystone quirk evaluation. The fix corrects the if-...

5.5CVSS6.9AI score0.00219EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/11 3:13 p.m.19 views

CVE-2024-45012 nouveau/firmware: use dma non-coherent allocator

In the Linux kernel, the following vulnerability has been resolved: nouveau/firmware: use dma non-coherent allocator Currently, enabling SGDEBUG in the kernel will cause nouveau to hit a BUG on startup, when the iommu is enabled: kernel BUG at include/linux/scatterlist.h:187! invalid opcode: 0000...

6.6AI score0.00208EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/08/17 9:9 a.m.34 views

CVE-2024-42311 hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()

In the Linux kernel, the following vulnerability has been resolved: hfs: fix to initialize fields of hfsinodeinfo after hfsallocinode Syzbot reports uninitialized value access issue as below: loop0: detected capacity change from 0 to 64 ===================================================== BUG:...

7.8CVSS0.00284EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/08/07 3:14 p.m.23 views

CVE-2024-42245

In the Linux kernel, the following vulnerability has been resolved: Revert "sched/fair: Make sure to try to detach at least one movable task" This reverts commit b0defa7ae03ecf91b8bfd10ede430cff12fcbd06. b0defa7ae03ec changed the load balancing logic to ignore env.maxloop if all tasks examined to...

5.5CVSS5.8AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/19 1:56 p.m.36 views

CVE-2024-38617 kunit/fortify: Fix mismatched kvalloc()/vfree() usage

In the Linux kernel, the following vulnerability has been resolved: kunit/fortify: Fix mismatched kvalloc/vfree usage The kv family of tests were accidentally freeing with vfree instead of kvfree. Use kvfree instead...

0.00209EPSS
SaveExploits0References4
Rows per page
Query Builder