Lucene search
+L

3941 matches found

OSV
OSV
added 2024/05/21 3:32 p.m.13 views

CVE-2023-52878 can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is accessed out of bounds

In the Linux kernel, the following vulnerability has been resolved: can: dev: canputechoskb: don't crash kernel if canpriv::echoskb is accessed out of bounds If the "struct canpriv::echooskb" is accessed out of bounds, this would cause a kernel crash. Instead, issue a meaningful warning message a...

5.5CVSS5.8AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.34 views

CVE-2023-52780 net: mvneta: fix calls to page_pool_get_stats

In the Linux kernel, the following vulnerability has been resolved: net: mvneta: fix calls to pagepoolgetstats Calling pagepoolgetstats in the mvneta driver without checks leads to kernel crashes. First the page pool is only available if the bm is not used. The page pool is also not allocated whe...

6.3AI score0.00235EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.18 views

CVE-2023-52761 riscv: VMAP_STACK overflow detection thread-safe

In the Linux kernel, the following vulnerability has been resolved: riscv: VMAPSTACK overflow detection thread-safe commit 31da94c25aea "riscv: add VMAPSTACK overflow detection" added support for CONFIGVMAPSTACK. If overflow is detected, CPU switches to shadowstack temporarily before switching...

7AI score0.00257EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:30 p.m.17 views

CVE-2023-52761 riscv: VMAP_STACK overflow detection thread-safe

In the Linux kernel, the following vulnerability has been resolved: riscv: VMAPSTACK overflow detection thread-safe commit 31da94c25aea "riscv: add VMAPSTACK overflow detection" added support for CONFIGVMAPSTACK. If overflow is detected, CPU switches to shadowstack temporarily before switching...

5.5CVSS4.6AI score0.00257EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.55 views

CVE-2023-52761 riscv: VMAP_STACK overflow detection thread-safe

In the Linux kernel, the following vulnerability has been resolved: riscv: VMAPSTACK overflow detection thread-safe commit 31da94c25aea "riscv: add VMAPSTACK overflow detection" added support for CONFIGVMAPSTACK. If overflow is detected, CPU switches to shadowstack temporarily before switching...

6.7AI score0.00257EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 3:30 p.m.59 views

CVE-2023-52761

In the Linux kernel, the following vulnerability has been resolved: riscv: VMAPSTACK overflow detection thread-safe commit 31da94c25aea "riscv: add VMAPSTACK overflow detection" added support for CONFIGVMAPSTACK. If overflow is detected, CPU switches to shadowstack temporarily before switching...

5.5CVSS4.6AI score0.00257EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:22 p.m.79 views

CVE-2022-48707

CVE-2022-48707 (Linux kernel, cxl/region) : The issue arises when destroying a region that includes a host bridge with a single root port and a decoupled HDM/CXL device, where the region driver creates a special pass-through decoder without a commit/reset callback. Before the fix, the ->reset(...

5.5CVSS6.7AI score0.00205EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/05/21 3:15 p.m.3 views

DEBIAN-CVE-2021-47265

In the Linux kernel, the following vulnerability has been resolved: RDMA: Verify port when creating flow rule Validate port value provided by the user and with that remove no longer needed validation by the driver. The missing check in the mlx5ib driver could cause to the below oops. Call trace:...

5.5CVSS4.9AI score0.00196EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2024/05/21 3:15 p.m.8 views

CVE-2021-47274

In the Linux kernel, the following vulnerability has been resolved: tracing: Correct the length check which causes memory corruption We've suffered from severe kernel crashes due to memory corruption on our production environment, like, Call Trace: 1640542.554277 general protection fault: 0000 1...

9.8CVSS6.5AI score0.01261EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/05/21 3:15 p.m.1 views

DEBIAN-CVE-2021-47274

In the Linux kernel, the following vulnerability has been resolved: tracing: Correct the length check which causes memory corruption We've suffered from severe kernel crashes due to memory corruption on our production environment, like, Call Trace: 1640542.554277 general protection fault: 0000 1...

9.8CVSS6.4AI score0.01261EPSS
SaveExploits0References1
CVE
CVE
added 2024/05/21 2:20 p.m.205 views

CVE-2021-47274

CVE-2021-47274 (Linux kernel tracing): The issue stems from a length check in tracing that can cause memory corruption in ftrace data, leading to kernel crashes. A fix was added (commit b220c049d519) to validate the length before exposing the trace buffer, addressing overflow introduced by a prio...

9.8CVSS9.2AI score0.01261EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.20 views

CVE-2021-47267 usb: fix various gadget panics on 10gbps cabling

In the Linux kernel, the following vulnerability has been resolved: usb: fix various gadget panics on 10gbps cabling usbassigndescriptors is called with 5 parameters, the last 4 of which are the usbdescriptorheader for: full-speed USB1.1 - 12Mbps including USB1.0 low-speed @ 1.5Mbps, high-speed...

6.7AI score0.00684EPSS
SaveExploits0References7
CVE
CVE
added 2024/05/21 2:19 p.m.94 views

CVE-2021-47228

CVE-2021-47228 affects the Linux kernel x86/ioremap code. The issue arises when EFI boot services memory is preserved with efi_mem_reserve() and marked EFI_MEMORY_RUNTIME; under SEV, such memory must be mapped encrypted, otherwise the kernel may crash during boot. The public docs indicate a fix t...

6.2CVSS7.2AI score0.00237EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.4 views

SUSE CVE-2024-35799

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Prevent crash when disable stream Why Disabling stream encoder invokes a function that no longer exists. How Check if the function declaration is NULL in disable stream encoder...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2024/05/21 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the presence of out-of-bounds access that can cause the kernel to crash...

5.5CVSS6.3AI score0.0022EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/20 10:15 a.m.2 views

UBUNTU-CVE-2024-35954

In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Avoid sg device teardown race sgremovesfpusercontext must not use sgdevicedestroy after calling scsideviceput. sgdevicedestroy is accessing the parent scsidevice requestqueue which will already be set to NULL when the...

4.7CVSS6.6AI score0.00229EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/05/20 9:41 a.m.33 views

CVE-2024-35954 scsi: sg: Avoid sg device teardown race

In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Avoid sg device teardown race sgremovesfpusercontext must not use sgdevicedestroy after calling scsideviceput. sgdevicedestroy is accessing the parent scsidevice requestqueue which will already be set to NULL when the...

6.4AI score0.00229EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/05/20 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel. Attackers exploit the vulnerability to cause the kernel to crash...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/20 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the presence of a NULL pointer exception that can cause the kernel to crash...

4.7CVSS6.3AI score0.00229EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.21 views

CVE-2024-35872 mm/secretmem: fix GUP-fast succeeding on secretmem folios

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix GUP-fast succeeding on secretmem folios folioissecretmem currently relies on secretmem folios being LRU folios, to save some cycles. However, folios might reside in a folio batch without the LRU flag set, or...

6.8AI score0.00225EPSS
SaveExploits0References5
Rows per page
Query Builder