Lucene search
+L

1748 matches found

CNNVD
CNNVD
added 2025/07/03 12:00 a.m.6 views

Linux kernel 安全漏洞

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 not properly handling zero-length encryption requests, which could lead to memory access anomalies...

5.5CVSS6.9AI score0.00169EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2025/05/23 6:35 a.m.12 views

CVE-2024-24431

A reachable assertion in the ogsnasemmdecode function of Open5GS v2.7.0 allows attackers to cause a Denial of Service DoS via a crafted NAS packet with a zero-length EMM message length...

7.5CVSS6.6AI score0.00644EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 5:01 p.m.15 views

CVE-2020-26270

In affected versions of TensorFlow running an LSTM/GRU model where the LSTM/GRU layer receives an input with zero-length results in a CHECK failure when using the CUDA backend. This can result in a query-of-death vulnerability, via denial of service, if users can control the input to the layer...

4.4CVSS6.7AI score0.00173EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/22 5:05 a.m.13 views

CVE-2010-3393

magics-config in Magics++ 2.10.0 places a zero-length directory name in the LDLIBRARYPATH, which allows local users to gain privileges via a Trojan horse shared library in the current working directory...

6.9CVSS6.7AI score0.00386EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 4:30 a.m.19 views

CVE-2010-3362

lastfm 1.5.4 places a zero-length directory name in the LDLIBRARYPATH, which allows local users to gain privileges via a Trojan horse shared library in the current working directory...

6.9CVSS6.7AI score0.00436EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2025/05/20 12:00 a.m.7 views

Linux kernel 安全漏洞

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 improper handling of zero-length modes, which can lead to infinite loops...

5.5CVSS6.9AI score0.00152EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/05/20 12:00 a.m.6 views

Linux kernel 安全漏洞

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 improper handling of zero-length modes, which can lead to infinite loops...

5.5CVSS6.9AI score0.00153EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/16 2:13 p.m.11 views

GHSA-3VCG-J39X-CWFM Vyper's `slice()` may elide side-effects when output length is 0

Impact the slice builtin can elide side effects when the output length is 0, and the source bytestring is a builtin msg.data or .code. the reason is that for these source locations, the check that length = 1 is skipped:...

6.3CVSS6.6AI score0.00459EPSS
SaveExploits0References6
Snyk
Snyk
added 2025/05/16 2:10 p.m.6 views

Insufficient Control Flow Management

Overview vyper is a Pythonic Smart Contract Language for the EVM. Affected versions of this package are vulnerable to Insufficient Control Flow Management through optimization in the concat function. An attacker can skip evaluation of side effects when the length of an argument provided to the...

6.3CVSS6.9AI score0.00444EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/16 2:10 p.m.9 views

GHSA-QHR6-MGQR-MCHM Vyper's `concat()` builtin may elide side-effects for zero-length arguments

Impact concat may skip evaluation of side effects when the length of an argument is zero. this is due to a fastpath in the implementation which skips evaluation of argument expressions when their length is zero:...

6.3CVSS6.8AI score0.00444EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/05/16 2:10 p.m.20 views

Vyper's `concat()` builtin may elide side-effects for zero-length arguments

Impact concat may skip evaluation of side effects when the length of an argument is zero. this is due to a fastpath in the implementation which skips evaluation of argument expressions when their length is zero:...

6.3CVSS6.8AI score0.00444EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2025/05/15 6:15 p.m.29 views

CVE-2025-47285

Vyper is the Pythonic Programming Language for the Ethereum Virtual Machine. In versions up to and including 0.4.2rc1, concat may skip evaluation of side effects when the length of an argument is zero. This is due to a fastpath in the implementation which skips evaluation of argument expressions...

6.3CVSS0.00444EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/15 5:38 p.m.62 views

CVE-2025-47774

CVE-2025-47774 relates to Vyper (Pythonic language for the EVM). The issue affects Vyper versions up to and including 0.4.2rc1 where slice() can elide side effects when length is 0 for certain source bytestrings (e.g., msg.data or .code). The root cause is that the length >= 1 check is skipped...

6.3CVSS6.5AI score0.00459EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/15 5:38 p.m.8 views

CVE-2025-47774 Vyper's `slice()` may elide side-effects when output length is 0

Vyper is the Pythonic Programming Language for the Ethereum Virtual Machine. In versions up to and including 0.4.2rc1, the slice builtin can elide side effects when the output length is 0, and the source bytestring is a builtin msg.data or .code. The reason is that for these source locations, the...

6.3CVSS6.7AI score
SaveExploits0References6
CVE
CVE
added 2025/05/15 5:24 p.m.53 views

CVE-2025-47285

CVE-2025-47285 affects Vyper up to and including 0.4.2rc1, where the built-in concat() may skip evaluation of side effects when an argument has zero length due to a fastpath in the implementation. The issue arises because argument expressions with zero length may bypass evaluation, which could su...

6.3CVSS6.6AI score0.00444EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/15 5:24 p.m.10 views

CVE-2025-47285 Vyper's `concat()` builtin may elide side-effects for zero-length arguments

Vyper is the Pythonic Programming Language for the Ethereum Virtual Machine. In versions up to and including 0.4.2rc1, concat may skip evaluation of side effects when the length of an argument is zero. This is due to a fastpath in the implementation which skips evaluation of argument expressions...

6.3CVSS6.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/05/15 5:24 p.m.37 views

CVE-2025-47285 Vyper's `concat()` builtin may elide side-effects for zero-length arguments

Vyper is the Pythonic Programming Language for the Ethereum Virtual Machine. In versions up to and including 0.4.2rc1, concat may skip evaluation of side effects when the length of an argument is zero. This is due to a fastpath in the implementation which skips evaluation of argument expressions...

6.3CVSS0.00444EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/05/15 12:00 a.m.12 views

Vyper 安全漏洞

Vyper is a Pythonic smart contract language for EVM open sourced by vyperlang. A security vulnerability exists in Vyper 0.4.2rc1 and earlier versions, which stems from a slice function that may skip side-effect evaluation when the output length is zero...

6.3CVSS5.4AI score0.00459EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/05/15 12:00 a.m.9 views

Vyper 安全漏洞

Vyper is a Pythonic smart contract language for EVM open sourced by vyperlang. A security vulnerability exists in Vyper 0.4.2rc1 and earlier versions, which stems from concat potentially skipping side-effect evaluation when the parameter length is zero...

6.3CVSS5.4AI score0.00444EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/05/15 12:00 a.m.8 views

PT-2025-21347

Name of the Vulnerable Software and Affected Versions: Vyper versions up to and including 0.4.2rc1 Description: The issue arises from the concat function potentially skipping the evaluation of side effects when the length of an argument is zero. This is due to a fastpath in the implementation tha...

6.3CVSS6.2AI score0.00444EPSS
SaveExploits0References12
Rows per page
Query Builder