Lucene search
+L

5880 matches found

Cvelist
Cvelist
added 2024/05/22 6:23 a.m.36 views

CVE-2021-47463 mm/secretmem: fix NULL page->mapping dereference in page_is_secretmem()

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix NULL page-mapping dereference in pageissecretmem Check for a NULL page-mapping before dereferencing the mapping in pageissecretmem, as the page's mapping can be nullified while gup is running, e.g. by reclaim or...

6.2AI score0.0018EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 4:15 p.m.3 views

DEBIAN-CVE-2023-52782

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Track xmit submission to PTP WQ after populating metadata map Ensure the skb is available in metadata mapping to skbs before tracking the metadata index for detecting undelivered CQEs. If the metadata index is put in t...

5.5CVSS5.1AI score0.00235EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 4:15 p.m.30 views

CVE-2023-52782

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Track xmit submission to PTP WQ after populating metadata map Ensure the skb is available in metadata mapping to skbs before tracking the metadata index for detecting undelivered CQEs. If the metadata index is put in t...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:31 p.m.11 views

CVE-2023-52782 net/mlx5e: Track xmit submission to PTP WQ after populating metadata map

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Track xmit submission to PTP WQ after populating metadata map Ensure the skb is available in metadata mapping to skbs before tracking the metadata index for detecting undelivered CQEs. If the metadata index is put in t...

5.7AI score
SaveExploits0References6
OSV
OSV
added 2024/05/21 3:15 p.m.8 views

UBUNTU-CVE-2021-47235

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ecbhfremove static void ecbhfremovestruct pcidev dev ... struct ecbhfpriv priv = netdevprivnetdev; unregisternetdevnetdev; freenetdevnetdev; pciiounmapdev, priv-dmaio; pciiounmapdev,...

7.8CVSS6.1AI score0.00228EPSS
SaveExploits0References13
OSV
OSV
added 2024/05/21 3:15 p.m.10 views

UBUNTU-CVE-2021-47315

In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of IO mapping on probe failure On probe error the driver should unmap the IO memory. Smatch reports: drivers/memory/fslifc.c:298 fslifcctrlprobe warn: 'fslifcctrldev-gregs' not released on lines: 298...

5.5CVSS5.8AI score0.00252EPSS
SaveExploits0References13
OSV
OSV
added 2024/05/21 3:15 p.m.11 views

UBUNTU-CVE-2021-47228

In the Linux kernel, the following vulnerability has been resolved: x86/ioremap: Map EFI-reserved memory as encrypted for SEV Some drivers require memory that is marked as EFI boot services data. In order for this memory to not be re-used by the kernel after ExitBootServices, efimemreserve is use...

6.2CVSS6.2AI score0.00237EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.15 views

CVE-2021-47315 memory: fsl_ifc: fix leak of IO mapping on probe failure

In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of IO mapping on probe failure On probe error the driver should unmap the IO memory. Smatch reports: drivers/memory/fslifc.c:298 fslifcctrlprobe warn: 'fslifcctrldev-gregs' not released on lines: 298...

6.9AI score0.00252EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.20 views

CVE-2021-47228 x86/ioremap: Map EFI-reserved memory as encrypted for SEV

In the Linux kernel, the following vulnerability has been resolved: x86/ioremap: Map EFI-reserved memory as encrypted for SEV Some drivers require memory that is marked as EFI boot services data. In order for this memory to not be re-used by the kernel after ExitBootServices, efimemreserve is use...

6.5AI score0.00237EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.19 views

SUSE CVE-2024-35814

In the Linux kernel, the following vulnerability has been resolved: swiotlb: Fix double-allocation of slots due to broken alignment handling Commit bbb73a103fbb "swiotlb: fix a braino in the alignment check fix", which was a fix for commit 0eee5ae10256 "swiotlb: fix slot alignment checks", causes...

5.5CVSS6.7AI score0.00234EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.10 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 IO mapping leak on probe failure...

5.5CVSS6.4AI score0.00252EPSS
SaveExploits0References11
NVD
NVD
added 2024/05/20 10:15 a.m.39 views

CVE-2024-35994

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: uefisecapp: Fix memory related IO errors and crashes It turns out that while the QSEECOM APPSEND command has specific fields for request and response buffers, uefisecapp expects them both to be in a single memory...

7.8CVSS6.7AI score0.00192EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/20 10:15 a.m.12 views

UBUNTU-CVE-2024-35987

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix loading 64-bit NOMMU kernels past the start of RAM commit 3335068f8721 "riscv: Use PUD/P4D/PGD pages for the linear mapping" added logic to allow using RAM below the kernel load address. However, this does not work for...

8.4CVSS6.5AI score0.00223EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/19 9:15 a.m.12 views

UBUNTU-CVE-2024-35880

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: hold iobufferlist reference over mmap If we look up the kbuf, ensure that it doesn't get unregistered until after we're done with it. Since we're inside mmap, we cannot safely use the iouring lock. Rely on the fact...

7.8CVSS6.8AI score0.00681EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.51 views

CVE-2023-52687 crypto: safexcel - Add error handling for dma_map_sg() calls

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

9.8CVSS6.5AI score0.00597EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 2:15 p.m.12 views

DEBIAN-CVE-2024-35817

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgputtmgartbind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgputtmbackendunbind will not clear the gart page table entry and leave valid mapping entry pointing t...

5.5CVSS5.7AI score0.00238EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.40 views

CVE-2024-35802

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.9AI score
SaveExploits0References7
OSV
OSV
added 2024/05/17 2:15 p.m.9 views

UBUNTU-CVE-2024-35817

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgputtmgartbind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgputtmbackendunbind will not clear the gart page table entry and leave valid mapping entry pointing t...

7.8CVSS6.2AI score0.00238EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.58 views

CVE-2024-35817 drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgputtmgartbind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgputtmbackendunbind will not clear the gart page table entry and leave valid mapping entry pointing t...

7.8CVSS7.3AI score0.00238EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/17 1:23 p.m.60 views

CVE-2024-35802

CVE-2024-35802 entry rejected by its CVE Numbering Authority.

6.8AI score
SaveExploits0
Rows per page
Query Builder