Lucene search
K

1658 matches found

RedHat Linux
RedHat Linux
added 2021/12/08 10:36 a.m.1 views

Mozilla: GC rooting failure when calling wasm instance methods

The Mozilla Foundation Security Advisory describes this flaw as: Failure to correctly record the location of live pointers across wasm instance calls resulted in a GC occurring within the call not tracing those live pointers. This could have led to a use-after-free causing a potentially exploitab...

8.8CVSS7.3AI score0.00967EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2021/12/08 10:16 a.m.1 views

Mozilla: GC rooting failure when calling wasm instance methods

The Mozilla Foundation Security Advisory describes this flaw as: Failure to correctly record the location of live pointers across wasm instance calls resulted in a GC occurring within the call not tracing those live pointers. This could have led to a use-after-free causing a potentially exploitab...

8.8CVSS7.3AI score0.00967EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2021/12/08 10:16 a.m.0 views

Mozilla: GC rooting failure when calling wasm instance methods

The Mozilla Foundation Security Advisory describes this flaw as: Failure to correctly record the location of live pointers across wasm instance calls resulted in a GC occurring within the call not tracing those live pointers. This could have led to a use-after-free causing a potentially exploitab...

8.8CVSS7.3AI score0.00967EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2021/12/08 10:13 a.m.0 views

Mozilla: GC rooting failure when calling wasm instance methods

The Mozilla Foundation Security Advisory describes this flaw as: Failure to correctly record the location of live pointers across wasm instance calls resulted in a GC occurring within the call not tracing those live pointers. This could have led to a use-after-free causing a potentially exploitab...

8.8CVSS7.3AI score0.00967EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2021/12/08 10:2 a.m.2 views

Mozilla: GC rooting failure when calling wasm instance methods

The Mozilla Foundation Security Advisory describes this flaw as: Failure to correctly record the location of live pointers across wasm instance calls resulted in a GC occurring within the call not tracing those live pointers. This could have led to a use-after-free causing a potentially exploitab...

8.8CVSS7.3AI score0.00967EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2021/12/08 3:3 a.m.42 views

CVE-2021-43539

The Mozilla Foundation Security Advisory describes this flaw as: Failure to correctly record the location of live pointers across wasm instance calls resulted in a GC occurring within the call not tracing those live pointers. This could have led to a use-after-free causing a potentially exploitab...

8.8CVSS9.1AI score0.00967EPSS
Exploits0References3
OSV
OSV
added 2021/12/08 12:0 a.m.1 views

UBUNTU-CVE-2021-43539

Failure to correctly record the location of live pointers across wasm instance calls resulted in a GC occurring within the call not tracing those live pointers. This could have led to a use-after-free causing a potentially exploitable crash. This vulnerability affects Thunderbird 91.4.0, Firefox...

8.8CVSS7.3AI score0.00967EPSS
Exploits0References8
OSV
OSV
added 2021/11/03 6:15 p.m.1 views

CVE-2021-23820

This affects all versions of package json-pointer. A type confusion vulnerability can lead to a bypass of CVE-2020-7709 when the pointer components are arrays...

9.8CVSS6.8AI score0.00522EPSS
Exploits1References3
CNVD
CNVD
added 2021/11/02 12:0 a.m.23 views

Nvidia vGPU Software code issue vulnerability

Nvidia vGPU Software is a management software for providing GPU functionality to virtual machines from Nvidia, Inc. NVIDIA vGPU software is vulnerable to a code issue that could be exploited by an attacker to dereference NULL pointers and cause a denial of service...

5.5CVSS5.3AI score0.0005EPSS
Exploits0References1
CNNVD
CNNVD
added 2021/10/29 12:0 a.m.3 views

Nvidia vGPU Software 代码问题漏洞

Nvidia vGPU Software is a management software for providing GPU functionality to virtual machines from Nvidia, Inc. NVIDIA vGPU software is vulnerable to a code issue that could be exploited by an attacker to dereference NULL pointers and cause a denial of service...

5.5CVSS5.7AI score0.0005EPSS
Exploits0References3
NVD
NVD
added 2021/10/22 12:15 p.m.20 views

CVE-2021-38479

Many API function codes receive raw pointers remotely from the user and trust these pointers as valid in-bound memory regions. An attacker can manipulate API functions by writing arbitrary data into the resolved address of a raw pointer...

7.5CVSS0.00165EPSS
Exploits0References1
OSV
OSV
added 2021/10/22 12:15 p.m.1 views

CVE-2021-38479

Many API function codes receive raw pointers remotely from the user and trust these pointers as valid in-bound memory regions. An attacker can manipulate API functions by writing arbitrary data into the resolved address of a raw pointer...

7.5CVSS7.2AI score0.00165EPSS
Exploits0References1
RustSec
RustSec
added 2021/10/17 12:0 p.m.22 views

abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

7.5CVSS1.2AI score0.00291EPSS
Exploits0
OSV
OSV
added 2021/10/17 12:0 p.m.15 views

RUSTSEC-2021-0120 abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

7.5CVSS7.2AI score0.00291EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2021/09/20 7:54 p.m.28 views

Wrong type for `Linker`-define functions when used across two `Engine`s

Impact As a Rust library the wasmtime crate clearly marks which functions are safe and which are unsafe, guaranteeing that if consumers never use unsafe then it should not be possible to have memory unsafety issues in their embeddings of Wasmtime. An issue was discovered in the safe API of...

6.3CVSS6.4AI score0.00074EPSS
Exploits0References10Affected Software1
Prion
Prion
added 2021/09/17 8:15 p.m.18 views

Type confusion

Wasmtime is an open source runtime for WebAssembly & WASI. Wasmtime before version 0.30.0 is affected by a type confusion vulnerability. As a Rust library the wasmtime crate clearly marks which functions are safe and which are unsafe, guaranteeing that if consumers never use unsafe then it should...

3.3CVSS6.2AI score0.00074EPSS
Exploits0References5Affected Software2
Redos
Redos
added 2021/09/08 12:0 a.m.22 views

ROS-2-547

2.547 Multiple vulnerabilities in ClamAV antivirus package CVE-2021-1252, CVE-2021-1404, CVE-2021-1405 1. Vulnerability Description: CVE-2021-1252 - looping when processing specially formatted Excel XLM files. CVE-2021-1404 - process crash when processing specially formatted PDF documents...

7.2AI score0.01319EPSS
Exploits0
Redos
Redos
added 2021/09/08 12:0 a.m.28 views

ROS-2-457

2.457 Multiple vulnerabilities in ClamAV antivirus package CVE-2021-1252, CVE-2021-1404, CVE-2021-1405 1. Vulnerability Description: CVE-2021-1252 - looping when processing specially formatted Excel XLM files. CVE-2021-1404 - process crash when processing specially formatted PDF documents...

7.2AI score0.01319EPSS
Exploits0
Huntr
Huntr
added 2021/09/07 1:40 p.m.65 views

Heap-based Buffer Overflow in vim/vim

✍️ Description While testing vim built from commit ddfc051 with Ubuntu clang version 12.0.0-3ubuntu120.04.3 and Address Sanitizer, we discovered crafted input which triggers a heap-buffer-overflow, READ of size 1. 🕵️‍♂️ Proof of Concept 1. git clone https://github.com/vim/vim LD=lld AS=llvm-as...

6.8CVSS1AI score0.00385EPSS
Exploits1References1
CNNVD
CNNVD
added 2021/09/06 12:0 a.m.1 views

Qualcomm 芯片 代码问题漏洞

A Qualcomm chip is a chip from Qualcomm Incorporated USA. A way to miniaturize circuits mainly semiconductor devices, but also passive components, etc., and from time to time are manufactured on the surface of semiconductor wafers. A code issue vulnerability exists in Qualcomm chips that stems fr...

7.1CVSS5.9AI score0.0004EPSS
Exploits0References6
Rows per page
Query Builder