Lucene search
+L

10141 matches found

UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.10 views

CVE-2022-49204

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix more uncharged while msg has moredata In tcpbpfsendverdict, if msg has more data after tcpbpfsendmsgredir: tcpbpfsendverdict tosend = msg-sg.size //msg-sg.size = 22220 case SKREDIRECT: skmsgreturn //uncharged...

5.5CVSS6.3AI score0.00264EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.8 views

CVE-2022-49192

In the Linux kernel, the following vulnerability has been resolved: drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtool cpswethtoolbegin directly returns the result of pmruntimegetsync when successful. pmruntimegetsync returns -error code on failure and 0 on successful...

5.5CVSS6.3AI score0.00263EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.6 views

CVE-2022-49083

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix regression in probe for NULL pointer dereference Commit 3f6634d997db "iommu: Use right way to retrieve iommuops" started triggering a NULL pointer dereference for some omap variants: iommuprobedevice from...

5.5CVSS6.3AI score0.00241EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.8 views

CVE-2022-49053

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmutrygetdatapage looks up pages under cmdrlock, but it does not take refcount properly and just returns page pointer. When tcmutrygetdatapage returns, the returned page may have been...

7.8CVSS6.3AI score0.00277EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.10 views

CVE-2022-49104

In the Linux kernel, the following vulnerability has been resolved: staging: vchiqcore: handle NULL result of findservicebyhandle In case of an invalid handle the function findservivebyhandle returns NULL. So take care of this and avoid a NULL pointer dereference...

5.5CVSS6AI score0.00238EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 7:0 a.m.10 views

CVE-2022-49109

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode reference leakage in cephgetsnapdir The cephgetinode will search for or insert a new inode into the hash for the given vino, and return a reference to it. If new is non-NULL, its reference is consumed. We should...

5.5CVSS5.9AI score0.00248EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.8 views

CVE-2021-47653

In the Linux kernel, the following vulnerability has been resolved: media: davinci: vpif: fix use-after-free on driver unbind The driver allocates and registers two platform device structures during probe, but the devices were never deregistered on driver unbind. This results in a use-after-free ...

7.8CVSS6.1AI score0.00262EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.13 views

CVE-2021-47644

In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: move videodev alloc Move some code out of zr36057init and create new functions for handling zr-videodev. This permit to ease code reading and fix a zr-videodev memory leak...

5.5CVSS6AI score0.00248EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.7 views

CVE-2021-47646

In the Linux kernel, the following vulnerability has been resolved: Revert "Revert "block, bfq: honor already-setup queue merges"" A crash 1 happened to be triggered in conjunction with commit 2d52c58b9c9b "block, bfq: honor already-setup queue merges". The latter was then reverted by commit...

7.8CVSS6.2AI score0.00282EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.13 views

CVE-2021-47632

In the Linux kernel, the following vulnerability has been resolved: powerpc/setmemory: Avoid spinlock recursion in changepageattr Commit 1f9ad21c3b38 "powerpc/mm: Implement setmemory routines" included a spinlock to changepageattr in order to safely perform the three step operations. But then...

5.5CVSS6.1AI score0.00183EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.13 views

CVE-2021-47660

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix some memory leaks in an error handling path of 'logreplay' All error handling paths lead to 'out' where many resources are freed. Do it as well here instead of a direct return, otherwise 'log', 'ra' and...

5.5CVSS5.9AI score0.00241EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.5 views

CVE-2021-47641

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: cirrusfb: check pixclock to avoid divide by zero Do a sanity check on pixclock value to avoid divide by zero. If the pixclock value is zero, the cirrusfb driver will round up pixclock to get the derived frequency as...

5.5CVSS6.3AI score0.0025EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.9 views

CVE-2021-47648

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a memory leak in 'host1xremove' Add a missing 'host1xchannellistfree' call in the remove function, as already done in the error handling path of the probe function...

5.5CVSS6.1AI score0.00248EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.11 views

CVE-2021-47636

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix read out-of-bounds in ubifswbufwritenolock Function ubifswbufwritenolock may access buf out of bounds in following process: ubifswbufwritenolock: alignedlen = ALIGNlen, 8; // Assume len = 4089, alignedlen = 4096 if...

7.1CVSS6.3AI score0.00249EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.8 views

CVE-2021-47650

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-compress: prevent the potentially use of null pointer There is one call trace that sndsocregistercard -sndsocbindcard-socinitpcmruntime -sndsocdaicompressnew-sndsocnewcompress. In the trace the 'codecdai' transfers from...

5.5CVSS6.3AI score0.00249EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.5 views

CVE-2021-47652

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: smscufx: Fix null-ptr-deref in ufxusbprobe I got a null-ptr-deref report: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... RIP: 0010:fbdestroymodelist+0x38/0x100 ... Call Trace:...

5.5CVSS6.3AI score0.00255EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/02/26 6:37 a.m.8 views

CVE-2021-47645

In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: calculate the right buffer number for zoranreapstatcom On the case tmpdcim=1, the index of buffer is miscalculated. This generate a NULL pointer dereference later. So let's fix the calcul and add a...

5.5CVSS6.2AI score0.00248EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/02/25 10:15 p.m.4 views

CVE-2025-0514

Improper Input Validation vulnerability in The Document Foundation LibreOffice allows Windows Executable hyperlink targets to be executed unconditionally on activation.This issue affects LibreOffice: from 24.8 before 24.8.5...

7.8CVSS7AI score0.00319EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/02/25 9:15 p.m.4 views

CVE-2024-53877

NVIDIA CUDA toolkit for all platforms contains a vulnerability in the nvdisasm binary, where a user could cause a NULL pointer exception by passing a malformed ELF file to nvdisasm. A successful exploit of this vulnerability might lead to a partial denial of service...

3.3CVSS5.9AI score0.00252EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/02/25 9:15 p.m.5 views

CVE-2024-53871

NVIDIA CUDA toolkit for all platforms contains a vulnerability in the nvdisasm binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to nvdisasm. A successful exploit of this vulnerability might lead to a partial denial of service...

3.3CVSS5.9AI score0.00252EPSS
SaveExploits0References2
Rows per page
Query Builder