Lucene search
+L

3216 matches found

Vulnrichment
Vulnrichment
added 2024/08/12 2:16 p.m.19 views

CVE-2024-42258 mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 "mm: hugememory: don't force huge page alignment on 32 bit" didn't work for x8632 1. It is because...

6.9AI score0.00212EPSS
SaveExploits0References4
CVE
CVE
added 2024/08/12 2:16 p.m.161 views

CVE-2024-42258

The CVE-2024-42258 entry relates to a Linux kernel issue where 32-bit x86 builds using the CONFIG_X86_32 path mishandled huge page alignment. The fix was to stop forcing a specific alignment on 32-bit systems by relying on !CONFIG_64BIT, which should cover all 32-bit machines. The connected docum...

5.5CVSS6.6AI score0.00212EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/08/12 2:16 p.m.19 views

CVE-2024-42258

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 "mm: hugememory: don't force huge page alignment on 32 bit" didn't work for x8632 1. It is because...

5.5CVSS5.7AI score0.00212EPSS
SaveExploits0
OSV
OSV
added 2024/08/12 2:16 p.m.17 views

CVE-2024-42258 mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 "mm: hugememory: don't force huge page alignment on 32 bit" didn't work for x8632 1. It is because...

5.5CVSS6.2AI score0.00212EPSS
SaveExploits0References8
Fedora
Fedora
added 2024/08/08 2:47 a.m.18 views

[SECURITY] Fedora 40 Update: mingw-qt6-qtbase-6.7.2-3.fc40

This package contains the Qt software toolkit for developing cross-platform applications. This is the 32-bit Windows version of Qt, for use in conjunction with the Fedora Windows cross-compiler...

8.6CVSS8.7AI score0.00494EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/06 2:2 a.m.6 views

SUSE CVE-2024-41020

In the Linux kernel, the following vulnerability has been resolved: filelock: Fix fcntl/close race recovery compat path When I wrote commit 3cad1bc01041 "filelock: Remove locks reliably when fcntl/close race is detected", I missed that there are two copies of the code I was patching: The normal...

6.3CVSS6.4AI score0.00183EPSS
SaveExploits0References16
Microsoft KB
Microsoft KB
added 2024/08/06 12:0 a.m.9 views

August 6, 2024, update for Access 2016 (KB5002589)

None None...

6.1AI score
SaveExploits0
Microsoft KB
Microsoft KB
added 2024/08/06 12:0 a.m.5 views

August 6, 2024, update for Visio 2016 (KB5002582)

None None...

6.1AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/01 2:1 a.m.5 views

SUSE CVE-2024-42102

In the Linux kernel, the following vulnerability has been resolved: Revert "mm/writeback: fix possible divide-by-zero in wbdirtylimits, again" Patch series "mm: Avoid possible overflows in dirty throttling". Dirty throttling logic assumes dirty limits in page units fit into 32-bits. This patch...

5.3CVSS6.9AI score0.00256EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2024/07/31 9:20 a.m.31 views

CVE-2024-42131

A vulnerability was found in the Linux kernel's memory management subsystem where a lack of proper size checks on dirty limits can lead to situations where large dirty limits end up being larger than 32-bits, resulting in potential overflows and divisions by 0. This can cause memory corruption,...

4.4CVSS6.8AI score0.00244EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:12 a.m.35 views

CVE-2024-41020

In the Linux kernel, the following vulnerability has been resolved: filelock: Fix fcntl/close race recovery compat path When I wrote commit 3cad1bc01041 "filelock: Remove locks reliably when fcntl/close race is detected", I missed that there are two copies of the code I was patching: The normal...

6.7CVSS7.3AI score0.00183EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/30 8:15 a.m.8 views

AZL-47934 CVE-2024-42102 affecting package kernel for versions less than 5.15.164.1-1

In the Linux kernel, the following vulnerability has been resolved: Revert "mm/writeback: fix possible divide-by-zero in wbdirtylimits, again" Patch series "mm: Avoid possible overflows in dirty throttling". Dirty throttling logic assumes dirty limits in page units fit into 32-bits. This patch...

4.7CVSS6.8AI score0.00256EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.5 views

DEBIAN-CVE-2024-42102

In the Linux kernel, the following vulnerability has been resolved: Revert "mm/writeback: fix possible divide-by-zero in wbdirtylimits, again" Patch series "mm: Avoid possible overflows in dirty throttling". Dirty throttling logic assumes dirty limits in page units fit into 32-bits. This patch...

4.7CVSS5.6AI score0.00256EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.27 views

CVE-2024-42131

In the Linux kernel, the following vulnerability has been resolved: mm: avoid overflows in dirty throttling logic The dirty throttling logic is interspersed with assumptions that dirty limits in PAGESIZE units fit into 32-bit so that various multiplications fit into 64-bits. If limits end up bein...

4.4CVSS6.4AI score0.00244EPSS
SaveExploits0References30
OSV
OSV
added 2024/07/30 8:15 a.m.20 views

UBUNTU-CVE-2024-42102

In the Linux kernel, the following vulnerability has been resolved: Revert "mm/writeback: fix possible divide-by-zero in wbdirtylimits, again" Patch series "mm: Avoid possible overflows in dirty throttling". Dirty throttling logic assumes dirty limits in page units fit into 32-bits. This patch...

4.7CVSS6.2AI score0.00256EPSS
SaveExploits0References33
CVE
CVE
added 2024/07/30 7:46 a.m.183 views

CVE-2024-42131

CVE-2024-26929 is rejected/not used; this CVE entry is not an active vulnerability.

4.4CVSS6.6AI score0.00244EPSS
SaveExploits0References9Affected Software1
UbuntuCve
UbuntuCve
added 2024/07/29 6:15 p.m.53 views

CVE-2024-42096

In the Linux kernel, the following vulnerability has been resolved: x86: stop playing stack games in profilepc The 'profilepc' function is used for timer-based profiling, which isn't really all that relevant any more to begin with, but it also ends up making assumptions based on the stack layout...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References32
OSV
OSV
added 2024/07/29 2:15 p.m.5 views

UBUNTU-CVE-2024-41020

In the Linux kernel, the following vulnerability has been resolved: filelock: Fix fcntl/close race recovery compat path When I wrote commit 3cad1bc01041 "filelock: Remove locks reliably when fcntl/close race is detected", I missed that there are two copies of the code I was patching: The normal...

4.7CVSS6.2AI score0.00183EPSS
SaveExploits0References38
CVE
CVE
added 2024/07/29 1:34 p.m.201 views

CVE-2024-41020

CVE-2024-41020 (Linux kernel) is addressed in IBM Storage Scale bulletin as part of a broader set of kernel fixes. The entry notes a filelock race involving fcntl/close that was backported to the compat path for 32-bit kernels, mirroring an earlier patch for the normal path. The connected IBM bul...

4.7CVSS6.6AI score0.00183EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/29 1:34 p.m.30 views

CVE-2024-41020 filelock: Fix fcntl/close race recovery compat path

In the Linux kernel, the following vulnerability has been resolved: filelock: Fix fcntl/close race recovery compat path When I wrote commit 3cad1bc01041 "filelock: Remove locks reliably when fcntl/close race is detected", I missed that there are two copies of the code I was patching: The normal...

6.8AI score0.00183EPSS
SaveExploits0References9
Rows per page
Query Builder