Lucene search
+L

5613 matches found

Code423n4
Code423n4
โ€ขadded 2022/08/27 12:00 a.m.โ€ข12 views

The attacker consumes the contract's balance by controlling the gas-price or gas-used.

Lines of code Vulnerability details Impact The attacker consumes all of the contract's balance by controlling the gasPrice and gasUsed. Proof of Concept function refundGasuint256 startGas internal unchecked uint256 balance = addressthis.balance; if balance == 0 return; uint256 gasPrice =...

6.8AI score
SaveExploits0
Snyk
Snyk
โ€ขadded 2022/08/19 8:11 a.m.โ€ข3 views

Malicious Package

Overview avalanche-smart-contract-quickstart 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 vulnerab...

9.8CVSS7.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
โ€ขadded 2022/08/18 7:04 p.m.โ€ข45 views

Ethermint vulnerable to DoS through unintended Contract Selfdestruct

Vulnerability Report Impact Smart contract applications that make use of the selfdestruct functionality and their end-users. Classification The vulnerability has been classified as high with a CVSS score of 8.2. It has the potential to create a denial-of-service to all contracts that can invoke t...

8.2CVSS5.6AI score0.01395EPSS
SaveExploits1References5Affected Software4
OSV
OSV
โ€ขadded 2022/08/18 6:15 a.m.โ€ข9 views

CVE-2022-35198

Contract Management System v2.0 contains a weak default password which gives attackers to access database connection information...

7.5CVSS5.8AI score0.00793EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
โ€ขadded 2022/08/18 6:15 a.m.โ€ข4 views

CVE-2022-35198

Contract Management System v2.0 contains a weak default password which gives attackers to access database connection information...

7.5CVSS5.8AI score0.00793EPSS
SaveExploits1References2
CVE
CVE
โ€ขadded 2022/08/18 5:35 a.m.โ€ข50 views

CVE-2022-35198

The CVE-2022-35198 entry concerns Contract Management System v2.0 with a weak default password that can expose database connection information. This vulnerability is supported by multiple connected records noting the same issue, including a High severity CVSS 3.1 score (7.5), attack vector networ...

7.5CVSS7.5AI score0.00793EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
โ€ขadded 2022/08/18 5:35 a.m.โ€ข43 views

CVE-2022-35198

Contract Management System v2.0 contains a weak default password which gives attackers to access database connection information...

7.8AI score0.00793EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
โ€ขadded 2022/08/18 12:00 a.m.โ€ข9 views

PT-2022-22628 ยท Unknown ยท Contract Management System

Name of the Vulnerable Software and Affected Versions: Contract Management System version 2.0 Description: The issue is related to a weak default password in the Contract Management System, which allows attackers to access database connection information. Recommendations: For Contract Management...

7.5CVSS7.4AI score0.00793EPSS
SaveExploits1References5
CNNVD
CNNVD
โ€ขadded 2022/08/18 12:00 a.m.โ€ข10 views

Contract Management System ๆŽˆๆƒ้—ฎ้ข˜ๆผๆดž

Contract Management System is a contract management system. It enables companies to create new contracts and track the status of existing contracts to ensure that employees, vendors, and customers meet defined requirements. A security vulnerability exists in Contract Management System version v2....

7.5CVSS7.3AI score0.00793EPSS
SaveExploits1References2
GitLab Advisory Database
GitLab Advisory Database
โ€ขadded 2022/08/18 12:00 a.m.โ€ข37 views

Exposure of Resource to Wrong Sphere

Ethermint is an Ethereum library. In Ethermint running versions before v0.17.2, the contract selfdestruct invocation permanently removes the corresponding bytecode from the internal database storage. However, due to a bug in the DeleteAccountfunction, all contracts that used the identical bytecod...

8.2CVSS0.9AI score0.01395EPSS
SaveExploits1References5Affected Software1
Code423n4
Code423n4
โ€ขadded 2022/08/17 12:00 a.m.โ€ข14 views

Approved Borrower can can walk away with collateral in leveraged borrowed Position

Lines of code Vulnerability details Impact When an approved borrower calls leveragedPosition , their userBorrowShares and userCollateralBalance values are updated. The borrow will be able to walk away with collateral balance by adding more collateral to pass the isSolvent check and remove all the...

6.7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/08/17 12:00 a.m.โ€ข21 views

Not calling approve(0) before setting a new approval might cause reverts when used with Tether (USDT)

Lines of code Vulnerability details Impact Some tokens do not implement the ERC20 standard properly but are still accepted by most code that accepts ERC20 tokens. For example Tether USDT's approve function will revert if the current approval is not zero, to protect against front-running changes o...

7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/08/17 12:00 a.m.โ€ข20 views

repayAsset() but you will not receive your Collateral

Lines of code Vulnerability details Impact The user will just pay down the debt Proof of Concept By invoking repayAsset you will just pay the Asset Token, on the other hand, he does not send any amount of my Collateral Recommended Mitigation Steps Add a function to send the Collateral after...

6.8AI score
SaveExploits0
Prion
Prion
โ€ขadded 2022/08/15 11:21 a.m.โ€ข37 views

Format string

OpenZeppelin Contracts is a library for secure smart contract development. The functions ECDSA.recover and ECDSA.tryRecover are vulnerable to a kind of signature malleability due to accepting EIP-2098 compact signatures in addition to the traditional 65 byte signature format. This is only an issu...

4CVSS6.5AI score0.00419EPSS
SaveExploits0References3Affected Software2
Code423n4
Code423n4
โ€ขadded 2022/08/15 12:00 a.m.โ€ข16 views

Bad access control in AdminRole.sol can lead to all funds being stolen from FoundationTreasury.sol

Lines of code Vulnerability details Proof of concept FoundationTreasury.sol inherits CollateralManagement.sol which has the method function withdrawFundsaddress payable to, uint256 amount external onlyAdmin that can withdraw the whole balance of the treasury to the to address. It looks like it is...

7.3AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/08/15 12:00 a.m.โ€ข8 views

VotingEscrow: uninitialized blocklist will DOS the contract

Lines of code Vulnerability details Impact The checkBlocklist modifier calls the isBlocked function for the blocklist address, but the blocklist is not initialized in the constructor, only assigned by the owner in the updateBlocklist function. This means that after the contract is deployed and...

6.9AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/08/15 12:00 a.m.โ€ข7 views

VotingEscrow Ownership Management Lacks Basic Protections

Lines of code Vulnerability details Impact A comment saying "Owner should always be a timelock contract" is not sufficient protection for something as critical as ownership. There should be: a zero address check on addr a propose/transfer method of ownership transfer, not a unilateral transfer...

6.9AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/08/15 12:00 a.m.โ€ข13 views

Blocklist contract lack an unblock mechanism

Lines of code Vulnerability details Impact In Blocklist contract, the manager can block a contract from accessing VotingEscrow by calling the block function. If the manager calls the block function on a contract due to some misunderstanding, the manager cannot resume the contract's access to...

6.8AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/08/15 12:00 a.m.โ€ข13 views

mintFromFixedPriceSale for a custom contract can lead to users losing funds

Lines of code Vulnerability details mintFromFixedPriceSale for a custom contract can lead to users losing funds NFTDropMarketFixedPriceSale.createFixedPriceSale allows creators to create a sale drop. A creator can create a drop sale for their custom NFT Contract that adheres to...

6.8AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/08/15 12:00 a.m.โ€ข12 views

Missing onlyCreator modifier on minting functions

Lines of code Vulnerability details Impact Missing onlyCreator modifier or any access-control to the NFTCollection.sol mint function makes all of the contract's minting functions absolutely open to any user. Proof of Concept All minting functions in the NFTCollection contract: mintAndApprove...

6.8AI score
SaveExploits0
Rows per page
Query Builder