Lucene search
K

9 matches found

Github Security Blog
Github Security Blog
added 2024/04/17 5:37 p.m.13 views

Evmos vulnerable to unauthorized account creation with vesting module

Impact What kind of vulnerability is it? Who is impacted? Using the vesting module, a malicious attacker can create a new vesting account at a given address, before a contract is created on that address. Addresses of smart contracts deployed to the EVM are deterministic. Therefore, it would be...

7.2AI score
Exploits0References3Affected Software2
Code423n4
Code423n4
added 2023/10/11 12:0 a.m.5 views

Unrestricted delegator contract deployment risks gas abuse; implement mitigations.

Lines of code Vulnerability details Impact deployProxyDelegatorIfNeeded deploys a new delegator contract if one does not exist. This could be abused to spam deploy many delegators and waste gas. Proof of Concept The issue with potentially spam deploying many delegator contracts occurs in the...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2023/03/19 12:0 a.m.13 views

Anyone can steal funds in the Contract Deployer

Lines of code Vulnerability details Impact If ContractDeployer.sol ever holds funds, it could potentially be drained via the chained creation of new contracts. Proof of Concept When creating a contract the create/create2 functions will be called inside the contract deployer here: , which after...

6.8AI score
Exploits0
Code423n4
Code423n4
added 2023/01/09 12:0 a.m.11 views

Bypass depositFor Contract Check

Lines of code Vulnerability details Validation will pass for a contract in construction; an address where a contract will be created; an address where a contract lived, but was destroyed. --- The text was updated successfully, but these errors were encountered: All reactions...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2023/01/09 12:0 a.m.12 views

The isContract function in LibAddress that uses EXTCODESIZE can be vulnerable to the "Contract Creation Code Execution" attack

Lines of code Vulnerability details Impact It will allow the attacker to potentially execute malicious code in the implementation contract at Proof of Concept contract Victim function isContractaddress account public view returnsbool uint32 csize; assembly size := extcodesizeaccount return csize ...

7.2AI score
Exploits0
Code423n4
Code423n4
added 2022/09/19 12:0 a.m.7 views

Anyone could steal the funds

Lines of code Vulnerability details Impact Anyone can create a contract. and send all the funds if maximumPrice == 0 or at the list he can get the maximumPrice Proof of Concept Create a contract to send the funds to it Invoke buy on CollectionBuyCrowdfund.sol or BuyCrowdfund And it will transfer...

6.9AI score
Exploits0
CNNVD
CNNVD
added 2022/02/04 12:0 a.m.2 views

OpenZeppelin 安全漏洞

OpenZeppelin is a software application. A standard for secure blockchain applications. A security vulnerability exists in OpenZeppelin =v4.4.0 that stems from initializer functions that are called separately from contract creation the most notable example being minimal proxies and can be re-enter...

7.5CVSS7.3AI score0.00517EPSS
Exploits0References2
Huntr
Huntr
added 2021/07/31 9:50 p.m.6 views

Cross-Site Request Forgery (CSRF) in devcode-it/openstamanager

✍️ Description Attacker able to create any Contract if users visit attacker site. 🕵️‍♂️ Proof of Concept 1.Open the PoC.html In Firefox or safari. 2.now you can check a Contract with aaaa name have been created. // PoC.html history.pushState'', '', '/' document.forms0.submit; 💥 Impact This...

3.5AI score
Exploits0
WPVulnDB
WPVulnDB
added 2017/03/13 12:0 a.m.22 views

Dtracker <= 1.5 - Unauthorised Contract Creation

Plugin is still affected and has been closed...

5CVSS3.2AI score0.04624EPSS
Exploits2References2Affected Software1
Rows per page
Query Builder