Lucene search
+L

381 matches found

RustSec
RustSec
added 2022/05/10 12:00 p.m.26 views

`SegQueue` creates zero value of any type

Affected versions of this crate called mem::zeroed to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null. The flaw was corrected by avoiding the use of mem::zeroed, using MaybeUninit instead...

3.1AI score
SaveExploits0Affected Software1
RustSec
RustSec
added 2022/05/10 12:00 p.m.21 views

Channel creates zero value of any type

Affected versions of this crate called mem::zeroed to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null. The flaw was corrected by avoiding the use of mem::zeroed, using MaybeUninit instead...

2.8AI score
SaveExploits0Affected Software1
OSV
OSV
added 2022/05/10 12:00 p.m.14 views

RUSTSEC-2022-0021 `SegQueue` creates zero value of any type

Affected versions of this crate called mem::zeroed to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null. The flaw was corrected by avoiding the use of mem::zeroed, using MaybeUninit instead...

6.9AI score
SaveExploits0References3
OSV
OSV
added 2022/05/10 12:00 p.m.21 views

RUSTSEC-2022-0020 `SegQueue` creates zero value of any type

Affected versions of this crate called mem::zeroed to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null. The flaw was corrected by avoiding the use of mem::zeroed, using MaybeUninit instead...

6.9AI score
SaveExploits0References3
RustSec
RustSec
added 2022/05/10 12:00 p.m.18 views

Parser creates invalid uninitialized value

Affected versions of this crate called mem::uninitialized in the HTTP1 parser to create values of type httparse::Header from the httparse crate. This is unsound, since Header contains references and thus must be non-null. The flaw was corrected by avoiding the use of mem::uninitialized, using...

2AI score
SaveExploits0Affected Software1
Code423n4
Code423n4
added 2022/05/08 12:00 a.m.20 views

steal user funds with front-running when he calls depositTokens() of MerkleVesting and MerkleResistor with wrong treeIndex (uninitiated)

Lines of code Vulnerability details Impact This nature of this bug is similar in MerkleVesting and MerkleResistor and MerkleDropFactory, so I only write MerkleDropFactory version: If a user calls depositTokens with wrong treeIndex value by mistake, attacker can perform front-running attack and...

6.7AI score
SaveExploits0
OSV
OSV
added 2022/04/24 10:08 p.m.8 views

GSD-2022-1002077 bpf, sockmap: Fix double uncharge the mem of sk_msg

bpf, sockmap: Fix double uncharge the mem of skmsg This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.110 by commit...

7.2AI score
SaveExploits0
Prion
Prion
added 2022/03/10 5:44 p.m.31 views

Null pointer dereference

The pointer-validation logic in util/memutil.rs in Occlum before 0.26.0 for Intel SGX acts as a confused deputy that allows a local attacker to access unauthorized information via side-channel analysis...

2.1CVSS5.2AI score0.00436EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/01/24 1:15 a.m.9 views

CVE-2021-26706

An issue was discovered in libmem.c in Micrium uC/OS uC/LIB 1.38.x and 1.39.00. The following memory allocation functions do not check for integer overflow when allocating a pool whose size exceeds the address space: MemPoolCreate, MemDynPoolCreate, and MemDynPoolCreateHW. Because these functions...

9.8CVSS5.8AI score0.01939EPSS
SaveExploits0References3
OSV
OSV
added 2022/01/06 10:20 p.m.54 views

GHSA-55M5-WHCV-C49C Use of Uninitialized Resource in smallvec

Affected versions of this crate called mem::uninitialized to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null and thus may not remain uninitialized. The flaw was corrected by avoiding the use of mem::uninitialized, using MaybeUninit...

7.5CVSS7.3AI score0.01389EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2022/01/01 12:00 a.m.13 views

Libbpf 缓冲区错误漏洞

Libbpf is BPF is a kernel technology that allows anyone to choose how the kernel runs without extensive kernel development experience and spending a lot of time setting up for kernel development. A buffer error vulnerability exists in Libbpf that stems from the product's bpfobjectopenmem and...

6.5CVSS7.2AI score0.01132EPSS
SaveExploits1References6
FreeBSD
FreeBSD
added 2021/12/26 12:00 a.m.14 views

py39-unicorn -- sandbox escape and arbitrary code execution vulnerability

jwang-a reports: An issue was discovered in splitregion in uc.c in Unicorn Engine before 2.0.0-rc5. It allows local attackers to escape the sandbox. An attacker must first obtain the ability to execute crafted code in the target sandbox in order to exploit this vulnerability. The specific flaw...

8.1CVSS8.2AI score0.00528EPSS
SaveExploits0References1
OPENSUSE Linux
OPENSUSE Linux
added 2021/10/18 12:00 a.m.63 views

Security update for rpm (important)

openSUSE Security Update: Security update for rpm Announcement ID: openSUSE-SU-2021:1366-1 Rating: important References: 1179416 1183543 1183545 1183632 1183659 1185299 1187670 1188548 Cross-References: CVE-2021-20266 CVE-2021-20271 CVE-2021-3421 CVSS scores: CVE-2021-20266 NVD : 4.9...

5.3CVSS7.5AI score0.01706EPSS
SaveExploits0References8
Fortinet
Fortinet
added 2021/09/07 12:00 a.m.92 views

Protect

A debug functionality in FortiGate may allow a privileged user to execute unauthorized code or commands via specific chains of print str and cmd mem cli commands to, respectively, read and write hexadecimal values to any memory address...

6.6CVSS6.2AI score0.0025EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 9:00 p.m.17 views

smallvec creates uninitialized value of any type

Affected versions of this crate called mem::uninitialized to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null and thus may not remain uninitialized. The flaw was corrected by avoiding the use of mem::uninitialized, using MaybeUninit...

3.8AI score
SaveExploits0References4Affected Software1
NVD
NVD
added 2021/08/10 9:15 p.m.21 views

CVE-2020-21688

A heap-use-after-free in the avfreep function in libavutil/mem.c of FFmpeg 4.2 allows attackers to execute arbitrary code...

8.8CVSS0.01734EPSS
SaveExploits1References2
OSV
OSV
added 2021/08/10 9:15 p.m.9 views

UBUNTU-CVE-2020-21688

A heap-use-after-free in the avfreep function in libavutil/mem.c of FFmpeg 4.2 allows attackers to execute arbitrary code...

8.8CVSS7AI score0.01734EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2021/08/10 12:00 a.m.10 views

FFmpeg 资源管理错误漏洞

FFmpeg is a set of open source computer programs that can be used to record, convert, and stream digital audio and video under the LGPL or GPL license. avfreep function in libavutil/mem.c in FFmpeg version 4.2 is vulnerable to a heap-release post-reuse vulnerability. An attacker can exploit this...

8.8CVSS6.1AI score0.01734EPSS
SaveExploits1References7
OSV
OSV
added 2021/06/30 11:15 a.m.9 views

CVE-2021-34382

Trusty TLK contains a vulnerability in the NVIDIA TLK kernel’s tzmapsharedmem function where an integer overflow on the size parameter causes the request buffer and the logging buffer to overflow, allowing writes to arbitrary addresses within the kernel...

7.8CVSS7.5AI score0.00204EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/06/22 10:15 p.m.4 views

CVE-2021-34392

Trusty TLK contains a vulnerability in the NVIDIA TLK kernel where an integer overflow in the tzmapsharedmem function can bypass boundary checks, which might lead to denial of service...

5.5CVSS6.2AI score0.00187EPSS
SaveExploits0References2
Rows per page
Query Builder