Lucene search
+L

4983 matches found

OSV
OSV
added 2024/11/08 6:15 a.m.11 views

UBUNTU-CVE-2024-50188

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83869: fix memory corruption when enabling fiber When configuring the fiber port, the DP83869 PHY driver incorrectly calls linkmodesetbit with a bit mask 1 10 rather than a bit number 10. This corrupts some other memo...

7.8CVSS6.2AI score0.00225EPSS
SaveExploits0References30
OSV
OSV
added 2024/11/08 6:15 a.m.17 views

UBUNTU-CVE-2024-50182

In the Linux kernel, the following vulnerability has been resolved: secretmem: disable memfdsecret if arch cannot set direct map Return -ENOSYS from memfdsecret syscall if !cansetdirectmap. This is the case for example on some arm64 configurations, where marking 4k PTEs in the direct map not...

7.1CVSS6.2AI score0.00232EPSS
SaveExploits0References36
Cvelist
Cvelist
added 2024/11/08 6:07 a.m.32 views

CVE-2024-50203 bpf, arm64: Fix address emission with tag-based KASAN enabled

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix address emission with tag-based KASAN enabled When BPFTRAMPFCALLORIG is enabled, the address of a bpftrampimage struct on the stack is passed during the size calculation pass and an address on the heap is passed...

7.8CVSS0.00232EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/11/08 6:07 a.m.21 views

CVE-2024-50203

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix address emission with tag-based KASAN enabled When BPFTRAMPFCALLORIG is enabled, the address of a bpftrampimage struct on the stack is passed during the size calculation pass and an address on the heap is passed...

7.8CVSS6.2AI score0.00232EPSS
SaveExploits0
OSV
OSV
added 2024/11/08 6:07 a.m.16 views

CVE-2024-50203 bpf, arm64: Fix address emission with tag-based KASAN enabled

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix address emission with tag-based KASAN enabled When BPFTRAMPFCALLORIG is enabled, the address of a bpftrampimage struct on the stack is passed during the size calculation pass and an address on the heap is passed...

7.8CVSS6.9AI score
SaveExploits0References7
CVE
CVE
added 2024/11/08 6:07 a.m.163 views

CVE-2024-50203

CVE-2024-50203 affects the Linux kernel BPF trampoline path on arm64 when BPF_TRAMP_F_CALL_ORIG is enabled and tag-based KASAN is active. The issue arises because the stack address (bpf_tramp_image) is computed during size calculation using one address and then a heap address is used during code ...

7.8CVSS7.7AI score0.00232EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/11/08 5:54 a.m.173 views

CVE-2024-50194

The CVE-2024-50194 issue affects the Linux kernel arm64 uprobes on big-endian kernels, where in-memory instruction encoding (little-endian) was not converted to the kernel nativ e endianness before analysis and simulation. Consequences could include rejecting probeable instructions, unsafe out-of...

5.5CVSS6.8AI score0.00229EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/11/08 5:54 a.m.29 views

CVE-2024-50194 arm64: probes: Fix uprobes for big-endian kernels

In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Fix uprobes for big-endian kernels The arm64 uprobes code is broken for big-endian kernels as it doesn't convert the in-memory instruction encoding which is always little-endian into the kernel's native endianness...

0.00229EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/11/08 5:54 a.m.17 views

CVE-2024-50194

In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Fix uprobes for big-endian kernels The arm64 uprobes code is broken for big-endian kernels as it doesn't convert the in-memory instruction encoding which is always little-endian into the kernel's native endianness...

5.5CVSS6AI score0.00229EPSS
SaveExploits0
OSV
OSV
added 2024/11/08 5:54 a.m.16 views

CVE-2024-50194 arm64: probes: Fix uprobes for big-endian kernels

In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Fix uprobes for big-endian kernels The arm64 uprobes code is broken for big-endian kernels as it doesn't convert the in-memory instruction encoding which is always little-endian into the kernel's native endianness...

5.5CVSS6.6AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/11/08 5:38 a.m.40 views

CVE-2024-50188 net: phy: dp83869: fix memory corruption when enabling fiber

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83869: fix memory corruption when enabling fiber When configuring the fiber port, the DP83869 PHY driver incorrectly calls linkmodesetbit with a bit mask 1 10 rather than a bit number 10. This corrupts some other memo...

7.8CVSS0.00225EPSS
SaveExploits0References6
CVE
CVE
added 2024/11/08 5:38 a.m.182 views

CVE-2024-50182

CVE-2024-50182 concerns the Linux kernel memfd_secret() syscall. On arm64 configurations where arch cannot set a direct map (notably when can_set_direct_map() is false), memfd_secret() currently returns success in set_direct_mapInvalid_noflush(), which makes the syscall appear to work but fails t...

7.1CVSS6.4AI score0.00232EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/11/08 5:38 a.m.20 views

CVE-2024-50182 secretmem: disable memfd_secret() if arch cannot set direct map

In the Linux kernel, the following vulnerability has been resolved: secretmem: disable memfdsecret if arch cannot set direct map Return -ENOSYS from memfdsecret syscall if !cansetdirectmap. This is the case for example on some arm64 configurations, where marking 4k PTEs in the direct map not...

7.1CVSS6.2AI score
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/11/07 5:01 p.m.15 views

CVE-2024-50139

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix shift-out-of-bounds bug Fix a shift-out-of-bounds bug reported by UBSAN when running VM with MTE enabled host kernel. UBSAN: shift-out-of-bounds in arch/arm64/kvm/sysregs.c:1988:14 shift exponent 33 is too large f...

5.5CVSS6.9AI score0.00226EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2024/11/07 11:11 a.m.33 views

USN-7088-4: Linux kernel vulnerabilities

Ziming Zhang discovered that the VMware Virtual GPU DRM driver in the Linux kernel contained an integer overflow vulnerability. A local attacker could use this to cause a denial of service system crash. CVE-2022-36402 Several security issues were discovered in the Linux kernel. An attacker could...

9.8CVSS7.1AI score0.00922EPSS
SaveExploits6
OSV
OSV
added 2024/11/07 10:15 a.m.15 views

AZL-53573 CVE-2024-50139 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix shift-out-of-bounds bug Fix a shift-out-of-bounds bug reported by UBSAN when running VM with MTE enabled host kernel. UBSAN: shift-out-of-bounds in arch/arm64/kvm/sysregs.c:1988:14 shift exponent 33 is too large f...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/07 10:15 a.m.15 views

CVE-2024-50139

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix shift-out-of-bounds bug Fix a shift-out-of-bounds bug reported by UBSAN when running VM with MTE enabled host kernel. UBSAN: shift-out-of-bounds in arch/arm64/kvm/sysregs.c:1988:14 shift exponent 33 is too large f...

7.9CVSS0.00226EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/07 10:15 a.m.6 views

UBUNTU-CVE-2024-50139

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix shift-out-of-bounds bug Fix a shift-out-of-bounds bug reported by UBSAN when running VM with MTE enabled host kernel. UBSAN: shift-out-of-bounds in arch/arm64/kvm/sysregs.c:1988:14 shift exponent 33 is too large f...

7.9CVSS6.6AI score0.00226EPSS
SaveExploits0References18
CVE
CVE
added 2024/11/07 9:31 a.m.141 views

CVE-2024-50139

CVE-2024-50139 affects the Linux kernel KVM for ARM64. UBSAN reports a shift-out-of-bounds in arch/arm64/kvm/sys_regs.c (shift exponent 33 too large for 32-bit int) when running VMs with MTE-enabled host kernels. Affected component is the KVM arm64 path and the bug is fixed by a kernel patch (ref...

7.9CVSS5.2AI score0.00226EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.34 views

CVE-2024-50139 KVM: arm64: Fix shift-out-of-bounds bug

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix shift-out-of-bounds bug Fix a shift-out-of-bounds bug reported by UBSAN when running VM with MTE enabled host kernel. UBSAN: shift-out-of-bounds in arch/arm64/kvm/sysregs.c:1988:14 shift exponent 33 is too large f...

7.9CVSS0.00226EPSS
SaveExploits0References3
Rows per page
Query Builder