Lucene search
+L

13003 matches found

OSV
OSV
added 2021/08/31 5:15 p.m.12 views

CVE-2021-22684

Tizen RT RTOS version 3.0.GBB is vulnerable to integer wrap-around in functionscalloc and mmzalloc. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash...

7.5CVSS7.2AI score0.01105EPSS
SaveExploits0References1
NVD
NVD
added 2021/08/31 5:15 p.m.21 views

CVE-2021-22684

Tizen RT RTOS version 3.0.GBB is vulnerable to integer wrap-around in functionscalloc and mmzalloc. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash...

7.5CVSS0.01105EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/08/31 5:15 p.m.6 views

CVE-2021-22684

Tizen RT RTOS version 3.0.GBB is vulnerable to integer wrap-around in functionscalloc and mmzalloc. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash...

7.5CVSS7.1AI score0.01105EPSS
SaveExploits0References2
Prion
Prion
added 2021/08/31 5:15 p.m.22 views

Integer overflow

Tizen RT RTOS version 3.0.GBB is vulnerable to integer wrap-around in functionscalloc and mmzalloc. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash...

5CVSS8AI score0.01105EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/08/31 4:38 p.m.53 views

CVE-2021-22684

Tizen RT RTOS version 3.0.GBB is vulnerable to integer wrap-around in functionscalloc and mmzalloc. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash...

7.7AI score0.01105EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2021/08/31 3:01 p.m.12 views

golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents

A flaw was found in Go, where it attempts to allocate excessive memory. This issue may cause panic or unrecoverable fatal error if passed inputs with very large exponents. The highest threat from this vulnerability is to system availability...

7.5CVSS7.1AI score0.034EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2021/08/27 6:15 p.m.43 views

CVE-2021-28700

xen/arm: No memory limit for dom0less domUs The dom0less feature allows an administrator to create multiple unprivileged domains directly from Xen. Unfortunately, the memory limit from them is not set. This allow a domain to allocate memory beyond what an administrator originally configured...

6.4AI score0.0187EPSS
SaveExploits0References6
CNVD
CNVD
added 2021/08/27 12:00 a.m.59 views

Bento4 Denial of Service Vulnerability (CNVD-2023-00384)

Bento4 is an open source C library for reading and writing MP4 files. Bento4 version 1.5.1.0 suffers from a denial of service vulnerability that stems from a memory allocation failure in the AP4 CttsAtom class in Core/Ap4CttsAtom.cpp, which can be exploited by remote attackers to cause a denial o...

7.5CVSS4.8AI score0.01527EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2021/08/27 12:00 a.m.8 views

PT-2021-6824 · Xen +1 · Xen +1

Name of the Vulnerable Software and Affected Versions: Xen affected versions not specified Description: The issue is related to the dom0less feature of the Xen hypervisor, which allows administrators to create multiple unprivileged domains directly from Xen. Unfortunately, the memory limit for...

7.8CVSS6.1AI score0.0187EPSS
SaveExploits0References112
OSV
OSV
added 2021/08/25 9:01 p.m.29 views

GHSA-V5M7-53CV-F3HX crossbeam-channel Undefined Behavior before v0.4.4

Impact The affected version of this crate's the bounded channel incorrectly assumes that Vec::fromiter has allocated capacity that same as the number of iterator elements. Vec::fromiter does not actually guarantee that and may allocate extra memory. The destructor of the bounded channel...

8.1CVSS7.2AI score0.02776EPSS
SaveExploits2References7
OSV
OSV
added 2021/08/25 9:00 p.m.10 views

GHSA-MCRF-7HF9-F6Q5 Unchecked vector pre-allocation

Affected versions of this crate pre-allocate memory on deserializing raw buffers without checking whether there is sufficient data available. This allows an attacker to do denial-of-service attacks by sending small msgpack messages that allocate gigabytes of memory...

7AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 9:00 p.m.23 views

Unchecked vector pre-allocation

Affected versions of this crate pre-allocate memory on deserializing raw buffers without checking whether there is sufficient data available. This allows an attacker to do denial-of-service attacks by sending small msgpack messages that allocate gigabytes of memory...

6.8AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.45 views

Unaligned memory allocation in chunky

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

7.5CVSS7.3AI score0.00915EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.38 views

Use-after-free in yottadb

An issue was discovered in the yottadb crate before 1.2.0 for Rust. For some memory-allocation patterns, ydbsubscriptnextst and ydbsubscriptprevst have a use-after-free...

9.8CVSS2AI score0.01308EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:55 p.m.53 views

GHSA-9658-C26V-7QVF Use-after-free in yottadb

An issue was discovered in the yottadb crate before 1.2.0 for Rust. For some memory-allocation patterns, ydbsubscriptnextst and ydbsubscriptprevst have a use-after-free...

9.8CVSS9.4AI score0.01308EPSS
SaveExploits1References4
OSV
OSV
added 2021/08/25 2:43 p.m.25 views

GHSA-9W2P-5MGW-P94C Integer overflow due to conversion to unsigned

Impact The implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. python import tensorflow as tf tf.rawops.QuantizeAndDequantizeV4Grad...

5.7CVSS5.9AI score0.00152EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:42 p.m.22 views

GHSA-GF88-J2MG-CC82 Crash caused by integer conversion to unsigned

Impact An attacker can cause a denial of service in boostedtreescreatequantilestreamresource by using negative arguments: python import tensorflow as tf from tensorflow.python.ops import genboostedtreesops import numpy as np v= tf.Variable0.0, 0.0, 0.0, 0.0, 0.0...

6.8CVSS5.8AI score0.00154EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:15 p.m.10 views

CVE-2018-10790

The AP4CttsAtom class in Core/Ap4CttsAtom.cpp in Bento4 1.5.1.0 allows remote attackers to cause a denial of service application crash, related to a memory allocation failure, as demonstrated by mp2aac...

7.5CVSS5.8AI score0.01527EPSS
SaveExploits1References2
NVD
NVD
added 2021/08/25 2:15 p.m.26 views

CVE-2018-10790

The AP4CttsAtom class in Core/Ap4CttsAtom.cpp in Bento4 1.5.1.0 allows remote attackers to cause a denial of service application crash, related to a memory allocation failure, as demonstrated by mp2aac...

7.5CVSS0.01527EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2021/08/25 2:15 p.m.24 views

CVE-2018-10790

The AP4CttsAtom class in Core/Ap4CttsAtom.cpp in Bento4 1.5.1.0 allows remote attackers to cause a denial of service application crash, related to a memory allocation failure, as demonstrated by mp2aac...

7.5CVSS7.1AI score0.01527EPSS
SaveExploits1References3
Rows per page
Query Builder