Lucene search
+L

6347 matches found

Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.12 views

CVE-2024-50122

In the Linux kernel, the following vulnerability has been resolved: PCI: Hold rescan lock while adding devices during host probe Since adding the PCI power control code, we may end up with a race between the pwrctl platform device rescanning the bus and host controller probe functions. The latter...

5.5CVSS5.3AI score0.00188EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.28 views

CVE-2024-50123

In the Linux kernel, the following vulnerability has been resolved: bpf: Add the missing BPFLINKTYPE invocation for sockmap There is an out-of-bounds read in bpflinkshowfdinfo for the sockmap link fd. Fix it by adding the missing BPFLINKTYPE invocation for sockmap link Also add comments for...

7.1CVSS6.1AI score0.00207EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.9 views

CVE-2024-50121

In the Linux kernel, the following vulnerability has been resolved: nfsd: cancel nfsdshrinkerwork using sync mode in nfs4stateshutdownnet In the normal case, when we excute echo 0 /proc/fs/nfsd/threads, the function nfs4statedestroynet in nfs4stateshutdownnet will release all resources related to...

7.8CVSS5.9AI score0.00236EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.13 views

CVE-2024-50120

In the Linux kernel, the following vulnerability has been resolved: smb: client: Handle kstrdup failures for passwords In smb3reconfigure, after duplicating ctx-password and ctx-password2 with kstrdup, we need to check for allocation failures. If ses-password allocation fails, return -ENOMEM. If...

5.5CVSS5.7AI score0.00216EPSS
SaveExploits0
CVE
CVE
added 2024/11/05 5:10 p.m.166 views

CVE-2024-50120

CVE-2024-50120 affects the Linux kernel SMB client. The vulnerability stems from missing checks for kstrdup failures when duplicating passwords in smb3_reconfigure(), leading to ses->password or ses->password2 allocation failures. The documented remediation is to return -ENOMEM if ses->p...

5.5CVSS5.3AI score0.00216EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.13 views

CVE-2024-50119

In the Linux kernel, the following vulnerability has been resolved: cifs: fix warning when destroy 'cifsiorequestpool' There's a issue as follows: WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 freelargekmalloc+0xac/0xe0 RIP: 0010:freelargekmalloc+0xac/0xe0 Call Trace: ? warn+0xea/0x330...

7CVSS5.4AI score0.00188EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.11 views

CVE-2024-50118

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject ro-rw reconfiguration if there are hard ro requirements BUG Syzbot reports the following crash: BTRFS info device loop0 state MCS: disabling free space tree BTRFS info device loop0 state MCS: clearing compat-ro...

5.5CVSS5.8AI score0.00188EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.46 views

CVE-2024-50117 drm/amd: Guard against bad data for ATIF ACPI method

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Guard against bad data for ATIF ACPI method If a BIOS provides bad data in response to an ATIF method call this causes a NULL pointer dereference in the caller. ? showregs arch/x86/kernel/dumpstack.c:478 discriminator 1 ...

7.3CVSS0.00254EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.12 views

CVE-2024-50116

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel bug due to missing clearing of buffer delay flag Syzbot reported that after nilfs2 reads a corrupted file system image and degrades to read-only, the BUGON check for the buffer delay flag in submitbhwbc may fai...

5.5CVSS6AI score0.00243EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.14 views

CVE-2024-50117

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Guard against bad data for ATIF ACPI method If a BIOS provides bad data in response to an ATIF method call this causes a NULL pointer dereference in the caller. ? showregs arch/x86/kernel/dumpstack.c:478 discriminator 1 ...

7.3CVSS5.7AI score0.00254EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.11 views

CVE-2024-50115

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Ignore nCR34:0 when loading PDPTEs from memory Ignore nCR34:0 when loading PDPTEs from memory for nested SVM, as bits 4:0 of CR3 are ignored when PAE paging is used, and thus VMRUN doesn't enforce 32-byte alignment of...

8.4CVSS5.5AI score0.00243EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.31 views

CVE-2024-50113 firewire: core: fix invalid port index for parent device

In the Linux kernel, the following vulnerability has been resolved: firewire: core: fix invalid port index for parent device In a commit 24b7f8e5cd65 "firewire: core: use helper functions for self ID sequence", the enumeration over self ID sequence was refactored with some helper functions with...

8.8CVSS0.00294EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/05 5:10 p.m.112 views

CVE-2024-50113

In CVE-2024-50113, the Linux kernel FireWire (OHCI) core had a bug in the self-ID enumeration path that could assign an invalid port index to a parent device when multiple-port nodes were connected. The issue manifested when any extra node device with three or more ports attached to a 1394 OHCI c...

8.8CVSS5.4AI score0.00294EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.13 views

CVE-2024-50113

In the Linux kernel, the following vulnerability has been resolved: firewire: core: fix invalid port index for parent device In a commit 24b7f8e5cd65 "firewire: core: use helper functions for self ID sequence", the enumeration over self ID sequence was refactored with some helper functions with...

8.8CVSS5.4AI score0.00294EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.47 views

CVE-2024-50114

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Unregister redistributor for failed vCPU creation Alex reports that syzkaller has managed to trigger a use-after-free when tearing down a VM: BUG: KASAN: slab-use-after-free in kvmputkvm+0x300/0xe68...

7.8CVSS5.5AI score0.00226EPSS
SaveExploits0
OSV
OSV
added 2024/11/05 5:10 p.m.20 views

CVE-2024-50112 x86/lam: Disable ADDRESS_MASKING in most cases

In the Linux kernel, the following vulnerability has been resolved: x86/lam: Disable ADDRESSMASKING in most cases Linear Address Masking LAM has a weakness related to transient execution as described in the SLAM paper1. Unless Linear Address Space Separation LASS is enabled this weakness may be...

7.8CVSS7.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.13 views

CVE-2024-50112

In the Linux kernel, the following vulnerability has been resolved: x86/lam: Disable ADDRESSMASKING in most cases Linear Address Masking LAM has a weakness related to transient execution as described in the SLAM paper1. Unless Linear Address Space Separation LASS is enabled this weakness may be...

7.8CVSS6.4AI score0.00275EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.8 views

CVE-2024-50110

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix one more kernel-infoleak in algo dumping During fuzz testing, the following issue was discovered: BUG: KMSAN: kernel-infoleak in copytoiter+0x598/0x2a30 copytoiter+0x598/0x2a30 skbdatagramiter+0x168/0x1060...

5.5CVSS5.7AI score0.00253EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.13 views

CVE-2024-50111

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Enable IRQ if doale triggered in irq-enabled context Unaligned access exception can be triggered in irq-enabled context such as user mode, in this case doale may call getuser which may cause sleep. Then we will get: BU...

5.5CVSS5.6AI score0.00235EPSS
SaveExploits0
OSV
OSV
added 2024/11/05 5:10 p.m.15 views

CVE-2024-50111 LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Enable IRQ if doale triggered in irq-enabled context Unaligned access exception can be triggered in irq-enabled context such as user mode, in this case doale may call getuser which may cause sleep. Then we will get: BU...

5.5CVSS6.1AI score
SaveExploits0References6
Rows per page
Query Builder