Lucene search
+L

1120 matches found

Code423n4
Code423n4
added 2022/03/16 12:0 a.m.12 views

[WP-H17] Users will lose a majority or even all of the rewards when the amount of total shares is too large, due to precision loss

Lines of code Vulnerability details function getUpdatedAccTokenPerShareaddress baseToken public view returns uint256 uint256 accumulator = 0; uint256 lastUpdatedTime = poolInfobaseToken.lastRewardTime; uint256 counter = block.timestamp; uint256 i = rewardRateLogbaseToken.length - 1; while true if...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/03/16 12:0 a.m.11 views

[WP-H8] Wrong formula for the fee to be added to the incentivePool

Lines of code Vulnerability details The protocol takes part of the fees to incentivize liquidity, which is recorded as incentivePooltokenAddress on LiquidityPool.sol. However, the formula used to calculate the updated amount of incentivePooltokenAddress in the current implementation is wrong...

6.7AI score
SaveExploits0
OpenVAS
OpenVAS
added 2022/02/26 12:0 a.m.22 views

Huawei EulerOS: Security Advisory for gmp (EulerOS-SA-2022-1253)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS7.8AI score0.03425EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2022/01/26 12:0 a.m.17 views

[WP-H1] The value of LP token can be manipulated by the first minister, which allows the attacker to dilute future liquidity providers' shares

Handle WatchPug Vulnerability details For the first minter of an Exchange pool, the ratio of X/Y and the totalSupply of the LP token can be manipulated. A sophisticated attacker can mint and burn all of the LP tokens but 1 Wei, and then artificially create a situation of rebasing up by transferri...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/13 12:0 a.m.11 views

[WP-H27] IndexTemplate.sol#compensate() will most certainly fail

Handle WatchPug Vulnerability details Root Cause Precision loss while converting between the amount of shares and the amount of underlying tokens back and forth is not handled properly. uint256 shortage; if totalLiquidity amount //Insolvency case shortage = amount - value; uint256 cds =...

6.8AI score
SaveExploits0
Rhino Security Labs
Rhino Security Labs
added 2022/01/11 4:30 p.m.34 views

CVE-2021-41577: MITM to RCE in EVGA Precision X1

The post CVE-2021-41577: MITM to RCE in EVGA Precision X1 appeared first on Rhino Security Labs...

2.9AI score
SaveExploits0
CNVD
CNVD
added 2021/12/29 12:0 a.m.25 views

EVGA Precision XOC has an unspecified vulnerability

EVGA Precision XOC is EVGA's This software allows you to fine-tune your NVIDIA graphics card to maximize cooling and performance. A security vulnerability exists in EVGA Precision XOC, which can be exploited by attackers to access sensitive components and data...

9.1CVSS9.2AI score0.01052EPSS
SaveExploits0References1
NVD
NVD
added 2021/12/28 8:15 p.m.25 views

CVE-2020-22057

The WinRin0x64.sys and WinRing0.sys low-level drivers in EVGA Precision XOC version v6.2.7 were discovered to be configured with the default security descriptor which allows attackers to access sensitive components and data...

9.1CVSS0.01052EPSS
SaveExploits0References1
OSV
OSV
added 2021/12/28 8:15 p.m.6 views

CVE-2020-22057

The WinRin0x64.sys and WinRing0.sys low-level drivers in EVGA Precision XOC version v6.2.7 were discovered to be configured with the default security descriptor which allows attackers to access sensitive components and data...

9.1CVSS7.3AI score0.01052EPSS
SaveExploits0References1
Prion
Prion
added 2021/12/28 8:15 p.m.25 views

Design/Logic Flaw

The WinRin0x64.sys and WinRing0.sys low-level drivers in EVGA Precision XOC version v6.2.7 were discovered to be configured with the default security descriptor which allows attackers to access sensitive components and data...

6.4CVSS9.1AI score0.01052EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/12/28 7:18 p.m.62 views

CVE-2020-22057

CVE-2020-22057 affects EVGA Precision XOC v6.2.7, where WinRin0x64.sys and WinRing0.sys low-level drivers are configured with the default security descriptor, enabling network-adjacent attackers to access sensitive components and data. Root cause is insecure access control on privileged drivers; ...

9.1CVSS9.2AI score0.01052EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/12/28 7:18 p.m.27 views

CVE-2020-22057

The WinRin0x64.sys and WinRing0.sys low-level drivers in EVGA Precision XOC version v6.2.7 were discovered to be configured with the default security descriptor which allows attackers to access sensitive components and data...

9.3AI score0.01052EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2021/12/28 12:0 a.m.10 views

EVGA Precision XOC 安全漏洞

EVGA Precision XOC is EVGA's This software allows you to fine-tune your NVIDIA graphics card to maximize cooling and performance. A security vulnerability exists in EVGA Precision XOC, which can be exploited by attackers to access sensitive components and data...

9.1CVSS5.5AI score0.01052EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2021/12/09 12:0 a.m.11 views

Lost fees due to precision loss in fees calculation

Handle kenzo Vulnerability details In fees calculation, division is being used in the midst of the calculation, not at the end of it. This leads to lost precision in fee amount as solidity doesn't save remainder of division. Division should happen at the end to maintain precision. Impact Lost fee...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/08 12:0 a.m.9 views

YearnVault.sol#pull() will most certainly fail

Handle WatchPug Vulnerability details for uint256 i = 0; i balance yTokenAmount = balance; if yTokenAmount == 0 continue; yToken.withdrawyTokenAmount, to, maxLoss; tokenAmountsi, addressthis; actualTokenAmounts = tokenAmounts; The actual token withdrew from yToken.withdraw will most certainly be...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2021/12/03 12:0 a.m.36 views

SUSE SLED12 / SLES12 Security Update : gmp (SUSE-SU-2021:3878-1)

The remote SUSE Linux SLED12 / SLES12 / SLESSAP12 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2021:3878-1 advisory. - CVE-2021-43618: Fixed buffer overflow via crafted input in mpz/inpraw.c bsc1192717. Tenable has extracted the preceding descripti...

7.5CVSS7.4AI score0.03425EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2021/11/24 12:0 a.m.53 views

CVE-2021-28706

guests may exceed their designated memory limit When a guest is permitted to have close to 16TiB of memory, it may be able to issue hypercalls to increase its memory allocation beyond the administrator established limit. This is a result of a calculation done with 32-bit precision, which may...

8.6CVSS1.2AI score0.0206EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2021/11/19 8:0 a.m.6 views

GNU Multiple Precision Arithmetic Library (GMP) through 6.2.1 has an mpz/inp_raw.c integer overflow and resultant buffer overflow via crafted input leading to a segmentation fault on 32-bit platforms.

...

7.5CVSS8.2AI score0.03425EPSS
SaveExploits1
Code423n4
Code423n4
added 2021/11/18 12:0 a.m.14 views

YaxisVaultAdapter.sol#withdraw() will most certainly fail

Handle WatchPug Vulnerability details The actual token withdrawn from vault.withdraw will most certainly less than the amount, due to precision loss in tokensToShares and vault.withdraw. As a result, IDetailedERC20token.safeTransferrecipient, amount will revert due to insufficant balance. Based o...

6.8AI score
SaveExploits0
NVD
NVD
added 2021/11/15 4:15 a.m.29 views

CVE-2021-43618

GNU Multiple Precision Arithmetic Library GMP through 6.2.1 has an mpz/inpraw.c integer overflow and resultant buffer overflow via crafted input, leading to a segmentation fault on 32-bit platforms...

7.5CVSS0.03425EPSS
SaveExploits1References8
Rows per page
Query Builder