Lucene search
+L

107 matches found

Cvelist
Cvelist
added 2025/10/04 3:44 p.m.22 views

CVE-2023-53614 mm/ksm: fix race with VMA iteration and mm_struct teardown

In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix race with VMA iteration and mmstruct teardown exitmmap will tear down the VMAs and maple tree with the mmaplock held in write mode. Ensure that the maple tree is still valid by checking ksmtestexit after taking the...

0.00099EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/17 3:15 p.m.8 views

UBUNTU-CVE-2023-53361

In the Linux kernel, the following vulnerability has been resolved: LoongArch: mm: Add p?dleaf definitions When I do LTP test, LTP test case ksm06 caused panic at breakksmpmdentry - pmdleaf Huge page table but False - ptepresent panic The reason is pmdleaf is not defined, So like commit...

5.5CVSS5.7AI score0.00184EPSS
SaveExploits0References7
CVE
CVE
added 2025/09/17 2:56 p.m.59 views

CVE-2023-53361

CVE-2023-53361 affects the Linux kernel on LoongArch where pmd_leaf() was not defined, causing a panic in ksm06 during LTP tests (Huge page pmd to pte_present). The issue is resolved by adding LoongArch-specific p?d_leaf() definitions (as per commits referenced in the CVE description). The connec...

5.5CVSS6.2AI score0.00184EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.8 views

PT-2025-38211

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to missing p?d leaf definitions for LoongArch architecture. This issue caused a panic during an LTP test case ksm06 specifically at the break...

5.8AI score0.00184EPSS
SaveExploits0References6
OSV
OSV
added 2025/04/01 3:47 p.m.11 views

CVE-2025-21984 mm: fix kernel BUG when userfaultfd_move encounters swapcache

In the Linux kernel, the following vulnerability has been resolved: mm: fix kernel BUG when userfaultfdmove encounters swapcache userfaultfdmove checks whether the PTE entry is present or a swap entry. - If the PTE entry is present, movepresentpte handles folio migration by setting: srcfolio-inde...

7.8CVSS5.9AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/11/21 7:15 p.m.27 views

CVE-2024-50263

In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 "fork: use mtdup to duplicate maple tree in dupmma...

5.5CVSS6.9AI score0.00214EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/11/12 12:15 a.m.5 views

SUSE CVE-2024-50263

In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 "fork: use mtdup to duplicate maple tree in dupmma...

6.3CVSS7.7AI score0.00214EPSS
SaveExploits0References5
NVD
NVD
added 2024/11/11 2:15 p.m.19 views

CVE-2024-50263

In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 "fork: use mtdup to duplicate maple tree in dupmma...

7.8CVSS0.00214EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/11/11 1:58 p.m.32 views

CVE-2024-50263 fork: only invoke khugepaged, ksm hooks if no error

In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 "fork: use mtdup to duplicate maple tree in dupmma...

7.8CVSS0.00214EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/11 1:58 p.m.12 views

CVE-2024-50263 fork: only invoke khugepaged, ksm hooks if no error

In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 "fork: use mtdup to duplicate maple tree in dupmma...

7.8CVSS6.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/11/11 1:58 p.m.15 views

CVE-2024-50263

In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 "fork: use mtdup to duplicate maple tree in dupmma...

7.8CVSS5.9AI score0.00214EPSS
SaveExploits0
CVE
CVE
added 2024/11/11 1:58 p.m.127 views

CVE-2024-50263

Technical details for CVE-2024-50263 (affected component, impact, fix) are not publicly available in the provided documents. Monitor for updates from the vendor/security advisories.

7.8CVSS6.6AI score0.00214EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/11/10 3:49 a.m.4 views

SUSE CVE-2024-50220

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

5.5CVSS7.6AI score0.00169EPSS
SaveExploits0References5
NVD
NVD
added 2024/11/09 11:15 a.m.31 views

CVE-2024-50220

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

4.7CVSS0.00169EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.22 views

CVE-2024-50220 fork: do not invoke uffd on fork if error occurs

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

0.00169EPSS
SaveExploits0References3
Oracle linux
Oracle linux
added 2024/03/01 12:00 a.m.66 views

conmon security update

conmon 2.1.3-8 - address CVE-2023-39326 cri-o 1.25.5-1 - Added Oracle Specifile Files for cri-o cri-tools 1.25.0-3 - Resolve CVE-2023-39326 flannel-cni-plugin 1.0.1-4 - Resolve CVE-2023-39326 helm 3.11.1-3 - address CVE-2023-39326 istio 1.16.7-3 - Updated Golang to 1.20.12 to address CVE...

5.3CVSS7.1AI score0.01208EPSS
SaveExploits0
NVD
NVD
added 2024/01/30 3:15 p.m.43 views

CVE-2024-0564

A flaw was found in the Linux kernel's memory deduplication mechanism. The max page sharing of Kernel Samepage Merging KSM, added in Linux kernel version 4.4.0-96.119, can create a side channel. When the attacker and the victim share the same host and the default setting of KSM is "max page...

6.5CVSS5.3AI score0.00623EPSS
SaveExploits1References5
Prion
Prion
added 2024/01/30 3:15 p.m.26 views

Design/Logic Flaw

A flaw was found in the Linux kernel's memory deduplication mechanism. The max page sharing of Kernel Samepage Merging KSM, added in Linux kernel version 4.4.0-96.119, can create a side channel. When the attacker and the victim share the same host and the default setting of KSM is "max page...

3.3CVSS6.6AI score0.00623EPSS
SaveExploits1References5Affected Software2
UbuntuCve
UbuntuCve
added 2024/01/30 3:15 p.m.58 views

CVE-2024-0564

A flaw was found in the Linux kernel's memory deduplication mechanism. The max page sharing of Kernel Samepage Merging KSM, added in Linux kernel version 4.4.0-96.119, can create a side channel. When the attacker and the victim share the same host and the default setting of KSM is "max page...

6.5CVSS6.8AI score0.00623EPSS
SaveExploits1References4
Oracle linux
Oracle linux
added 2023/12/19 12:00 a.m.83 views

conmon security update

conmon 2.1.3-7 - Resolve CVE-2023-39325 2.1.3-6 - Add ol8baseoslatest, and ol9baseoslatest, to Jenkinsfile 2.1.3-5 - Add systemd-devel as build requirement 2.1.3-4 - Add support ARM build cri-o 1.26.3-3 - Resolve CVE-2023-39325 1.26.3-2 - Add support for ARM build cri-tools 1.26.1-3 - Resolve...

8.2CVSS7.9AI score0.99999EPSS
SaveExploits22
Rows per page
Query Builder