Lucene search
+L

443 matches found

Code423n4
Code423n4
added 2023/09/06 12:00 a.m.16 views

lastFeeRound is only updated after adding fees and updating the cumulative fee factor. So when first calling updateTranscoderWithFees() in a new round, lastFeeRound will still be set to the previous round.

Lines of code Vulnerability details Impact This could lead to incorrect fee calculations for delegators when claiming fees or pending fees. First time earnings are calculated in the new round, they will use the old cumulative fee factor rather than starting from 0 as intended. This effectively pa...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/06 12:00 a.m.23 views

Incorrect usage of an uninitialized earnings pool if lastRewardRound >= currentRound.

Lines of code Vulnerability details Impact If lastRewardRound = currentRound, the earningsPool for currentRound may not be initialized if reward has not yet been called for currentRound. So using it to update cumulative rewards or fees could be incorrect. This can lead to incorrect reward...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/06 12:00 a.m.20 views

missing in calculation parameter issue in Earnings Pool

Lines of code Vulnerability details Impact here is the vulnerable part in code : function getLastTranscoderRewardsEarningsPooladdress transcoder, uint256 round internal view returns uint256 rewardRound, EarningsPool.Data memory pool BondingCheckpoint storage bond = getBondingCheckpointAttranscode...

7AI score
SaveExploits0
OpenVAS
OpenVAS
added 2023/09/06 12:00 a.m.35 views

Ubuntu: Security Advisory (USN-6340-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 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...

10CVSS7.3AI score0.03665EPSS
SaveExploits3References2
Code423n4
Code423n4
added 2023/09/06 12:00 a.m.15 views

Fully slashed transcoder can vote with 0 weight messing up the voting calculations

Lines of code Vulnerability details Impact If a transcoder gets slashed fully he can still vote with 0 amount of weight making any other delegated user that wants to change his vote to subtract their weight amount from other delegators/transcoders. Proof of Concept In BondingManager.sol any...

6.8AI score
SaveExploits0
Cvelist
Cvelist
added 2023/08/31 9:39 p.m.46 views

CVE-2023-40574 Out-Of-Bounds Write in FreeRDP

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions are subject to an Out-Of-Bounds Write in the writePixelBGRX function. This issue is likely down to incorrect calculations of the nHeight and srcStep variables. This issue has...

6.5CVSS9.6AI score0.01206EPSS
SaveExploits1References3
OSV
OSV
added 2023/08/31 9:39 p.m.33 views

CVE-2023-40574 Out-Of-Bounds Write in FreeRDP

FreeRDP is a free implementation of the Remote Desktop Protocol RDP, released under the Apache license. Affected versions are subject to an Out-Of-Bounds Write in the writePixelBGRX function. This issue is likely down to incorrect calculations of the nHeight and srcStep variables. This issue has...

6.5CVSS8.5AI score
SaveExploits0References5
Xen Project
Xen Project
added 2023/07/24 4:03 p.m.63 views

x86/AMD: Zenbleed

ISSUE DESCRIPTION Researchers at Google have discovered Zenbleed, a hardware bug causing corruption of the vector registers. When a VZEROUPPER instruction is discarded as part of a bad transient execution path, its effect on internal tracking are not unwound correctly. This manifests as the wrong...

5.5CVSS6.7AI score0.05188EPSS
SaveExploits1
Code423n4
Code423n4
added 2023/07/05 12:00 a.m.29 views

Bad accounting on ERC4626MultiToken.sol leads to user funds stuck in the contract

Lines of code Vulnerability details Summary Bad accounting on ERC4626MultiToken.sol leads to user funds stuck in the contract on deposit and withdraw logic. Vulnerability Detail The UlyssesToken unified liquidity tokens are derived from ERC4626Multitoken. This is an standard tokenized vault with...

6.8AI score
SaveExploits0
CNNVD
CNNVD
added 2023/07/05 12:00 a.m.7 views

Mozilla Firefox 安全漏洞

Mozilla Firefox is an open source web browser from the Mozilla Foundation in the United States. A security vulnerability exists in Mozilla Firefox that originates from a website that may obscure full-screen notifications by introducing delays through complex calculation functions using option...

6.5CVSS7.7AI score0.00515EPSS
SaveExploits0References6
NVD
NVD
added 2023/06/19 3:15 a.m.29 views

CVE-2023-35848

VirtualSquare picoTCP aka PicoTCP-NG through 2.1 lacks certain size calculations before attempting to set a value of an mss structure member...

7.5CVSS7.5AI score0.00702EPSS
SaveExploits0References1
Prion
Prion
added 2023/06/19 3:15 a.m.25 views

Code injection

VirtualSquare picoTCP aka PicoTCP-NG through 2.1 lacks certain size calculations before attempting to set a value of an mss structure member...

5CVSS7.5AI score0.00702EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2023/06/19 12:00 a.m.13 views

CVE-2023-35848

VirtualSquare picoTCP aka PicoTCP-NG through 2.1 lacks certain size calculations before attempting to set a value of an mss structure member...

6.8AI score0.00702EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/06/19 12:00 a.m.12 views

Virtualsquare picoTCP 安全漏洞

Virtualsquare picoTCP is a free offshoot of PicoTCP from the Virtualsquare Personal Developer, originally distributed by Altran.be. A security vulnerability exists in VirtualSquare picoTCP version 2.1 and earlier versions that stems from the absence of certain calculations before attempting to se...

7.5CVSS7.3AI score0.00702EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2023/06/19 12:00 a.m.36 views

CVE-2023-35848

VirtualSquare picoTCP aka PicoTCP-NG through 2.1 lacks certain size calculations before attempting to set a value of an mss structure member...

7.7AI score0.00702EPSS
SaveExploits0References1
OSV
OSV
added 2023/06/19 12:00 a.m.21 views

CVE-2023-35848

VirtualSquare picoTCP aka PicoTCP-NG through 2.1 lacks certain size calculations before attempting to set a value of an mss structure member...

7AI score
SaveExploits0References3
Code423n4
Code423n4
added 2023/05/11 12:00 a.m.25 views

Logic error in _transferAjnaRewards function

Lines of code Vulnerability details Context: ajna-core/src/RewardsManager.sol: 836 / 837: function transferAjnaRewardsuint256 rewardsEarned internal 838: // check that rewards earned isn't greater than remaining balance 839: // if remaining balance is greater, set to remaining balance 840: uint25...

6.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2023/04/27 12:00 a.m.10 views

The vulnerability of the PHP programming language interpreter allows attackers to gain access to confidential data and compromise its integrity.

The vulnerability of the PHP programming language interpreter lies in the lack of restrictions on data size during calculations. Exploiting this vulnerability allows a malicious actor to gain access to confidential data and compromise its integrity...

8.1CVSS6.5AI score0.01242EPSS
SaveExploits1References6Affected Software5
Virtuozzo
Virtuozzo
added 2023/03/27 12:00 a.m.65 views

[Important] [Security] Virtuozzo ReadyKernel Patch 155.1 for Virtuozzo Hybrid Server 7.5

The cumulative Virtuozzo ReadyKernel patch was updated with security fixes. The patch applies to all supported kernels of Virtuozzo Hybrid Server 7.5. Vulnerability id: CVE-2022-3564 3.10.0-1160.41.1.vz7.183.5 to 3.10.0-1160.80.1.vz7.191.4 A Bluetooth use-after-free in the Bluetooth...

7.8CVSS7AI score0.06346EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2023/03/09 12:00 a.m.10 views

Incorect handling of decimals

Lines of code Vulnerability details Impact Incorect calculations in case token will have a different number of decimals Proof of Concept Both the earned and the rewardPerToken functions are calculation the decimals based on the hardcoded assumption that the token will have 1e18 decimals, however...

6.8AI score
SaveExploits0
Rows per page
Query Builder