Lucene search
+L

234 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-15443

Malicious code in bioql PyPI...

6.3CVSS5.5AI score0.00399EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2023-0266

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.00418EPSS
SaveExploits1References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-15445

Malicious code in bioql PyPI...

6.3CVSS5.5AI score0.00386EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2024-0185

Malicious code in bioql PyPI...

5.3CVSS5.5AI score0.00451EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2023-0267

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.00455EPSS
SaveExploits1References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.12 views

EUVD-2024-0184

Malicious code in bioql PyPI...

5.3CVSS5.5AI score0.00451EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 6:38 p.m.13 views

CLSA-2025-1757961506 kernel: Fix of 26 CVEs

posix-cpu-timers: fix race between handleposixcputimers and posixcputimerdel CVE-2025-38352 - xfrm: state: fix out-of-bounds read during lookup CVE-2024-57982 - nfsd: fix race between laundromat and freestateid CVE-2024-50106 - nfsd: split scstatus out of sctype CVE-2024-50106 - nfsd: avoid race...

7.8CVSS7.3AI score0.01345EPSS
SaveExploits8References1
Github Security Blog
Github Security Blog
added 2025/09/15 4:28 p.m.9 views

Before action, Ash's hooks may execute in certain scenarios despite a request being forbidden

Summary Certain bulk action calls with a beforetransaction hook and no aftertransaction hook, will call the beforetransaction hook before authorization is checked and a Forbidden error is returned, when called as a bulk action. The impact is that a malicious user could cause a beforetransaction t...

7.1CVSS6.8AI score0.00293EPSS
SaveExploits0References6Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/06/28 4:40 p.m.5 views

Malicious code in side-effects-package (npm)

The package communicates with a domain associated with malicious activity. --- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 82b6dc5cf513223d6d09a04e6a0a1291c7ac2be14c46381e61d023f39c00b8c2 Any computer that has this package installed or running should be considered...

6.8AI score
SaveExploits0References1
OSV
OSV
added 2025/06/28 4:40 p.m.5 views

MAL-2025-5307 Malicious code in side-effects-package (npm)

The package communicates with a domain associated with malicious activity. --- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 82b6dc5cf513223d6d09a04e6a0a1291c7ac2be14c46381e61d023f39c00b8c2 Any computer that has this package installed or running should be considered...

7AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 8:36 a.m.5 views

CVE-2024-32647

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the createfromblueprint builtin can result in a double eval vulnerability when rawargs=True and the args argument has side-effects. It can be seen that the buildcreateIR function of t...

5.3CVSS7AI score0.00451EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 4:15 a.m.7 views

CVE-2023-41052

Vyper is a Pythonic Smart Contract Language. In affected versions the order of evaluation of the arguments of the builtin functions uint256addmod, uint256mulmod, ecadd and ecmul does not follow source order. This behaviour is problematic when the evaluation of one of the arguments produces side...

5.3CVSS6.8AI score0.00455EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2025/05/16 2:13 p.m.19 views

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.7AI score0.00399EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2025/05/16 2:13 p.m.3 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 the slice function. An attacker can bypass the evaluation of side effects in the start argument when the length argument is set to 0,...

6.3CVSS6.9AI score0.00399EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/16 2:13 p.m.7 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.00399EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2025/05/16 2:10 p.m.15 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.00386EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2025/05/16 2:10 p.m.4 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.00386EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/16 2:10 p.m.4 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.00386EPSS
SaveExploits0References5
NVD
NVD
added 2025/05/15 6:15 p.m.38 views

CVE-2025-47774

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.3CVSS0.00399EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/15 6:15 p.m.23 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.00386EPSS
SaveExploits0References3
Rows per page
Query Builder