Lucene search
+L

13698 matches found

SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.7 views

SUSE CVE-2024-36884

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Use the correct type in nvidiasmmucontextfault This was missed because of the function pointer indirection. nvidiasmmucontextfault is also installed as a irq function, and the 'void ' was changed to a struct...

5.5CVSS6.6AI score0.00219EPSS
SaveExploits0References3
NVD
NVD
added 2024/05/30 4:15 p.m.19 views

CVE-2024-36949

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfdsuspendallprocesses to evict all processes on all devices, this call takes...

4.7CVSS6.5AI score0.00223EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/30 4:15 p.m.17 views

AZL-68066 CVE-2024-36949 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfdsuspendallprocesses to evict all processes on all devices, this call takes...

4.7CVSS6.3AI score0.00223EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.5 views

DEBIAN-CVE-2024-36884

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Use the correct type in nvidiasmmucontextfault This was missed because of the function pointer indirection. nvidiasmmucontextfault is also installed as a irq function, and the 'void ' was changed to a struct...

5.5CVSS5.5AI score0.00219EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.25 views

CVE-2024-36949

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfdsuspendallprocesses to evict all processes on all devices, this call takes...

4.7CVSS6AI score0.00223EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/30 4:15 p.m.10 views

UBUNTU-CVE-2024-36884

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Use the correct type in nvidiasmmucontextfault This was missed because of the function pointer indirection. nvidiasmmucontextfault is also installed as a irq function, and the 'void ' was changed to a struct...

7.8CVSS6.5AI score0.00219EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/30 4:15 p.m.7 views

UBUNTU-CVE-2024-36949

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfdsuspendallprocesses to evict all processes on all devices, this call takes...

4.7CVSS6.2AI score0.00223EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/05/30 3:35 p.m.18 views

CVE-2024-36949 amd/amdkfd: sync all devices to wait all processes being evicted

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfdsuspendallprocesses to evict all processes on all devices, this call takes...

6.9AI score0.00223EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/30 3:35 p.m.111 views

CVE-2024-36949

CVE-2024-36949 affects the Linux kernel component responsible for AMD GPU kernel fusion driver (amd/amdkfd). The issue arises when multiple devices are reset in parallel: the first device calls kfd_suspend_all_processes() to evict all processes across devices, which can take time, while other dev...

4.7CVSS6.7AI score0.00223EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/30 3:35 p.m.17 views

CVE-2024-36949 amd/amdkfd: sync all devices to wait all processes being evicted

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfdsuspendallprocesses to evict all processes on all devices, this call takes...

5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/30 3:35 p.m.46 views

CVE-2024-36949 amd/amdkfd: sync all devices to wait all processes being evicted

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfdsuspendallprocesses to evict all processes on all devices, this call takes...

6.5AI score0.00223EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.35 views

CVE-2024-36902 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fib6rules: avoid possible NULL dereference in fib6ruleaction syzbot is able to trigger the following crash 1, caused by unsafe ip6dstidev use. Indeed ip6dstidev can return NULL, and must always be checked. 1 Oops: general...

7.4AI score0.00287EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.28 views

CVE-2024-36902 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fib6rules: avoid possible NULL dereference in fib6ruleaction syzbot is able to trigger the following crash 1, caused by unsafe ip6dstidev use. Indeed ip6dstidev can return NULL, and must always be checked. 1 Oops: general...

6.8AI score0.00287EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/30 3:29 p.m.20 views

CVE-2024-36902 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fib6rules: avoid possible NULL dereference in fib6ruleaction syzbot is able to trigger the following crash 1, caused by unsafe ip6dstidev use. Indeed ip6dstidev can return NULL, and must always be checked. 1 Oops: general...

6.2AI score
SaveExploits0References16
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.34 views

CVE-2024-36901 ipv6: prevent NULL dereference in ip6_output()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in ip6output According to syzbot, there is a chance that ip6dstidev returns NULL in ip6output. Most places in IPv6 stack deal with a NULL idev just fine, but not here. syzbot reported: general...

6.3AI score0.0026EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.45 views

CVE-2024-36901 ipv6: prevent NULL dereference in ip6_output()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in ip6output According to syzbot, there is a chance that ip6dstidev returns NULL in ip6output. Most places in IPv6 stack deal with a NULL idev just fine, but not here. syzbot reported: general...

6.8AI score0.0026EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.12 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 an eviction and device reset synchronization issue, which can result in a page fault due to a process not...

4.7CVSS6.3AI score0.00223EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/05/30 12:00 a.m.47 views

PT-2024-27218 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the loss of young/dirty bits during pagemap scan in the Linux kernel. Specifically, the make uffd wp pte function was previously doing pte = ptep getptep; ptep...

9.8CVSS6.5AI score0.01305EPSS
SaveExploits3References703
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.12 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 a type usage error in the nvidiasmmucontextfault function in the iommu/arm-smmu module. No details of the...

5.5CVSS8AI score0.00219EPSS
SaveExploits0References5
OpenVAS
OpenVAS
added 2024/05/30 12:00 a.m.13 views

Huawei EulerOS: Security Advisory for ncurses (EulerOS-SA-2024-1745)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.5CVSS6.7AI score0.00962EPSS
SaveExploits0References2
Rows per page
Query Builder