Lucene search
+L

753 matches found

HackRead
HackRead
added 2021/12/05 6:48 p.m.21 views

BitMart Exchange hacked as hackers steal $150 million

By Waqas BitMart Exchange has confirmed that the security breach involves one of its ETH hot wallets and one of BSC hot wallets. This is a post from HackRead.com Read the original post: BitMart Exchange hacked as hackers steal $150 million...

1.5AI score
SaveExploits0
OSV
OSV
added 2021/11/29 2:38 a.m.15 views

UVI-2021-1002315 net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove

net: dpaa2-eth: fix use-after-free in dpaa2ethremove This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.5 by commit...

7.3AI score
SaveExploits0
OSV
OSV
added 2021/11/29 2:38 a.m.10 views

GSD-2021-1002315 net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove

net: dpaa2-eth: fix use-after-free in dpaa2ethremove This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.5 by commit...

7.3AI score
SaveExploits0
OSV
OSV
added 2021/11/29 2:36 a.m.14 views

GSD-2021-1002283 net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove

net: dpaa2-eth: fix use-after-free in dpaa2ethremove This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.82 by commit...

7.3AI score
SaveExploits0
OSV
OSV
added 2021/11/29 2:36 a.m.15 views

UVI-2021-1002283 net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove

net: dpaa2-eth: fix use-after-free in dpaa2ethremove This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.82 by commit...

7.3AI score
SaveExploits0
OSV
OSV
added 2021/11/29 2:35 a.m.10 views

UVI-2021-1002261 net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove

net: dpaa2-eth: fix use-after-free in dpaa2ethremove This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.162 by commit...

7.3AI score
SaveExploits0
OSV
OSV
added 2021/11/29 2:35 a.m.10 views

GSD-2021-1002261 net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove

net: dpaa2-eth: fix use-after-free in dpaa2ethremove This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.162 by commit...

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/17 12:0 a.m.9 views

NestedFactory: Ensure zero msg.value if transferring from user and inputToken is not ETH

Handle GreyArt Vulnerability details Impact A user that mistakenly calls either create or addToken with WETH or another ERC20 as the input token, but includes native ETH with the function call will have his native ETH permanently locked in the contract. Recommended Mitigation Steps It is best to...

7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/11/17 12:0 a.m.6 views

PT-2021-8176 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a use-after-free bug in the dpaa2-eth component of the Linux kernel. Access to netdev after free netdev will cause this bug. The problem is resolved by moving t...

8.4CVSS6.6AI score0.08555EPSS
SaveExploits6References1597
Code423n4
Code423n4
added 2021/11/12 12:0 a.m.13 views

Multicall.sol batch calls don't update msg.value

Handle jayjonah8 Vulnerability details Impact In NestedFactory.sol using Multicall.sol can be dangerous when it has a msg.value inside a loop since the msg.value doesn't update every iteration. This can lead to a user sending ETH one time and it being counted for every iteration. There is a...

7.1AI score
SaveExploits0
OSV
OSV
added 2021/11/09 8:56 a.m.14 views

ALBA-2021:4291 eth-tools bug fix and enhancement update

For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section...

6.8AI score
SaveExploits0
AlmaLinux
AlmaLinux
added 2021/11/09 8:56 a.m.18 views

eth-tools bug fix and enhancement update

For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/01 12:0 a.m.14 views

DOS attack possible for Token->ETH trades

Handle pmerkleplant Vulnerability details Impact Any user's trade from some token to a native token e.g. ETH can be DOSed if an attacker sends native tokens to the Executioner contract. If the attacker watches for trades, he/she could either make the whole trade fail or, depending on the...

6.6AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/01 12:0 a.m.11 views

initialBalance for native token is wrong

Handle WatchPug Vulnerability details function executeTrades address fromToken, address toToken, uint256 fromAmount, TradeFormat calldata trades, uint256 finalAmountMin, address depricated external nonReentrant payable depricated; requirefinalAmountMin 0, "Slingshot: finalAmountMin cannot be zero...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/30 12:0 a.m.16 views

WrappedIbbtcEth.sol Sanity check of pricePerShare should be enforced

Handle WatchPug Vulnerability details /// @dev Update live ibBTC price per share from core /// @dev We cache this to reduce gas costs of mint / burn / transfer operations. /// @dev Update function is permissionless, and must be updated at least once every X time as a sanity check to ensure value ...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/30 12:0 a.m.18 views

initialBalance and finalBalance calculated in a different way

Handle gpersoon Vulnerability details Impact The function executeTrades of Slingshot.sol calulates the initialBalance and finalBalance in a different way. If toToken == nativeToken then: initialBalance == executioner.balance; finalBalance == wrappedNativeToken.balanceOfaddressexecutioner This cou...

6.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2021/10/27 12:0 a.m.7 views

The vulnerability of the `eth_get_gso_type` function in the `net/eth.c` component of the QEMU hardware emulator allows a malicious actor to trigger a service failure. This vulnerability stems from improper resource management by external emulators.

The vulnerability of the ethgetgsotype function in the net/eth.c component of the QEMU hardware emulation software is related to the improper accounting of resources by external emulators. Exploiting this vulnerability can allow a remote attacker to cause a service failure...

6.8CVSS6.9AI score0.02567EPSS
SaveExploits0References10Affected Software5
Code423n4
Code423n4
added 2021/10/22 12:0 a.m.13 views

Wrong calculation of erc20Delta and ethDelta

Handle WatchPug Vulnerability details function fillZrxQuote IERC20 zrxBuyTokenAddress, address payable zrxTo, bytes calldata zrxData, uint256 ethAmount internal returns uint256, uint256 uint256 originalERC20Balance = 0; if!signifiesETHOrZeroaddresszrxBuyTokenAddress originalERC20Balance =...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/22 12:0 a.m.12 views

Swap.sol implements potentially dangerous transfer

Handle elprofesor Vulnerability details Impact The use of .transfer in Swap.sol may have unintended outcomes on the eth being sent to the receiver. Eth may be irretrievable or undelivered if the msg.sender or feeRecipient is a smart contract. Funds can potentially be lost if; 1. The smart contrac...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/22 12:0 a.m.7 views

Users can avoid paying fees for ETH swaps

Handle pants Vulnerability details Users can call Swap.swapByQuote to execute an ETH swap where they receive ETH without paying swap fee for the gained ETH. They can trick the system by setting zrxBuyTokenAddress to an address of a malicious contract and making it think they have executed an ERC2...

7.3AI score
SaveExploits0
Rows per page
Query Builder