Lucene search
+L

1476 matches found

Tenable Nessus
Tenable Nessus
added 2024/04/18 12:00 a.m.118 views

SUSE SLES15: cluster-md-kmp-default / dlm-kmp-default / gfs2-kmp-default / etc (SUSE-SU-2024:1321-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:1321-1 advisory. The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: -...

9.8CVSS7.2AI score0.01549EPSS
SaveExploits5References230
SUSE CVE
SUSE CVE
added 2024/04/15 11:20 p.m.7 views

SUSE 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...

5.5CVSS6.6AI score0.00219EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/04/11 10:01 p.m.27 views

CVE-2021-47200

A use after free law was found in drivers/gpu/drm/drmprime.c in the Linux kernel, occuring in mmap with drmgemttmmmap...

6.7CVSS7.6AI score0.00219EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/10 7:15 p.m.15 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.4AI score0.00219EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/10 7:15 p.m.8 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.5AI score
SaveExploits0References2
OSV
OSV
added 2024/04/10 7:15 p.m.2 views

DEBIAN-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.4AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/10 7:15 p.m.12 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.22 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.30 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.33 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.38 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.235 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.33 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.39 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.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.5CVSS6.2AI score0.0015EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/27 10:15 a.m.16 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.676 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
Rows per page
Query Builder