Lucene search
K

31 matches found

OSV
OSV
added 2025/09/26 9:44 a.m.1 views

MAL-2025-47728 Malicious code in sqrt-enhanced (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
Exploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/09/26 9:44 a.m.2 views

Malicious code in sqrt-enhanced (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
Exploits0
OSV
OSV
added 2025/08/29 6:55 p.m.1 views

MAL-2025-42088 Malicious code in sqrt_module (npm)

The package sqrtmodule was found to contain malicious code...

7AI score
Exploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/29 6:55 p.m.2 views

Malicious code in sqrt_module (npm)

The package sqrtmodule was found to contain malicious code...

7AI score
Exploits0
OSV
OSV
added 2025/08/28 7:41 a.m.1 views

MAL-2025-41608 Malicious code in sqrt-bn-enhanced (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
Exploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/28 7:41 a.m.2 views

Malicious code in sqrt-bn-enhanced (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
Exploits0
OSV
OSV
added 2025/08/28 7:41 a.m.0 views

MAL-2025-41607 Malicious code in sqrt-bn (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
Exploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/28 7:41 a.m.0 views

Malicious code in sqrt-bn (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
Exploits0
RedhatCVE
RedhatCVE
added 2025/02/23 10:25 p.m.17 views

CVE-2025-26622

A flaw was found in Vyper’s sqrt builtin function. This vulnerability allows incorrect rounding of square root calculations via improper handling of oscillating final states in the Babylonian method. Mitigation Mitigation for this issue is either not available or the currently available options d...

7.5CVSS7.4AI score0.00241EPSS
Exploits0References5
Snyk
Snyk
added 2025/02/21 10:43 p.m.2 views

Incorrect Calculation

Overview vyper is a Pythonic Smart Contract Language for the EVM. Affected versions of this package are vulnerable to Incorrect Calculation due to the sqrt function. An attacker can manipulate the output to cause incorrect rounding results by providing specific input values that cause the functio...

7.5CVSS6.9AI score0.00241EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2025/02/21 10:43 p.m.12 views

Vyper's sqrt doesn't define rounding behavior

Vyper's sqrt builtin uses the babylonian method to calculate square roots of decimals. Unfortunately, improper handling of the oscillating final states may lead to sqrt incorrectly returning rounded up results. the fix is tracked in https://github.com/vyperlang/vyper/pull/4486 Vulnerability Detai...

7.5CVSS7.2AI score0.00241EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2025/02/21 10:15 p.m.0 views

PYSEC-2025-29

vyper is a Pythonic Smart Contract Language for the EVM. Vyper sqrt builtin uses the babylonian method to calculate square roots of decimals. Unfortunately, improper handling of the oscillating final states may lead to sqrt incorrectly returning rounded up results. This issue is being addressed a...

7.5CVSS5.9AI score0.00241EPSS
Exploits0References2
PyPA
PyPA
added 2025/02/21 10:15 p.m.6 views

PYSEC-2025-29

vyper is a Pythonic Smart Contract Language for the EVM. Vyper sqrt builtin uses the babylonian method to calculate square roots of decimals. Unfortunately, improper handling of the oscillating final states may lead to sqrt incorrectly returning rounded up results. This issue is being addressed a...

7.5CVSS6.8AI score0.00241EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2025/02/21 9:36 p.m.66 views

CVE-2025-26622

The CVE concerns vyper’s sqrt() builtin, which uses the Babylonian method for decimals. The problem arises from improper handling of oscillating final states, which can cause sqrt to return a rounded-up value (e.g., for certain inputs, 0.9999999998 → 0.9999999999). The issue is detailed in the GH...

7.5CVSS6.4AI score0.00241EPSS
Exploits0References2Affected Software1
Veracode
Veracode
added 2024/04/26 10:11 a.m.15 views

Double Evaluation

vyper is vulnerable to Double Evaluation. The vulnerability is due to the buildIR function of the sqrt builtin not caching the argument to the stack, allowing for multiple evaluations when the argument has side-effects...

5.3CVSS6.8AI score0.008EPSS
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/25 7:50 p.m.41 views

vyper performs multiple eval of `sqrt()` argument built in

Summary Using the sqrt builtin can result in multiple eval evaluation of side effects when the argument has side-effects. The bug is more difficult but not impossible! to trigger as of 0.3.4, when the unique symbol fence was introduced https://github.com/vyperlang/vyper/pull/2914. A contract sear...

5.3CVSS5.4AI score0.008EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2024/04/25 7:50 p.m.14 views

GHSA-5JRJ-52X8-M64H vyper performs multiple eval of `sqrt()` argument built in

Summary Using the sqrt builtin can result in multiple eval evaluation of side effects when the argument has side-effects. The bug is more difficult but not impossible! to trigger as of 0.3.4, when the unique symbol fence was introduced https://github.com/vyperlang/vyper/pull/2914. A contract sear...

5.3CVSS5.3AI score0.008EPSS
Exploits0References5
PyPA
PyPA
added 2024/04/25 6:15 p.m.4 views

PYSEC-2024-209

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the sqrt builtin can result in double eval vulnerability when the argument has side-effects. It can be seen that the buildIR function of the sqrt builtin doesn't cache the argument to...

5.3CVSS7AI score0.008EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2024/04/25 5:53 p.m.17 views

CVE-2024-32649 vyper performs double eval of the argument of sqrt

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the sqrt builtin can result in double eval vulnerability when the argument has side-effects. It can be seen that the buildIR function of the sqrt builtin doesn't cache the argument to...

5.3CVSS5.6AI score0.008EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/04/25 12:0 a.m.1 views

Vyper 安全漏洞

Vyper is the Pythonic smart contract language for EVM. A security vulnerability exists in Vyper 0.3.10 and prior versions, which stems from a security issue with the built-in sqrt parameter...

5.3CVSS6.7AI score0.008EPSS
Exploits0References2
Rows per page
Query Builder