Lucene search
+L

1046 matches found

vulnersOsv
vulnersOsv
added 2022/10/04 10:17 p.m.5 views

com.jamshedalamqaderi.ktransport:generate-proto (>=0.0.1-dev-17 <=1.0.6), com.wavesenterprise:we-contract-sdk-grpc (>=1.0.0 <=1.2.0) +7 more potentially affected by CVE-2022-3171 via com.google.protobuf:protobuf-kotlin (=3.20.1)

com.google.protobuf:protobuf-kotlin MAVEN version =3.20.1 is affected by a known vulnerability. The following packages have a transitive dependency on com.google.protobuf:protobuf-kotlin and may be impacted: - com.jamshedalamqaderi.ktransport:generate-proto =0.0.1-dev-17, =1.0.0, =0.2.0, =0.2.0,...

7.5CVSS6.7AI score0.01096EPSS
SaveExploits0
Code423n4
Code423n4
added 2022/09/26 12:0 a.m.12 views

Cannot Withdraw GOO Accrued In GobblerReserve Contracts

Lines of code Vulnerability details Impact The affected GobblerReserve contract does not implement any functionality to withdraw any accrued GOO. Considering that the community and team addresses in the ArtGobblers contract are going to be newly deployed GobblerReserve contracts, immutable and...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/25 12:0 a.m.8 views

use safeERC20

Lines of code Vulnerability details Impact Some tokens contracts like USDT don't comply with the erc20 standard, the transfer doesn't return a boolean. Proof of Concept Tools Used Recommended Mitigation Steps Use the safeErc20 library from OpenZeppelin. --- The text was updated successfully, but...

6.9AI score
SaveExploits0
The Hacker News
The Hacker News
added 2022/09/21 12:21 p.m.22 views

Crypto Trading Firm Wintermute Loses $160 Million in Hacking Incident

In what's the latest crypto heist to target the decentralized finance DeFi space, hackers have stolen digital assets worth around $160 million from crypto trading firm Wintermute. The hack involved a series of unauthorized transactions that transferred USD Coin, Binance USD, Tether USD, Wrapped...

SaveExploits0
Code423n4
Code423n4
added 2022/09/19 12:0 a.m.15 views

[NAZ-M1] No Storage Gap for Upgradeable Contract Might Lead to Storage Slot Collision

Lines of code Vulnerability details Impact For upgradeable contracts, there must be storage gap to "allow developers to freely add new state variables in the future without compromising the storage compatibility with existing deployments" quote OpenZeppelin. Otherwise it may be very difficult to...

6.8AI score
SaveExploits0
OSV
OSV
added 2022/09/16 9:21 p.m.90 views

GHSA-MV8X-668M-53FG Elrond-go has improper initialization

Impact Read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B state, the state will be altered for contract B as if the call was not made in the read-only...

9.8CVSS7.8AI score0.00993EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/09/16 9:21 p.m.23 views

Elrond-go has improper initialization

Impact Read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B state, the state will be altered for contract B as if the call was not made in the read-only...

9.8CVSS8.9AI score0.00993EPSS
SaveExploits1References5Affected Software1
Code423n4
Code423n4
added 2022/09/15 12:0 a.m.14 views

# _safeMint() should be used rather than _mint() wherever possible

Lines of code Vulnerability details safeMint should be used rather than mint wherever possible Impact In Token.sol.sol, eventually it is called ERC721 mint. Calling mint this way does not ensure that the receiver of the NFT is able to accept them, making possible to lose them. safeMint should be...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/12 12:0 a.m.10 views

User that uses auto compounding solution to auto compound cTokens and smart contracts that hold cTokens can't redeem their cTokens to FEI

Lines of code Vulnerability details Impact You mentioned that "Only EOA addresses will be listed in the merkle nodes, as addresses also need to perform an ECDSA signature on a message to claim the swap." This leaves any contract holding that cToken rugged. Moreover, not only contract Is rugged, b...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/12 12:0 a.m.10 views

Lack of Access Control on burnFeiHeld() function.

Lines of code Vulnerability details Impact: The burnFeiHeld has external visibility modifier. There is no access control on burnFeiHeld function in SimpleFeiDaiPSM.sol contract. Any external user can burn FEI on this contract. function burnFeiHeld external uint256 feiBalance =...

6.9AI score
SaveExploits0
Snyk
Snyk
added 2022/09/08 11:24 a.m.2 views

Malicious Package

Overview tiffany-contracts is a malicious package. The package's name is based on existing repositories, namespaces, or components used by popular companies in an effort to trick employees into downloading it, also known as 'dependency confusion'. Therefore, you're only vulnerable if this package...

9.8CVSS7.1AI score
SaveExploits0References3
Code423n4
Code423n4
added 2022/09/08 12:0 a.m.10 views

Controlling the ERC20 Token contract from symbol is not secure

Lines of code Vulnerability details Impact BaseV1-periphery.solL491 in the getUnderlyingPrice function , the correctness of the CToken contract received from the instance is done with if compareStringssymbol, "cCANTO" on line BaseV1-periphery.solL490 This is not a safe way, fake contracts similar...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/08 12:0 a.m.13 views

USE SAME SYMBOL CAN GET FAKED PRICE OF TOKEN

Lines of code Vulnerability details Impact it compare symbol to identify token,it can be exploit to produce fake price of token. Proof of Concept attacker can create a token which is like cToken and has symbol of cNOTE .When somebody call comptroller’s liquidateCalculateSeizeTokens ,it will give ...

6.8AI score
SaveExploits0
NVD
NVD
added 2022/09/06 9:15 p.m.35 views

CVE-2022-36061

Elrond go is the go implementation for the Elrond Network protocol. In versions prior to 1.3.35, read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B...

9.8CVSS0.00993EPSS
SaveExploits1References3
Prion
Prion
added 2022/09/06 9:15 p.m.12 views

Code injection

Elrond go is the go implementation for the Elrond Network protocol. In versions prior to 1.3.35, read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B...

7.5CVSS9.2AI score0.00993EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2022/09/06 8:35 p.m.42 views

CVE-2022-36061 Elrond go can execute on same context checks in VM

Elrond go is the go implementation for the Elrond Network protocol. In versions prior to 1.3.35, read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B...

6.5CVSS9.5AI score0.00993EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2022/09/06 8:35 p.m.5 views

CVE-2022-36061 Elrond go can execute on same context checks in VM

Elrond go is the go implementation for the Elrond Network protocol. In versions prior to 1.3.35, read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B...

6.5CVSS9.4AI score0.00993EPSS
SaveExploits1References3
CVE
CVE
added 2022/09/06 8:35 p.m.69 views

CVE-2022-36061

CVE-2022-36061 (Elrond-go) affects the Go implementation of the Elrond Network. In versions prior to 1.3.35, read‑only contract calls can produce smart contract results and alter the state of the callee (contract B) as if the call were not read‑only. This violates read‑only semantics and can caus...

9.8CVSS7.7AI score0.00993EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/09/06 8:35 p.m.26 views

CVE-2022-36061 Elrond go can execute on same context checks in VM

Elrond go is the go implementation for the Elrond Network protocol. In versions prior to 1.3.35, read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B...

6.5CVSS8.9AI score0.00993EPSS
SaveExploits1References5
GitLab Advisory Database
GitLab Advisory Database
added 2022/09/06 12:0 a.m.83 views

Improper Initialization

Elrond go is the go implementation for the Elrond Network protocol. In versions prior to 1.3.35, read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B...

9.8CVSS3.6AI score0.00993EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder