Lucene search
+L

1548 matches found

OSV
OSV
added 2024/09/13 4:17 p.m.13 views

RHSA-2020:1864 Red Hat Security Advisory: gcc security and bug fix update

Bulletin has no description...

7.5CVSS7.5AI score0.03181EPSS
SaveExploits0References10
OSV
OSV
added 2024/09/13 4:16 p.m.13 views

RHSA-2020:0924 Red Hat Security Advisory: devtoolset-8-gcc security update

Bulletin has no description...

7.5CVSS7.5AI score0.03181EPSS
SaveExploits0References8
Redos
Redos
added 2024/09/11 12:00 a.m.22 views

ROS-20240911-06

A vulnerability in the stack protection feature of the GNU Compiler Collection GCC for different programming languages is due to a data protection mechanism violation. Collection GCC is related to a breach of the data protection mechanism. Exploitation of the vulnerability could allow an attacker...

4.8CVSS6.5AI score0.00758EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2024/09/04 8:46 p.m.21 views

CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS7AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/04 7:15 p.m.22 views

CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS0.00222EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/04 7:15 p.m.27 views

CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS6.1AI score0.00222EPSS
SaveExploits0References26
CVE
CVE
added 2024/09/04 6:36 p.m.169 views

CVE-2024-44965

CVE-2024-44965 is a Linux kernel vulnerability where pti_clone_pgtable() made alignment assumptions (PMD alignment) on the start address, which is valid on x86_64 but not on i386, causing the end condition to malfunction and potentially a short clone of user mappings. The issue could lead to trap...

5.5CVSS6AI score0.00222EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/04 6:36 p.m.20 views

CVE-2024-44965 x86/mm: Fix pti_clone_pgtable() alignment assumption

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

7.1AI score0.00222EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/04 6:36 p.m.20 views

CVE-2024-44965 x86/mm: Fix pti_clone_pgtable() alignment assumption

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

6.1AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/09/04 6:36 p.m.37 views

CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0
NVD
NVD
added 2024/08/17 9:15 a.m.63 views

CVE-2024-42317

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: avoid PMD-size page cache if needed xarray can't support arbitrary page cache size. the largest and supported page cache size is defined as MAXPAGECACHEORDER by commit 099d90642a71 "mm/filemap: make MAXPAGECACHEORD...

5.5CVSS0.00182EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.22 views

CVE-2024-42317 mm/huge_memory: avoid PMD-size page cache if needed

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: avoid PMD-size page cache if needed xarray can't support arbitrary page cache size. the largest and supported page cache size is defined as MAXPAGECACHEORDER by commit 099d90642a71 "mm/filemap: make MAXPAGECACHEORD...

6.9AI score0.00182EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/15 10:12 a.m.23 views

SUSE-SU-2024:2933-1 Security update for openssl-1_1

This update for openssl-11 fixes the following issues: - CVE-2024-5535: Fixed a buffer overread in function SSLselectnextproto with an empty supported client protocols buffer bsc1227138 Other fixes: - Build with no-afalgeng. bsc1226463 - Fixed C99 violations to allow the package to build with GCC...

9.1CVSS7.9AI score0.05582EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2024/08/01 12:09 p.m.19 views

CVE-2024-42161

A vulnerability was found in the Linux kernel in the bpfenumvaluekind function, where a lack of proper checks could lead to an uninitialized variable being used. This issue could lead to undefined behavior or memory corruption. Mitigation Mitigation for this issue is either not available or the...

6.3CVSS7.9AI score0.0022EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.25 views

CVE-2024-42161

In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid uninitialized value in BPFCOREREADBITFIELD Changes from V1: - Use a default branch in the switch statement to initialize val'. GCC warns that val' may be used uninitialized in the BPFCREREADBITFIELD macro, defined in...

6.3CVSS6.4AI score0.0022EPSS
SaveExploits0References24
Cvelist
Cvelist
added 2024/07/30 7:47 a.m.27 views

CVE-2024-42161 bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD

In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid uninitialized value in BPFCOREREADBITFIELD Changes from V1: - Use a default branch in the switch statement to initialize val'. GCC warns that val' may be used uninitialized in the BPFCREREADBITFIELD macro, defined in...

0.0022EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/30 7:47 a.m.18 views

CVE-2024-42161 bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD

In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid uninitialized value in BPFCOREREADBITFIELD Changes from V1: - Use a default branch in the switch statement to initialize val'. GCC warns that val' may be used uninitialized in the BPFCREREADBITFIELD macro, defined in...

6.7AI score0.0022EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/12 12:32 p.m.25 views

CVE-2024-40974 powerpc/pseries: Enforce hcall result buffer validity and size

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Enforce hcall result buffer validity and size plparhcall, plparhcall9, and related functions expect callers to provide valid result buffers of certain minimum size. Currently this is communicated only through...

7.8CVSS6.5AI score
SaveExploits0References12
CVE
CVE
added 2024/07/12 12:32 p.m.168 views

CVE-2024-40974

CVE-2024-40974 (Linux kernel, powerpc/pseries) is a local concern where plpar_hcall() and plpar_hcall9() expect valid, explicitly-sized result buffers; historically, only in-code comments signaled minimum sizes, risking stack corruption when a caller used undersized buffers. The affected code now...

7.8CVSS6.9AI score0.00302EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/12 12:32 p.m.16 views

CVE-2024-40974 powerpc/pseries: Enforce hcall result buffer validity and size

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Enforce hcall result buffer validity and size plparhcall, plparhcall9, and related functions expect callers to provide valid result buffers of certain minimum size. Currently this is communicated only through...

7.8CVSS7.1AI score0.00302EPSS
SaveExploits0References8
Rows per page
Query Builder