Lucene search
+L

5459 matches found

Code423n4
Code423n4
โ€ขadded 2022/07/19 12:00 a.m.โ€ข32 views

When setSubnodeOwner transfers ownership of sub-domain the new owner can perform actions before fuses are burned

Lines of code Vulnerability details Impact Function NameWrapper.setSubnodeOwner can be used to transfer ownership of a sub-domain to a new owner and, at the same time, burn fuses. A possible use-case could be that a domain owner wants to transfer ownership of the sub-domain but burn fuses in orde...

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

Parent domain owner can steal ownership and clear any fuses for any sub-domain if CANNOT_UNWRAP is not burnt on his own domain

Lines of code Vulnerability details Impact There is a general incorrect logic of burning fuses throughout NameWrapper, which allows parent domain owner to burn subdomain fuses including PARENTCANNOTCONTROL regardless of parent domain's own fuses only subdomain fuses are checked, parent fuses are...

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

It is possible to create fake ERC1155 NameWrapper token for subdomain, which is not owned by NameWrapper

Lines of code Vulnerability details Impact Due to re-entrancy possibility in NameWrapper.transferAndBurnFuses called from setSubnodeOwner and setSubnodeRecord, it is possible to do some stuff in onERC1155Received right after transfer but before new owner and new fuses are set. This makes it...

7.1AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/07/17 12:00 a.m.โ€ข19 views

Multiple auction can run on same vault - Collateral loss

Lines of code Vulnerability details Impact Due to insufficient checks, it is possible to run 2 auctions at same time. This can lead to loss of collateral for this vault as collateral quantity placed for auction will double Proof of Concept 1. User starts auction on vault id 1 which transfer...

6.9AI score
SaveExploits0
RedhatCVE
RedhatCVE
โ€ขadded 2022/07/15 5:04 a.m.โ€ข69 views

CVE-2022-29187

A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This issue allows the owner of the repository to cause arbitrary commands to be executed by...

7.8CVSS4.6AI score0.00782EPSS
SaveExploits0References3
Code423n4
Code423n4
โ€ขadded 2022/07/14 12:00 a.m.โ€ข18 views

createCollectionFor doesn't transfer ownership to _controller that specified in the parameter.

Lines of code Vulnerability details Impact controller is supplied to the function parameter to be controller of the token and owner of the vault. But actually owner of the vault is VaultRegistry that can't control anything in the Vault. Proof of Concept function createCollectionFor bytes32...

6.8AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/07/14 12:00 a.m.โ€ข28 views

Vault implementation can be selfdestructed due to lack of initialization

Lines of code Vulnerability details Impact HIGH - Assets can be lost directly Anybody can initialize the Vault's implementation contract. The worst case would be to selfdestruct and make all the already deployed and to be deployed Vault's proxies useless and assets in the deployed proxies will be...

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

Uninitialized implementation for Vault can be destroyed

Lines of code Vulnerability details Impact Every Vault is a proxy of the same implementation contract. This implementation is deployed from VaultFactory but never initialized. /// @notice Initializes implementation contract constructor implementation = addressnew Vault; Someone can call init in t...

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

oldToken.transferOwnership() to contract may be irreversible

Lines of code Vulnerability details oldToken.transferOwnership to contract may be irreversible Proof of Concept JBTokenStore.sol 265-266: if newOwner != address0 && oldToken != IJBTokenaddress0 oldToken.transferOwnershipprojectId, newOwner; OpenZeppelin library Ownerable.sol: function...

6.8AI score
SaveExploits0
OSV
OSV
โ€ขadded 2022/07/06 5:55 p.m.โ€ข29 views

CVE-2022-31131 Ownership check missing when updating or deleting mail attachments in Nextcloud mail

Nextcloud mail is a Mail app for the Nextcloud home server product. Versions of Nextcloud mail prior to 1.12.2 were found to be missing user account ownership checks when performing tasks related to mail attachments. Attachments may have been exposed to incorrect system users. It is recommended...

5.4CVSS4.5AI score
SaveExploits0References5
Cvelist
Cvelist
โ€ขadded 2022/07/06 5:55 p.m.โ€ข43 views

CVE-2022-31131 Ownership check missing when updating or deleting mail attachments in Nextcloud mail

Nextcloud mail is a Mail app for the Nextcloud home server product. Versions of Nextcloud mail prior to 1.12.2 were found to be missing user account ownership checks when performing tasks related to mail attachments. Attachments may have been exposed to incorrect system users. It is recommended...

5.4CVSS5.7AI score0.0074EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
โ€ขadded 2022/07/06 5:55 p.m.โ€ข9 views

CVE-2022-31131 Ownership check missing when updating or deleting mail attachments in Nextcloud mail

Nextcloud mail is a Mail app for the Nextcloud home server product. Versions of Nextcloud mail prior to 1.12.2 were found to be missing user account ownership checks when performing tasks related to mail attachments. Attachments may have been exposed to incorrect system users. It is recommended...

5.4CVSS5.8AI score0.0074EPSS
SaveExploits1References3
CNNVD
CNNVD
โ€ขadded 2022/07/06 12:00 a.m.โ€ข8 views

Nextcloud ๆŽˆๆƒ้—ฎ้ข˜ๆผๆดž

Nextcloud is an open source, self-hosted file synchronization and sharing communication application platform from Nextcloud, Germany. Nextcloud suffers from an authorization issue vulnerability that stems from a lack of user account ownership checks...

5.4CVSS5AI score0.0074EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
โ€ขadded 2022/07/06 12:00 a.m.โ€ข12 views

PT-2022-20551 ยท Nextcloud ยท Nextcloud Mail

Name of the Vulnerable Software and Affected Versions: Nextcloud mail versions prior to 1.12.2 Description: The issue concerns missing user account ownership checks when performing tasks related to mail attachments in Nextcloud mail, potentially exposing attachments to incorrect system users...

5.4CVSS4.4AI score0.0074EPSS
SaveExploits1References9
Code423n4
Code423n4
โ€ขadded 2022/07/04 12:00 a.m.โ€ข14 views

onERC721Received() could delegatecall to transder the tokens

Lines of code Vulnerability details onERC721Received could delegatecall to transder the tokens Impact Some onERC721Received could use delegatecall to drain the tokens Putty holds. Because the msg.sender is Putty contract, the tarnsfer can go through. Or taking the ownership of the Putty contract...

6.8AI score
SaveExploits0
OSV
OSV
โ€ขadded 2022/06/28 5:15 p.m.โ€ข5 views

DEBIAN-CVE-2022-0987

A flaw was found in PackageKit in the way some of the methods exposed by the Transaction interface examines files. This issue allows a local user to measure the time the methods take to execute and know whether a file owned by root or other users exists...

3.3CVSS4.6AI score0.00263EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
โ€ขadded 2022/06/28 5:15 p.m.โ€ข376 views

CVE-2022-0987

A flaw was found in PackageKit in the way some of the methods exposed by the Transaction interface examines files. This issue allows a local user to measure the time the methods take to execute and know whether a file owned by root or other users exists...

3.3CVSS5.9AI score0.00263EPSS
SaveExploits0References2
OSV
OSV
โ€ขadded 2022/06/28 5:15 p.m.โ€ข14 views

UBUNTU-CVE-2022-0987

A flaw was found in PackageKit in the way some of the methods exposed by the Transaction interface examines files. This issue allows a local user to measure the time the methods take to execute and know whether a file owned by root or other users exists...

3.3CVSS5.8AI score0.00263EPSS
SaveExploits0References3
Cvelist
Cvelist
โ€ขadded 2022/06/28 4:09 p.m.โ€ข141 views

CVE-2022-0987

A flaw was found in PackageKit in the way some of the methods exposed by the Transaction interface examines files. This issue allows a local user to measure the time the methods take to execute and know whether a file owned by root or other users exists...

4.2AI score0.00263EPSS
SaveExploits0References1
Code423n4
Code423n4
โ€ขadded 2022/06/26 12:00 a.m.โ€ข9 views

[M-01] Cannot set or change curve pool after initialization

Lines of code Vulnerability details Impact Inability to set or change curve pool after initialization will hurt the project liquidity and block the ability to instant unstake from curve. Approving the CURVEPOOL address is done only on initialize and only if non zero address supplied. When using...

6.8AI score
SaveExploits0
Rows per page
Query Builder