Lucene search
+L

546 matches found

UbuntuCve
UbuntuCve
added 2024/03/11 6:15 p.m.23 views

CVE-2023-52494

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Add alignment check for event ring read pointer Though we do check the event ring read pointer by "isvalidringptr" to make sure it is in the buffer range, but there is another risk the pointer may be not aligned...

7.8CVSS6.3AI score0.0028EPSS
SaveExploits0References21
CNNVD
CNNVD
added 2024/03/11 12:0 a.m.8 views

Linux kernel security vulnerabilities

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 the Linux kernel that stems from an unaligned event ring read pointer, leading to issues such as a denial of service DoS or ring buffer memor...

7.8CVSS6.2AI score0.0028EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/02/29 12:0 a.m.16 views

PT-2024-26754

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to an incorrect number of pages being released for buffers that do not start at the beginning of a page in the Linux kernel. This is fixed by correcting page refcoun...

5.5CVSS5.5AI score0.00209EPSS
SaveExploits0
OSV
OSV
added 2024/02/02 8:59 p.m.16 views

GHSA-Q669-2VFG-CXCG Nervos CKB Unaligned Pointer Dereference

via [email protected] There are multiple type conversions in ckb that unsafely cast between byte pointers and other types of pointers. This results in unaligned pointers, which are not allowed by the Rust language, and are considered undefined behavior, meaning that the compiler is free to do...

7.5AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/02/02 12:0 a.m.5 views

PT-2024-40421 · Ckb · Ckb

Name of the Vulnerable Software and Affected Versions: ckb affected versions not specified Description: The issue arises from multiple type conversions in ckb that unsafely cast between byte pointers and other types of pointers, resulting in unaligned pointers. This is considered undefined behavi...

7.3AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/12/21 6:14 p.m.20 views

unsafe-libyaml unaligned write of u64 on 32-bit and 16-bit platforms

Affected versions allocate memory using the alignment of usize and write data to it of type u64, without using core::ptr::writeunaligned. In platforms with sub-64bit alignment for usize including wasm32 and x86 these writes are insufficiently aligned some of the time. If using an ordinary optimiz...

7AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/12/21 6:14 p.m.16 views

GHSA-R24F-HG58-VFRW unsafe-libyaml unaligned write of u64 on 32-bit and 16-bit platforms

Affected versions allocate memory using the alignment of usize and write data to it of type u64, without using core::ptr::writeunaligned. In platforms with sub-64bit alignment for usize including wasm32 and x86 these writes are insufficiently aligned some of the time. If using an ordinary optimiz...

7AI score
SaveExploits0References4
RustSec
RustSec
added 2023/12/20 12:0 p.m.5 views

Unaligned write of u64 on 32-bit and 16-bit platforms

Affected versions allocate memory using the alignment of usize and write data to it of type u64, without using core::ptr::writeunaligned. In platforms with sub-64bit alignment for usize including wasm32 and x86 these writes are insufficiently aligned some of the time. If using an ordinary optimiz...

7.1AI score
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2023/12/14 12:0 a.m.6 views

PT-2023-9555

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel's mhi component, where an unaligned read pointer in the event ring could lead to multiple issues like Denial of Service DoS or ring buffer memory...

7.8CVSS6.7AI score0.0028EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/09/11 8:43 p.m.23 views

Users vulnerable to unaligned read of `*const *const c_char` pointer

Affected versions dereference a potentially unaligned pointer. The pointer is commonly unaligned in practice, resulting in undefined behavior. In some build modes, this is observable as a panic followed by abort. In other build modes the UB may manifest in some other way, including the possibilit...

6.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/09/11 8:43 p.m.3 views

GHSA-JCR6-4FRQ-9GJJ Users vulnerable to unaligned read of `*const *const c_char` pointer

Affected versions dereference a potentially unaligned pointer. The pointer is commonly unaligned in practice, resulting in undefined behavior. In some build modes, this is observable as a panic followed by abort. In other build modes the UB may manifest in some other way, including the possibilit...

5.9AI score
SaveExploits0References3
RustSec
RustSec
added 2023/09/10 12:0 p.m.12 views

Unaligned read of `*const *const c_char` pointer

Affected versions dereference a potentially unaligned pointer. The pointer is commonly unaligned in practice, resulting in undefined behavior. In some build modes, this is observable as a panic followed by abort. In other build modes the UB may manifest in some other way, including the possibilit...

7.1AI score
SaveExploits0
OSV
OSV
added 2023/06/30 8:21 p.m.5 views

GHSA-G98V-HV3F-HCFR atty potential unaligned read

On windows, atty dereferences a potentially unaligned pointer. In practice however, the pointer won't be unaligned unless a custom global allocator is used. In particular, the System allocator on windows uses HeapAlloc, which guarantees a large enough alignment. atty is Unmaintained A Pull Reques...

5.7AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.10 views

kernel: ext4: avoid resizing to a partial cluster size

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid resizing to a partial cluster size This patch avoids an attempt to resize the filesystem to an unaligned cluster boundary. An online resize to a size that is not integral to cluster size results in the last iteration...

5.5CVSS6.3AI score0.00161EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 6:9 a.m.2 views

SUSE CVE-2007-6441

The WiMAX dissector in Wireshark formerly Ethereal 0.99.6 allows remote attackers to cause a denial of service crash via unknown vectors related to "unaligned access on some platforms."...

3.3CVSS6.8AI score0.01001EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 5:20 a.m.4 views

SUSE CVE-2015-2672

The xsave/xrstor implementation in arch/x86/include/asm/xsave.h in the Linux kernel before 3.19.2 creates certain .altinstrreplacement pointers and consequently does not provide any protection against instruction faulting, which allows local users to cause a denial of service panic by triggering ...

5.5CVSS5.3AI score0.00365EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 4:5 a.m.4 views

SUSE CVE-2019-20840

An issue was discovered in LibVNCServer before 0.9.13. libvncserver/wsdecode.c can lead to a crash because of unaligned accesses in hybiReadAndDecode...

7.5CVSS9.2AI score0.02615EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2023/02/15 3:47 a.m.5 views

SUSE CVE-2021-4155

A data leak flaw was found in the way XFSIOCALLOCSP IOCTL in the XFS filesystem allowed for size increase of files with unaligned size. A local attacker could use this flaw to leak data on the XFS filesystem otherwise not accessible to them...

5.5CVSS6.5AI score0.00292EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2023/02/15 3:28 a.m.5 views

SUSE CVE-2022-23639

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of i,u64 on a...

8.1CVSS6.8AI score0.01239EPSS
SaveExploits1References3
zdt
zdt
added 2023/02/03 12:0 a.m.292 views

macOS Dirty Cow Arbitrary File Write Local Privilege Escalation Exploit

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'macOS Dirty Cow Arbitrary File Write Local Privilege Escalation', 'Description' = %q An app may be able to execute arbitrary code with kernel...

7CVSS7.1AI score0.44678EPSS
SaveExploits9
Rows per page
Query Builder