Lucene search
+L

148 matches found

Veracode
Veracode
added 2022/09/02 12:53 p.m.21 views

Denial Of Service (DoS)

radare2 is vulnerable to denial of service. The vulnerability exists due to an off-by-one overflow flaw caused by mismatched array length in corejava.c which allows an attacker to crash the application via malicious input...

7.5CVSS7.2AI score0.0109EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2022/08/19 11:15 p.m.39 views

CVE-2020-27793

An off-by-one overflow flaw was found in radare2 due to mismatched array length in corejava.c. This could allow an attacker to cause a crash, and perform a denail of service attack...

7.5CVSS0.0109EPSS
SaveExploits1References2
OSV
OSV
added 2022/08/19 11:15 p.m.25 views

CVE-2020-27793

An off-by-one overflow flaw was found in radare2 due to mismatched array length in corejava.c. This could allow an attacker to cause a crash, and perform a denail of service attack...

7.5CVSS6.9AI score
SaveExploits0References2
OSV
OSV
added 2022/08/19 11:15 p.m.13 views

UBUNTU-CVE-2020-27793

An off-by-one overflow flaw was found in radare2 due to mismatched array length in corejava.c. This could allow an attacker to cause a crash, and perform a denail of service attack...

7.5CVSS5.8AI score0.0109EPSS
SaveExploits1References5
Prion
Prion
added 2022/08/19 11:15 p.m.33 views

Buffer overflow

An off-by-one overflow flaw was found in radare2 due to mismatched array length in corejava.c. This could allow an attacker to cause a crash, and perform a denail of service attack...

5CVSS7.5AI score0.0109EPSS
SaveExploits1References2Affected Software1
UbuntuCve
UbuntuCve
added 2022/08/19 11:15 p.m.29 views

CVE-2020-27793

An off-by-one overflow flaw was found in radare2 due to mismatched array length in corejava.c. This could allow an attacker to cause a crash, and perform a denail of service attack...

7.5CVSS7.1AI score0.0109EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2022/08/19 12:00 a.m.14 views

radare2 安全漏洞

radare2 is a set of libraries and tools for working with binary files. A security vulnerability exists in radare2, which stems from an array length mismatch in corejava.c. An attacker could exploit this vulnerability to perform a denial of service attack...

7.5CVSS7.2AI score0.0109EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2022/08/17 12:00 a.m.19 views

Function may fail when called due to the imprecise length of arrays to be looped (initialize function)

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. Proof of Concept Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept. Even though the array is calldata, there are...

7AI score
SaveExploits0
OSV
OSV
added 2022/06/16 11:53 p.m.22 views

GHSA-RXHX-9FJ6-6H2M enum_map macro can cause UB when `Enum` trait is incorrectly implemented

Affected versions of this crate did not properly check the length of an enum when using enummap! macro, trusting user-provided length. When the LENGTH in the Enum trait does not match the array length in the EnumArray trait, this can result in the initialization of the enum map with uninitialized...

7.8AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2022/06/16 11:40 p.m.21 views

`array!` macro is unsound when its length is impure constant

Affected versions of this crate did substitute the array length provided by an user at compile-time multiple times. When an impure constant expression is passed as an array length such as a result of an impure procedural macro, this can result in the initialization of an array with uninitialized...

3.3AI score
SaveExploits0References5Affected Software1
Code423n4
Code423n4
added 2022/03/03 12:00 a.m.13 views

There is a possibility of Token transfer getting stuck when using Erc1155BatchMessage

Lines of code Vulnerability details Impact In the event of user error while making the calldata for encodeTransferErc1155BatchMessage, where the size of the arrays of ids and amounts donot match, the message will get encoded due to no input validation, however the transfer will fail at the other...

6.9AI score
SaveExploits0
OSV
OSV
added 2022/02/17 12:00 p.m.27 views

RUSTSEC-2022-0010 enum_map macro can cause UB when `Enum` trait is incorrectly implemented

Affected versions of this crate did not properly check the length of an enum when using enummap! macro, trusting user-provided length. When the LENGTH in the Enum trait does not match the array length in the EnumArray trait, this can result in the initialization of the enum map with uninitialized...

7.8AI score
SaveExploits0References3
CNVD
CNVD
added 2021/12/21 12:00 a.m.111 views

NumPy buffer overflow vulnerability

NumPy is a Python scientific computing package. NumPy version 1.9 is vulnerable to a buffer overflow vulnerability caused by the lack of a limit on array length in the PyArrayNewFromDescrint function in ctor .c, which leads to a buffer overflow vulnerability that can be exploited to cause a denia...

5.3CVSS4.8AI score0.01074EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2021/12/17 12:00 a.m.51 views

NumPy 缓冲区错误漏洞

NumPy is a Python scientific computing package. NumPy version 1.9 is vulnerable to a buffer overflow vulnerability caused by the lack of a limit on array length in the PyArrayNewFromDescrint function in ctor .c, which leads to a buffer overflow vulnerability that can be exploited to cause a denia...

5.3CVSS5.9AI score0.01074EPSS
SaveExploits1References12
Github Security Blog
Github Security Blog
added 2021/09/01 6:30 p.m.39 views

Drop of uninitialized memory in stack_dst

Affected versions of stackdst used a pushinner function that increased the internal length of the array and then called val.clone. If the val.clone call panics, the stack could drop an already dropped element or drop uninitialized memory. This issue was fixed in 2a4d538 by increasing the length o...

9.8CVSS8.8AI score0.01167EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/09/01 6:30 p.m.76 views

GHSA-45W7-7G63-2M5W Drop of uninitialized memory in stack_dst

Affected versions of stackdst used a pushinner function that increased the internal length of the array and then called val.clone. If the val.clone call panics, the stack could drop an already dropped element or drop uninitialized memory. This issue was fixed in 2a4d538 by increasing the length o...

9.8CVSS9.2AI score0.01167EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/09/01 6:30 p.m.41 views

Double free in stack_dst

Affected versions of stackdst used a pushinner function that increased the internal length of the array and then called val.clone. If the val.clone call panics, the stack could drop an already dropped element or drop uninitialized memory. This issue was fixed in 2a4d538 by increasing the length o...

9.8CVSS8.8AI score0.01167EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2021/09/01 6:30 p.m.21 views

GHSA-8MJX-H23H-W2PG Double free in stack_dst

Affected versions of stackdst used a pushinner function that increased the internal length of the array and then called val.clone. If the val.clone call panics, the stack could drop an already dropped element or drop uninitialized memory. This issue was fixed in 2a4d538 by increasing the length o...

9.8CVSS9.2AI score0.01167EPSS
SaveExploits0References6
OSV
OSV
added 2021/09/01 6:30 p.m.26 views

GHSA-WCVP-R8J8-47PC Double free in toodee

When inserting rows from an iterator at a particular index, toodee would shift items over, duplicating their ownership. The space reserved for the new elements was based on the len returned by the ExactSizeIterator. This could result in elements in the array being freed twice if the iterator...

9.8CVSS8.5AI score0.01167EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/09/01 6:30 p.m.34 views

Double free in toodee

When inserting rows from an iterator at a particular index, toodee would shift items over, duplicating their ownership. The space reserved for the new elements was based on the len returned by the ExactSizeIterator. This could result in elements in the array being freed twice if the iterator...

9.8CVSS9AI score0.01167EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder