Lucene search
+L

344 matches found

NVD
NVD
added 2025/11/12 10:15 p.m.12 views

CVE-2025-40191

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd process ref leaking when userptr unmapping kfdlookupprocessbypid hold the kfd process reference to ensure it doesn't get destroyed while sending the segfault event to user space. Calling kfdlookupprocessbypid ...

0.00172EPSS
SaveExploits0References2
OSV
OSV
added 2025/11/12 10:15 p.m.26 views

UBUNTU-CVE-2025-40191

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd process ref leaking when userptr unmapping kfdlookupprocessbypid hold the kfd process reference to ensure it doesn't get destroyed while sending the segfault event to user space. Calling kfdlookupprocessbypid ...

5.7AI score0.00172EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/11/12 9:56 p.m.17 views

CVE-2025-40191 drm/amdkfd: Fix kfd process ref leaking when userptr unmapping

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd process ref leaking when userptr unmapping kfdlookupprocessbypid hold the kfd process reference to ensure it doesn't get destroyed while sending the segfault event to user space. Calling kfdlookupprocessbypid ...

0.00172EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/11/12 9:56 p.m.12 views

CVE-2025-40191

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd process ref leaking when userptr unmapping kfdlookupprocessbypid hold the kfd process reference to ensure it doesn't get destroyed while sending the segfault event to user space. Calling kfdlookupprocessbypid ...

5.1AI score0.00172EPSS
SaveExploits0
OSV
OSV
added 2025/11/12 9:56 p.m.7 views

CVE-2025-40191 drm/amdkfd: Fix kfd process ref leaking when userptr unmapping

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd process ref leaking when userptr unmapping kfdlookupprocessbypid hold the kfd process reference to ensure it doesn't get destroyed while sending the segfault event to user space. Calling kfdlookupprocessbypid ...

6.3AI score
SaveExploits0References5
CVE
CVE
added 2025/11/12 9:56 p.m.29 views

CVE-2025-40191

CVE-2025-40191 concerns the Linux kernel drm/amdkfd path. The provided sources state a fix for leaking the kfd process reference when unmapping userptr: calling kfd_lookup_process_by_pid as a function parameter can hold a reference and leak it, and can miss a NULL-pointer check if the application...

6AI score0.00172EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.5 views

kernel: ice: fix Tx scheduler error handling in XDP callback

In the Linux kernel, the following vulnerability has been resolved: ice: fix Tx scheduler error handling in XDP callback When the XDP program is loaded, the XDP callback adds new Tx queues. This means that the callback must update the Tx scheduler with the new queue number. In the event of a Tx...

7.8CVSS5.7AI score0.00169EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/10/30 12:0 a.m.9 views

PT-2025-53015

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists within the Intel iGPU IVPU driver related to buffer object BO unbinding. Specifically, the issue occurs when ivpu gem bo free removes a BO from the list before it...

4.7CVSS6.4AI score0.00097EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2025-40006

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is sti...

7.8CVSS6.4AI score0.00188EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/20 6:30 p.m.4 views

EUVD-2025-35074

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is still mapped. However, it's called without folio lock. If the folio is...

5.7AI score0.00188EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/20 3:26 p.m.14 views

CVE-2025-40006 mm/hugetlb: fix folio is still mapped when deleted

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is still mapped. However, it's called without folio lock. If the folio is...

7.8CVSS0.00188EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/10/08 11:31 p.m.8 views

SUSE CVE-2023-53630

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix unpinning of pages when an access is present syzkaller found that the calculation of batchlastindex should use 'startindex' since at input to this function the batch is either empty or it has already been adjusted to...

5.5CVSS6.2AI score0.00173EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/07 4:15 p.m.9 views

CVE-2023-53630

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix unpinning of pages when an access is present syzkaller found that the calculation of batchlastindex should use 'startindex' since at input to this function the batch is either empty or it has already been adjusted to...

8.8CVSS0.00173EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/07 3:19 p.m.29 views

CVE-2023-53630

CVE-2023-53630 is a Linux kernel issue in the IOMMU driver (iommufd) where unpinning pages during unmapping could corrupt pages that were never mapped. The provided reports describe that the bug stems from an incorrect calculation of batch_last_index in iopt_area_unfill_domain, which should be dr...

8.8CVSS5.8AI score0.00173EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.20 views

CVE-2023-53630 iommufd: Fix unpinning of pages when an access is present

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix unpinning of pages when an access is present syzkaller found that the calculation of batchlastindex should use 'startindex' since at input to this function the batch is either empty or it has already been adjusted to...

8.8CVSS0.00173EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 3:19 p.m.11 views

EUVD-2025-32777

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix unpinning of pages when an access is present syzkaller found that the calculation of batchlastindex should use 'startindex' since at input to this function the batch is either empty or it has already been adjusted to...

5.7AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2017-5822

Malware in sbrugna...

8.8CVSS8.6AI score0.0041EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.6 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-414643)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-414643 advisory. An issue was discovered in the Linux kernel 3.2 through 5.10.16, as used by Xen. Grant mapping operations often occur in batch hypercalls, where a number of operatio...

5.5CVSS6.5AI score0.00346EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2024-20883

Malicious code in bioql PyPI...

6.7CVSS6.6AI score0.0011EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.12 views

EUVD-2024-20885

Malicious code in bioql PyPI...

8.4CVSS6.5AI score0.00112EPSS
SaveExploits0References1
Rows per page
Query Builder