Lucene search
+L

10127 matches found

UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.4 views

CVE-2024-57793

In the Linux kernel, the following vulnerability has been resolved: virt: tdx-guest: Just leak decrypted memory on unrecoverable errors In CoCo VMs it is possible for the untrusted host to cause setmemorydecrypted to fail such that an error is returned and the resulting memory is shared. Callers...

9.3CVSS6.4AI score0.00202EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.9 views

CVE-2024-55642

In the Linux kernel, the following vulnerability has been resolved: block: Prevent potential deadlocks in zone write plug error recovery Zone write plugging for handling writes to zones of a zoned block device always execute a zone report whenever a write BIO to a zone fails. The intent of this i...

5.5CVSS6.6AI score0.00182EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.10 views

CVE-2024-51729

In the Linux kernel, the following vulnerability has been resolved: mm: use aligned address in copyusergiganticpage In current kernel, hugetlbwp calls copyuserlargefolio with the fault address. Where the fault address may be not aligned with the huge page size. Then, copyuserlargefolio may call...

7.8CVSS6.3AI score0.00214EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.6 views

CVE-2024-49573

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix NEXTBUDDY Adam reports that enabling NEXTBUDDY insta triggers a WARN in picknextentity. Moving clearbuddies up before the delayed dequeue bits ensures no -next buddy becomes delayed. Further ensure no new -next...

7CVSS6.3AI score0.00189EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.15 views

CVE-2024-47143

In the Linux kernel, the following vulnerability has been resolved: dma-debug: fix a possible deadlock on radixlock radixlock shouldn't be held while holding dmahashentryidx.lock otherwise, there's a possible deadlock scenario when dma debug API is called holding rqlock: CPU0 CPU1 CPU2 dmafreeatt...

5.5CVSS6.2AI score0.00173EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.11 views

CVE-2024-53685

In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATHMAX If the full path to be built by cephmdscbuildpath happens to be longer than PATHMAX, then this function will enter an endless retry loop, effectively blocking the whole task. Most of the...

5.5CVSS6.2AI score0.00224EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.13 views

CVE-2024-57791

In the Linux kernel, the following vulnerability has been resolved: net/smc: check return value of sockrecvmsg when draining clc data When receiving clc msg, the field length in smcclcmsghdr indicates the length of msg should be received from network and the value should not be fully trusted as i...

7.5CVSS6.2AI score0.00765EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.9 views

CVE-2024-41932

In the Linux kernel, the following vulnerability has been resolved: sched: fix warning in schedsetaffinity Commit 8f9ea86fdf99b added some logic to schedsetaffinity that included a WARN when a per-task affinity assignment races with a cpuset update. Specifically, we can have a race where a cpuset...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.11 views

CVE-2024-49568

In the Linux kernel, the following vulnerability has been resolved: net/smc: check v2extoffset/eidcnt/ismgidcnt when receiving proposal msg When receiving proposal msg in server, the fields v2extoffset/ eidcnt/ismgidcnt in proposal msg are from the remote client and can not be fully trusted...

9.8CVSS6.2AI score0.00524EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.7 views

CVE-2024-49569

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: unquiesce adminq before destroy it Kernel will hang on destroy adminq while we create ctrl failed, such as following calltrace: PID: 23644 TASK: ff2d52b40f439fc0 CPU: 2 COMMAND: "nvme" 0 ff61d23de260fb78 schedule at...

7.5CVSS6.2AI score0.00822EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.7 views

CVE-2024-48876

In the Linux kernel, the following vulnerability has been resolved: stackdepot: fix stackdepotsaveflags in NMI context Per documentation, stackdepotsaveflags was meant to be usable from NMI context if STACKDEPOTFLAGCANALLOC is unset. However, it still would try to take the poollock in an attempt ...

5.5CVSS6.3AI score0.00141EPSS
SaveExploits0References18
Debian CVE
Debian CVE
added 2025/01/11 12:39 p.m.13 views

CVE-2024-57807

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock&instance-resetmutex; lock&shost-scanmutex; lock&instance-resetmutex;...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/11 12:39 p.m.11 views

CVE-2024-57806

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction atomicity bug when enabling simple quotas Set squota incompat bit before committing the transaction that enables the feature. With the config CONFIGBTRFSASSERT enabled, an assertion failure occurs regarding...

5.5CVSS5.7AI score0.00215EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/11 12:35 p.m.7 views

CVE-2024-56368

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix overflow in rbmapvma An overflow occurred when performing the following calculation: nrpages = nrsubbufs + 1 dumpstack lib/dumpstack.c:94 inline dumpstacklvl+0x116/0x1f0 lib/dumpstack.c:120 printaddressdescriptio...

7.1CVSS5.7AI score0.00182EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/11 12:35 p.m.15 views

CVE-2024-55916

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet If the KVP or VSS daemon starts before the VMBus channel's ringbuffer is fully initialized, we can hit the panic below: hvutils: Registering HyperV Utility Drive...

5.5CVSS5.6AI score0.0022EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/11 12:35 p.m.44 views

CVE-2024-54680

Removed by vendor...

7.2AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/11 12:35 p.m.9 views

CVE-2024-47408

In the Linux kernel, the following vulnerability has been resolved: net/smc: check smcdv2extoffset when receiving proposal msg When receiving proposal msg in server, the field smcdv2extoffset in proposal msg is from the remote client and can not be fully trusted. Once the value of smcdv2extoffset...

9.8CVSS5.7AI score0.00625EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/11 12:29 p.m.17 views

CVE-2024-54683

In the Linux kernel, the following vulnerability has been resolved: netfilter: IDLETIMER: Fix for possible ABBA deadlock Deletion of the last rule referencing a given idletimer may happen at the same time as a read of its file in sysfs: | ====================================================== |...

5.5CVSS5.6AI score0.00162EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/11 12:25 p.m.10 views

CVE-2024-48881

In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing ISERRORNULL with ISERR again Commit 028ddcac477b "bcache: Remove unnecessary NULL point check in node allocations" leads a NULL pointer deference in cachesetflush. 1721 if !ISERRORNULLc-root 1722...

5.5CVSS5.6AI score0.00251EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/11 12:25 p.m.14 views

CVE-2024-48876

In the Linux kernel, the following vulnerability has been resolved: stackdepot: fix stackdepotsaveflags in NMI context Per documentation, stackdepotsaveflags was meant to be usable from NMI context if STACKDEPOTFLAGCANALLOC is unset. However, it still would try to take the poollock in an attempt ...

5.5CVSS5.5AI score0.00141EPSS
SaveExploits0
Rows per page
Query Builder