Lucene search
+L

1574 matches found

CVE
CVE
added 2025/05/15 5:38 p.m.46 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.00399EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/15 5:38 p.m.4 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 score0.00399EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/15 5:24 p.m.30 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.00386EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/15 5:24 p.m.41 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.00386EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/15 5:24 p.m.7 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 score0.00386EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/05/15 12:0 a.m.5 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.00386EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2025/05/15 12:0 a.m.5 views

PT-2025-21348

Name of the Vulnerable Software and Affected Versions: Vyper versions up to and including 0.4.2rc1 Description: The issue concerns the slice builtin in Vyper, which can elide side effects when the output length is 0 and the source bytestring is a builtin, such as msg.data or .code. This occurs...

6.3CVSS6.1AI score0.00399EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2025/05/15 12:0 a.m.6 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.00399EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/05/15 12:0 a.m.5 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.00386EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.5 views

kernel: Kernel: Denial of Service in pci_endpoint_test due to zero-length DMA mapping

A flaw was found in the Linux kernel's pciendpointtest module. A local attacker with low privileges could exploit this vulnerability by providing a zero-length Direct Memory Access DMA mapping to the dmamapsingle function. This improper input validation can lead to a kernel panic, resulting in a...

5.8AI score0.00174EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/05/10 12:0 a.m.11 views

PT-2025-27758

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns handling zero-length skcipher requests in the Linux kernel's crypto module, specifically the marvell/cesa component. The problem arises when the kernel attempts to...

5.5CVSS6.7AI score0.00154EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2025/05/06 9:15 a.m.3 views

CVE-2025-21469

Memory corruption while processing image encoding, when input buffer length is 0 in IOCTL call...

7.8CVSS6AI score0.00079EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/05/03 2:50 a.m.6 views

SUSE CVE-2023-53133

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix an infinite loop error when len is 0 in tcpbpfrecvmsgparser When the buffer length of the recvmsg system call is 0, we got the flollowing soft lockup problem: watchdog: BUG: soft lockup - CPU3 stuck for 27s!...

5.5CVSS6.6AI score0.00165EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/02 4:15 p.m.1 views

DEBIAN-CVE-2023-53133

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix an infinite loop error when len is 0 in tcpbpfrecvmsgparser When the buffer length of the recvmsg system call is 0, we got the flollowing soft lockup problem: watchdog: BUG: soft lockup - CPU3 stuck for 27s!...

5.5CVSS5.6AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.2 views

UBUNTU-CVE-2023-53133

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix an infinite loop error when len is 0 in tcpbpfrecvmsgparser When the buffer length of the recvmsg system call is 0, we got the flollowing soft lockup problem: watchdog: BUG: soft lockup - CPU3 stuck for 27s!...

5.5CVSS5.8AI score0.00165EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/05/02 2:2 a.m.5 views

SUSE CVE-2025-37792

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: Prevent potential NULL dereference The btrtlinitialize function checks that rtlloadfile either had an error or it loaded a zero length file. However, if it loaded a zero length file then the error code is not se...

5.5CVSS7.6AI score0.00172EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2025/05/02 12:0 a.m.2 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 tcpbpfrecvmsgparser not properly handling a len of 0 resulting in an infinite loop error...

5.5CVSS6.3AI score0.00165EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/01 2:15 p.m.6 views

DEBIAN-CVE-2025-37792

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: Prevent potential NULL dereference The btrtlinitialize function checks that rtlloadfile either had an error or it loaded a zero length file. However, if it loaded a zero length file then the error code is not se...

5.5CVSS5.7AI score0.00172EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/04/10 12:0 a.m.5 views

PT-2025-18472

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential NULL dereference issue has been identified in the Linux kernel's Bluetooth component, specifically in the btrtl initialize function. This function checks if rtl load file had...

5.5CVSS6.7AI score0.00172EPSS
SaveExploits0
OSV
OSV
added 2025/04/09 11:41 p.m.13 views

USN-7346-3 opensc vulnerabilities

USN-7346-1 fixed vulnerabilities in OpenSC. The update introduced a regression which broke smartcard based authentication. This update fixes the problem. We apologize for the inconvenience. Original advisory details: It was discovered that OpenSC did not correctly handle certain memory operations...

7.1CVSS7.4AI score0.02675EPSS
SaveExploits0References13
Rows per page
Query Builder