Lucene search
+L

1490 matches found

OSV
OSV
added 2024/04/10 7:15 p.m.13 views

UBUNTU-CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

7.8CVSS5.9AI score0.00219EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.23 views

CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

7.8CVSS6.1AI score0.00219EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.33 views

CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

7.8CVSS7.6AI score0.00219EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/03/18 1:52 p.m.34 views

CVE-2023-52615

A vulnerability was found in the hwrng component of the Linux kernel, which caused a deadlock when reading from /dev/hwrng into memory and mmap-ed from /dev/hwrng. This issue is triggered by a recursive read during a page fault and allows a local, authenticated attacker to cause a denial of...

4.4CVSS5.2AI score0.00195EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/18 11:15 a.m.39 views

CVE-2023-52615

In the Linux kernel, the following vulnerability has been resolved: hwrng: core - Fix page fault dead lock on mmap-ed hwrng There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng into memory also mmap-ed from /dev/hwrng. The resulting page fault...

5.5CVSS6.1AI score0.00195EPSS
SaveExploits0References22
Vulnrichment
Vulnrichment
added 2024/03/18 10:14 a.m.13 views

CVE-2023-52615 hwrng: core - Fix page fault dead lock on mmap-ed hwrng

In the Linux kernel, the following vulnerability has been resolved: hwrng: core - Fix page fault dead lock on mmap-ed hwrng There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng into memory also mmap-ed from /dev/hwrng. The resulting page fault...

7.1AI score0.00195EPSS
SaveExploits0References8
CVE
CVE
added 2024/03/18 10:14 a.m.241 views

CVE-2023-52615

CVE-2023-52615 : The Linux kernel patch fixes a deadlock in the hwrng read path when a user reads from /dev/hwrng and mmap()’ed memory overlap. Root cause is a page fault during copy_to_user invoked from the hwrng core read path, which could trigger a recursive read and deadlock. The fix switches...

5.5CVSS6.2AI score0.00195EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/03/18 10:14 a.m.35 views

CVE-2023-52615 hwrng: core - Fix page fault dead lock on mmap-ed hwrng

In the Linux kernel, the following vulnerability has been resolved: hwrng: core - Fix page fault dead lock on mmap-ed hwrng There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng into memory also mmap-ed from /dev/hwrng. The resulting page fault...

7AI score0.00195EPSS
SaveExploits0References8
OSV
OSV
added 2024/02/27 10:15 a.m.5 views

DEBIAN-CVE-2021-46927

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

5.5CVSS5.3AI score0.0015EPSS
SaveExploits0References1
NVD
NVD
added 2024/02/27 10:15 a.m.40 views

CVE-2021-46927

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

5.5CVSS6AI score0.0015EPSS
SaveExploits0References2
Prion
Prion
added 2024/02/27 10:15 a.m.27 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

7.1AI score0.0015EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/02/27 10:15 a.m.41 views

CVE-2021-46927

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

5.5CVSS6.2AI score0.0015EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/27 10:15 a.m.17 views

UBUNTU-CVE-2021-46927

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

5.5CVSS6.1AI score0.0015EPSS
SaveExploits0References5
CVE
CVE
added 2024/02/27 9:43 a.m.682 views

CVE-2021-46927

CVE-2021-46927 concerns Linux kernel Nitro Enclaves memory mapping. After commit 5b78ed24e8ec, a call to get_user_pages() can trigger an mmap assertion when setting enclave memory regions. The fix switches to get_user_pages_unlocked() for enclave memory region setup, mirroring patterns like mmap_...

5.5CVSS5.9AI score0.0015EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/27 9:43 a.m.18 views

CVE-2021-46927 nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

6.7AI score0.0015EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/02/27 9:43 a.m.51 views

CVE-2021-46927 nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

6.2AI score0.0015EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/02/27 9:43 a.m.65 views

CVE-2021-46927

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

5.5CVSS4.5AI score0.0015EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/02/27 12:00 a.m.10 views

Linux kernel security vulnerabilities

The Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from the use of the getuserpagesunlocked call to handle mmap assertions...

5.5CVSS6.5AI score0.0015EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/02/22 3:06 a.m.7 views

SUSE CVE-2023-52438

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS6.1AI score0.00295EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/02/21 12:33 a.m.10 views

kernel: net/packet: slab-out-of-bounds access in packet_recvmsg()

An out-of-bounds access issue was found in the Linux kernel networking subsystem in the way raw packet sockets AFPACKET used PACKETCOPYTHRESH and mmap operations. A local attacker with CAPNETRAW capability could use this flaw to trigger a buffer overflow resulting in a system crash or privilege...

7.8CVSS6.9AI score0.00132EPSS
SaveExploits0References4
Rows per page
Query Builder