Lucene search
+L

238 matches found

NVD
NVD
added 2025/02/26 7:1 a.m.12 views

CVE-2022-49319

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS0.00259EPSS
SaveExploits0References5
NVD
NVD
added 2025/02/26 7:0 a.m.12 views

CVE-2022-49055

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmallocarray As the kmallocarray may return null, the 'eventwaitersi.wait' would lead to null-pointer dereference. Therefore, it is better to check the return value of kmallocarray t...

5.5CVSS0.00264EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 2:23 a.m.10 views

CVE-2022-49590 igmp: Fix data-races around sysctl_igmp_llm_reports.

In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctligmpllmreports. While reading sysctligmpllmreports, it can be changed concurrently. Thus, we need to add READONCE to its readers. This test can be packed into a helper, so such changes will be in...

4.7CVSS5.8AI score
SaveExploits0References11
OSV
OSV
added 2025/02/26 2:13 a.m.14 views

CVE-2022-49453 soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: soc: ti: tiscipmdomains: Check for null return of devmkcalloc The allocation funciton devmkcalloc may fail and return a null pointer, which would cause a null-pointer dereference later. It might be better to check it and directly...

5.5CVSS5.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:10 a.m.41 views

CVE-2022-49303

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192eu: Fix deadlock in rtwjoinbsseventprehandle There is a deadlock in rtwjoinbsseventprehandle, which is shown below: Thread 1 | Thread 2 | settimer rtwjoinbsseventprehandle| modtimer spinlockbh //1 | wait ...

5.5CVSS5.4AI score0.00167EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.14 views

CVE-2022-49166 ntfs: add sanity check on allocation size

In the Linux kernel, the following vulnerability has been resolved: ntfs: add sanity check on allocation size ntfsreadinodemount invokes ntfsmallocnofs with zero allocation size. It triggers one BUG in the ntfsmalloc function. Fix this by adding sanity check on ni-attrlistsize...

6.2AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/02/13 3:5 p.m.13 views

CVE-2025-21701

In the Linux kernel, the following vulnerability has been resolved: net: avoid race between device unregistration and ethnl ops The following trace can be seen if a device is being unregistered while its number of channels are being modified. DEBUGLOCKSWARNONlock-magic != lock WARNING: CPU: 3 PID...

7.8CVSS5.6AI score0.00167EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/01/21 2:21 p.m.10 views

CVE-2024-57937

In the Linux kernel, the following vulnerability has been resolved: mm: reinstate ability to map write-sealed memfd mappings read-only Patch series "mm: reinstate ability to map write-sealed memfd mappings read-only". In commit 158978945f31 "mm: perform the mappingmapwritable check after callmmap...

5.5CVSS6.5AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/01/15 1:10 p.m.10 views

CVE-2024-57795

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Remove the direct link to netdevice The similar patch in siw is in the link: https://git.kernel.org/rdma/rdma/c/16b87037b48889 This problem also occurred in RXE. The following analyze this problem. In the following Call...

7.8CVSS5.7AI score0.00222EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.9 views

CVE-2024-57898

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: clear link ID from bitmap during link delete after clean up Currently, during link deletion, the link ID is first removed from the validlinks bitmap before performing any clean-up operations. However, some functio...

3.3CVSS5.4AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.12 views

CVE-2024-57891

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix invalid irq restore in scxopsbypass While adding outer irqsave/restore locking, 0e7ffff1b811 "scx: Fix raciness in scxopsbypass" forgot to convert an inner rqunlockirqrestore to rqunlock which could re-enable IRQ...

5.5CVSS5.6AI score0.00179EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.10 views

CVE-2024-57884

In the Linux kernel, the following vulnerability has been resolved: mm: vmscan: account for free pages to prevent infinite Loop in throttledirectreclaim The task sometimes continues looping in throttledirectreclaim because allowdirectreclaimpgdat keeps returning false. 0 ffff80002cb6f8d0 switchto...

5.5CVSS5.7AI score0.00213EPSS
SaveExploits0
OSV
OSV
added 2025/01/11 12:35 p.m.11 views

CVE-2024-46896 drm/amdgpu: don't access invalid sched

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: don't access invalid sched Since 2320c9e6a768 "drm/sched: memset 'job' in drmschedjobinit" accessing job-base.sched can produce unexpected results as the initialisation of job-base.sched done in amdgpujoballoc is...

6.1AI score
SaveExploits0References8
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.12 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
Rows per page
Query Builder