Lucene search
+L

2579 matches found

RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.4 views

kernel: mptcp: really cope with fastopen race

A vulnerability was found in the subflowsimultaneousconnect function in the mptcp component in the Linux kernel, where not all possible subflow states are evaluated, leading to a potential race condition. This issue could lead to undefined network behavior...

5.5CVSS7.1AI score0.00172EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.5 views

kernel: Linux kernel: ACPICA undefined behavior due to zero offset to null pointer

A flaw was found in ACPICA in the Linux kernel. This vulnerability allows for a denial of service via a null pointer dereference...

5.5CVSS7.2AI score0.00146EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.2 views

kernel: nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells

In the Linux kernel, the following vulnerability has been resolved: nvmem: Fix shift-out-of-bound UBSAN with byte size cells If a cell has 'nbits' equal to a multiple of BITSPERBYTE the logic p &= GENMASKcell-nbits%BITSPERBYTE - 1, 0; will become undefined behavior because nbits modulo BITSPERBYT...

7.8CVSS6.8AI score0.00221EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:0 a.m.6 views

bpftool: Fix undefined behavior in qsort(NULL 0 ...)

...

5.5CVSS6.9AI score0.00234EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/11/12 12:0 a.m.6 views

PT-2024-40411 · Unknown · Simd-Json-Derive

Name of the Vulnerable Software and Affected Versions: simd-json-derive versions prior to 0.12.0 Description: The issue arises from an invalid use of MaybeUninit::uninit.assume init in the derive macro of simd-json-derive, leading to undefined behavior. This misuse can cause invalid memory access...

8.7CVSS7.4AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/11/12 12:0 a.m.8 views

PT-2024-40524 · Unknown · Fast-Float

Name of the Vulnerable Software and Affected Versions: fast-float affected versions not specified Description: The fast-float library contains soundness issues, including undefined behavior when checking input length and functions marked as safe with non-local safety guarantees. The library is al...

6.9CVSS7.1AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/11/08 5:23 a.m.3 views

CVE-2024-50177 drm/amd/display: fix a UBSAN warning in DML2.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a UBSAN warning in DML2.1 When programming phantom pipe, since cursorwidth is explicity set to 0, this causes calculation logic to trigger overflow for an unsigned int triggering the kernel's UBSAN check as...

7.8AI score0.00189EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/11/08 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from an integer overflow problem when a UBSAN warning is triggered...

5.5CVSS6.7AI score0.00189EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/07 10:15 a.m.3 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...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References18
Vulnrichment
Vulnrichment
added 2024/11/07 9:31 a.m.3 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.6AI score0.00226EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/06 7:0 p.m.5 views

CLSA-2024-1730919625 Fix CVE(s): CVE-2020-27773, CVE-2020-27775

SECURITY UPDATE: Integer overflow vulnerability in gem-private.h - debian/patches/CVE-2020-27773.patch: fix gamma calculation to prevent division by zero in ConvertLuvToXYZ function - CVE-2020-27773 SECURITY UPDATE: Undefined behaviour in quantum.h - debian/patches/CVE-2020-27775.patch: fix...

4.3CVSS6.7AI score0.01124EPSS
SaveExploits2References1
0day.today
0day.today
added 2024/11/06 12:0 a.m.283 views

ABB Cylon Aspect 3.08.00 Off-By-One Vulnerability

A vulnerability was identified in a ABB Cylon Aspect version 3.08.00 where an off-by-one error in array access could lead to undefined behavior and potential denial of service. The issue arises in a loop that iterates over an array using a less than or equals to condition, allowing access to an...

7.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/05 1:22 a.m.8 views

kernel: bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq

in linux kernel, shift undefined behavior occurs in bnxtqpliballocinithwq with hwqattr-auxdepth of nonzero and hwqattr-auxstride of zero...

4.4CVSS7.3AI score0.00247EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/05 12:54 a.m.5 views

kernel: bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq

in linux kernel, shift undefined behavior occurs in bnxtqpliballocinithwq with hwqattr-auxdepth of nonzero and hwqattr-auxstride of zero...

4.4CVSS7.3AI score0.00247EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/10/31 12:0 a.m.4 views

PT-2024-40925 · Unknown · Fast-Float

Name of the Vulnerable Software and Affected Versions: fast-float affected versions not specified Description: The fast-float library contains soundness issues, including undefined behavior when checking input length and functions marked as safe with non-local safety guarantees. The library is al...

7.1AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2024/10/31 12:0 a.m.11 views

FreeBSD : librewolf -- Undefined behavior in selection node cache (b73d1f2a-96de-11ef-9e71-00d8612f03c8)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the b73d1f2a-96de-11ef-9e71-00d8612f03c8 advisory. [email protected] reports: When manipulating the selection node cache, an attacker may have been abl...

6.5CVSS7.5AI score0.00256EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/10/26 3:1 a.m.3 views

SUSE CVE-2024-49933

In the Linux kernel, the following vulnerability has been resolved: blkiocost: fix more out of bound shifts Recently running UBSAN caught few out of bound shifts in the iocforgivedebts function: UBSAN: shift-out-of-bounds in block/blk-iocost.c:2142:38 shift exponent 80 is too large for 64-bit typ...

4.7CVSS6.4AI score0.00241EPSS
SaveExploits0References19
RedhatCVE
RedhatCVE
added 2024/10/22 2:47 p.m.9 views

CVE-2024-49987

In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix undefined behavior in qsortNULL, 0, ... When netfilter has no entry to display, qsort is called with qsortNULL, 0, .... This results in undefined behavior, as UBSan reports: net.c:827:2: runtime error: null pointer...

5.5CVSS6.8AI score0.00234EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 6:15 p.m.15 views

CVE-2024-49987

In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix undefined behavior in qsortNULL, 0, ... When netfilter has no entry to display, qsort is called with qsortNULL, 0, .... This results in undefined behavior, as UBSan reports: net.c:827:2: runtime error: null pointer...

5.5CVSS0.00234EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 6:15 p.m.7 views

AZL-51768 CVE-2024-49987 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix undefined behavior in qsortNULL, 0, ... When netfilter has no entry to display, qsort is called with qsortNULL, 0, .... This results in undefined behavior, as UBSan reports: net.c:827:2: runtime error: null pointer...

5.5CVSS6.3AI score0.00234EPSS
SaveExploits0References1
Rows per page
Query Builder