Lucene search
+L

6339 matches found

NVD
NVD
added 2024/10/29 1:15 a.m.19 views

CVE-2024-50088

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free in addinoderef The addinoderef function does not initialize the "name" struct when it is declared. If any of the following calls to "readoneinode returns NULL, dir = readoneinoderoot,...

7.8CVSS0.00214EPSS
SaveExploits0References5
NVD
NVD
added 2024/10/29 1:15 a.m.19 views

CVE-2024-50080

In the Linux kernel, the following vulnerability has been resolved: ublk: don't allow user copy for unprivileged device UBLKFUSERCOPY requires userspace to call write on ublk char device for filling request buffer, and unprivileged device can't be trusted. So don't allow user copy for unprivilege...

5.5CVSS0.00206EPSS
SaveExploits0References3
NVD
NVD
added 2024/10/29 1:15 a.m.24 views

CVE-2024-50072

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Use code segment selector for VERW operand Robert Gill reported below GP in 32-bit mode when dosemu software was executing vm86 system call: general protection fault: 0000 1 PREEMPT SMP CPU: 4 PID: 4610 Comm: dosemu.bin...

5.5CVSS0.00232EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/29 12:50 a.m.13 views

CVE-2024-50087 btrfs: fix uninitialized pointer free on read_alloc_one_name() error

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free on readalloconename error The function readalloconename does not initialize the name field of the passed fscryptstr struct if kmalloc fails to allocate the corresponding buffer. Thus, it is n...

7.8CVSS6.1AI score
SaveExploits0References8
OSV
OSV
added 2024/10/29 12:50 a.m.16 views

CVE-2024-50086 ksmbd: fix user-after-free from session log off

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add sessionlock when setting SMB2SESSIONEXPIRED and...

9.8CVSS6.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 2024/10/29 12:50 a.m.29 views

CVE-2024-50083 tcp: fix mptcp DSS corruption due to large pmtu xmit

In the Linux kernel, the following vulnerability has been resolved: tcp: fix mptcp DSS corruption due to large pmtu xmit Syzkaller was able to trigger a DSS corruption: TCP: requestsocksubflowv4: Possible SYN flooding on port :::20002. Sending cookies. ------------ cut here ------------ WARNING:...

0.00869EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/29 12:50 a.m.9 views

CVE-2024-50081 blk-mq: setup queue ->tag_set before initializing hctx

In the Linux kernel, the following vulnerability has been resolved: blk-mq: setup queue -tagset before initializing hctx Commit 7b815817aa58 "blk-mq: add helper for checking if one CPU is mapped to specified hctx" needs to check queue mapping via tag set in hctx's cpuhp handler. However, q-tagset...

5.5CVSS6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/10/29 12:50 a.m.15 views

CVE-2024-50079

In the Linux kernel, the following vulnerability has been resolved: iouring/sqpoll: ensure task state is TASKRUNNING when running taskwork When the sqpoll is exiting and cancels pending work items, it may need to run taskwork. If this happens from within iouringcancelgeneric, then it may be under...

5.5CVSS5.4AI score0.00177EPSS
SaveExploits0
CVE
CVE
added 2024/10/29 12:50 a.m.227 views

CVE-2024-50074

CVE-2024-50074 — Linux kernel parport out-of-bounds fix : The vulnerability concerns array bounds in the parallel port (parport) code. The fix replaces blind snprintf calls with scnprintf to ensure the written length reflects actual output, addressing potential overflows in length calculations. A...

7.8CVSS7.4AI score0.00232EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/10/29 12:50 a.m.18 views

CVE-2024-50074 parport: Proper fix for array out-of-bounds access

In the Linux kernel, the following vulnerability has been resolved: parport: Proper fix for array out-of-bounds access The recent fix for array out-of-bounds accesses replaced sprintf calls blindly with snprintf. However, since snprintf returns the would-be-printed size, not the actually output...

7.8CVSS6.4AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/10/29 12:50 a.m.67 views

CVE-2024-50073

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: Fix use-after-free in gsmcleanupmux BUG: KASAN: slab-use-after-free in gsmcleanupmux+0x77b/0x7b0 drivers/tty/ngsm.c:3160 ngsm Read of size 8 at addr ffff88815fe99c00 by task poc/3379 CPU: 0 UID: 0 PID: 3379 Comm: poc N...

7.8CVSS5.7AI score0.00261EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/29 12:50 a.m.26 views

CVE-2024-50072 x86/bugs: Use code segment selector for VERW operand

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Use code segment selector for VERW operand Robert Gill reported below GP in 32-bit mode when dosemu software was executing vm86 system call: general protection fault: 0000 1 PREEMPT SMP CPU: 4 PID: 4610 Comm: dosemu.bin...

0.00232EPSS
SaveExploits0References6
CVE
CVE
added 2024/10/29 12:50 a.m.165 views

CVE-2024-50070

Technical details for CVE-2024-50070 are not provided in the connected documents. Monitor for updates from the kernel advisories and OSV/USN entries to obtain affected products, affected versions, impact, and fixes.

5.5CVSS5.4AI score0.00206EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/10/28 12:57 a.m.38 views

CVE-2024-50067 uprobe: avoid out-of-bounds memory access of fetching args

In the Linux kernel, the following vulnerability has been resolved: uprobe: avoid out-of-bounds memory access of fetching args Uprobe needs to fetch args into a percpu buffer, and then copy to ring buffer to avoid non-atomic context problem. Sometimes user-space strings, arrays can be very large,...

7.8CVSS0.00235EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/10/23 5:20 a.m.19 views

CVE-2024-50066 mm/mremap: fix move_normal_pmd/retract_page_tables race

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix movenormalpmd/retractpagetables race In mremap, movepagetables looks at the type of the PMD entry and the specified address range to figure out by which method the next chunk of page table entries should be moved. ...

7.8CVSS6.5AI score0.00206EPSS
SaveExploits2References4
CBLMariner
CBLMariner
added 2024/10/23 12:47 a.m.21 views

CVE-2024-21160 affecting package mysql for versions less than 8.0.40-1

CVE-2024-21160 affecting package mysql for versions less than 8.0.40-1. An upgraded version of the package is available that resolves this issue...

4.9CVSS6.9AI score0.0085EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/10/22 8:8 p.m.18 views

CVE-2022-49012

In the Linux kernel, the following vulnerability has been resolved: afs: Fix server-active leak in afsputserver The atomicread was accidentally replaced with atomicincreturn, which prevents the server from getting cleaned up and causes rmmod to hang with a warning: Can't purge s=00000001...

2.3CVSS6.8AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 5:11 p.m.15 views

CVE-2024-49916

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr and clkmgr-funcs in dcn401inithw This commit addresses a potential null pointer dereference issue in the dcn401inithw function. The issue could occur when dc-clkmgr or dc-clkmgr-funcs is...

5.5CVSS6.9AI score0.00206EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 2:48 p.m.17 views

CVE-2024-50015

An inode corruption flaw was found in the Linux kernel's Ext4 file system functionality related to how a user can interrupt a write using the daxiomaprwfunction. This flaw allows a local user to make non-fatal mistakes with Ext4, leading to a file system denial of service...

4.4CVSS5.2AI score0.0024EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 2:48 p.m.11 views

CVE-2024-50011

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item There is no linksnum in struct sndsocacpimach , and we test !link-numadr as a condition to end the loop in hdasdwmachineselect. So an empty item in struct...

5.5CVSS7.2AI score0.00191EPSS
SaveExploits0References4
Rows per page
Query Builder