Lucene search
+L

564 matches found

Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.17 views

CVE-2024-39497 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

6.7AI score0.00277EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.39 views

CVE-2024-39497 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

0.00277EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.23 views

CVE-2024-39497

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

5.5CVSS5.6AI score0.00277EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:20 p.m.195 views

CVE-2024-39497

CVE-2024-39497: In the Linux kernel, drm/shmem-helper fix for a BUG_ON() triggered by mmap(PROT_WRITE, MAP_PRIVATE) in drm_gem_shmem_mmap. The issue arose from a missing check for copy-on-write (COW) mappings, which could lead to a kernel panic at vmf_insert_pfn_prot when a VMA has VM_PFNMAP and ...

5.5CVSS6.4AI score0.00277EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2024/05/19 9:15 a.m.31 views

CVE-2024-35877

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: fix VMPAT handling in COW mappings PAT handling won't do the right thing in COW mappings: the first PTE or, in fact, all PTEs can be replaced during write faults to point at anon folios. Reliably recovering the correc...

5.5CVSS6.1AI score0.00252EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.31 views

CVE-2024-35877

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: fix VMPAT handling in COW mappings PAT handling won't do the right thing in COW mappings: the first PTE or, in fact, all PTEs can be replaced during write faults to point at anon folios. Reliably recovering the correc...

5.5CVSS6.4AI score0.00252EPSS
SaveExploits0References31
OSV
OSV
added 2024/05/19 8:34 a.m.24 views

CVE-2024-35877 x86/mm/pat: fix VM_PAT handling in COW mappings

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: fix VMPAT handling in COW mappings PAT handling won't do the right thing in COW mappings: the first PTE or, in fact, all PTEs can be replaced during write faults to point at anon folios. Reliably recovering the correc...

6.5AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.38 views

CVE-2024-35877 x86/mm/pat: fix VM_PAT handling in COW mappings

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: fix VMPAT handling in COW mappings PAT handling won't do the right thing in COW mappings: the first PTE or, in fact, all PTEs can be replaced during write faults to point at anon folios. Reliably recovering the correc...

6AI score0.00252EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/19 8:34 a.m.309 views

CVE-2024-35877

Technical details about CVE-2024-35877 are not provided in the connected documents. Public disclosures in the MiracleLinux advisory reference this CVE but do not include kernel-level root causes, impact specifics, or remediation details.

5.5CVSS6.3AI score0.00252EPSS
SaveExploits0References11Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.28 views

CVE-2024-35877 x86/mm/pat: fix VM_PAT handling in COW mappings

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: fix VMPAT handling in COW mappings PAT handling won't do the right thing in COW mappings: the first PTE or, in fact, all PTEs can be replaced during write faults to point at anon folios. Reliably recovering the correc...

6.7AI score0.00252EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.27 views

CVE-2024-26794

...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/09/07 12:00 a.m.33 views

Oracle Linux 5 : ELSA-2016-2124-1: / kernel (ELSA-2016-21241)

The remote Oracle Linux 5 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2016-21241 advisory. - Race condition in mm/gup.c in the Linux kernel 2.x through 4.x before 4.8.3 allows local users to gain privileges by leveraging incorrect handling o...

7.7AI score0.83524EPSS
SaveExploits94References3
Positive Technologies
Positive Technologies
added 2023/06/19 12:00 a.m.7 views

PT-2025-53065

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.4.0-rc6-btrfs-next-134+ Description The Linux kernel contained a flaw in the btrfs subsystem related to the handling of free space tree deletion. Specifically, the code lacked proper synchronization when removi...

4.6CVSS6.5AI score0.00159EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.8 views

kernel: mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix FOLLFORCE COW security issue and remove FOLLCOW Ever since the Dirty COW CVE-2016-5195 security issue happened, we know that FOLLFORCE can be possibly dangerous, especially if there are races that can be exploited by...

7.8CVSS6.1AI score0.0092EPSS
SaveExploits2References5
Tenable Nessus
Tenable Nessus
added 2023/04/14 12:00 a.m.18 views

Fedora 36 : xorg-x11-server-Xwayland (2023-239bae4b57)

The remote Fedora 36 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2023-239bae4b57 advisory. xwayland 22.1.9 Security fx for CVE-2023-1393 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note...

7.8CVSS7.6AI score0.0044EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/04/05 12:00 a.m.22 views

RHEL 9 : tigervnc (RHSA-2023:1592)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2023:1592 advisory. Virtual Network Computing VNC is a remote display system which allows users to view a computing desktop environment not only on the machine where it ...

7.8CVSS7.5AI score0.0044EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2023/03/31 12:00 a.m.21 views

Fedora 37 : xorg-x11-server-Xwayland (2023-eb3c27ff25)

The remote Fedora 37 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2023-eb3c27ff25 advisory. xwayland 22.1.9 Security fix for CVE-2023-1393 Tenable has extracted the preceding description block directly from the Fedora security advisory. Not...

7.8CVSS7.6AI score0.0044EPSS
SaveExploits0References2
NVD
NVD
added 2023/03/30 9:15 p.m.22 views

CVE-2023-1393

A flaw was found in X.Org Server Overlay Window. A Use-After-Free may lead to local privilege escalation. If a client explicitly destroys the compositor overlay window aka COW, the Xserver would leave a dangling pointer to that window in the CompScreen structure, which will trigger a use-after-fr...

7.8CVSS7.6AI score0.0044EPSS
SaveExploits0References11
Gitee
Gitee
added 2023/03/28 1:56 p.m.70 views

Exploit for Race Condition in Canonical Ubuntu_Linux

This repository is a proof-of-concept PoC for the Dirty COW CVE-2016-5195 vulnerability. The PoC relies on ptrace to patch the vDSO Virtual Dynamic Shared Object instead of modifying filesystem binaries. This approach has several advantages, including no setuid binary required, SELinux bypass,...

7.2CVSS7.3AI score0.83524EPSS
SaveExploits91
GithubExploit
GithubExploit
added 2023/03/01 8:23 a.m.356 views

Exploit for Race Condition in Apple Safari

MacDirtyCow Example of CVE-2022-46689 aka MacDirtyCow. Wh...

7CVSS7.2AI score0.44678EPSS
SaveExploits9
Rows per page
Query Builder