Lucene search
+L

3585 matches found

Code423n4
Code423n4
added 2022/05/11 12:00 a.m.18 views

Options can be sold for tokens that have been destructed

Lines of code Vulnerability details Unlike OpenZeppelin's safeTransfer, solmate's version of the function does not check for contract existence before its low level calls are made. The foot-gun associated with this difference is that it's up to the caller to verify that the contract exists before...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/10 12:00 a.m.19 views

A malicious user can create a vault that is actually empty

Lines of code Vulnerability details description A malicious user can call the createVault function to create a vault with an ERC20 token that returns false rather than revert on failed transfer. By specifying the tokenType parameter to be ERC721 the transferFrom function will be called rather tha...

6.7AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/05/09 7:15 p.m.7 views

CVE-2022-29868

1Password for Mac 7.2.4 through 7.9.x before 7.9.3 is vulnerable to a process validation bypass. Malicious software running on the same computer can exfiltrate secrets from 1Password provided that 1Password is running and is unlocked. Affected secrets include vault items and derived values used f...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2022/05/09 7:15 p.m.9 views

CVE-2022-29868

1Password for Mac 7.2.4 through 7.9.x before 7.9.3 is vulnerable to a process validation bypass. Malicious software running on the same computer can exfiltrate secrets from 1Password provided that 1Password is running and is unlocked. Affected secrets include vault items and derived values used f...

5.5CVSS5.8AI score0.00155EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2022/05/05 12:00 a.m.13 views

Usage of deprecated transfer to send ETH

Lines of code Vulnerability details Vulnerability details The usage of address.send is considered a bad practice as it only uses 2300 gas and you create a high dependency of gas. It is true that this is only used in an emergency to transfer the funds to the vault, but it always a better practice ...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/05 12:00 a.m.24 views

Total loss of funds on owner account compromise

Lines of code Vulnerability details Issue: The vault address may be arbitrarily updated by the owner using setVaultAddress. The owner can also call withdrawAll to move all funds to the vault. Consequence: A malicious owner or owner account compromise can siphon the entire contract's funds to an...

6.9AI score
SaveExploits0
OSV
OSV
added 2022/05/02 8:15 p.m.12 views

CVE-2021-41810

Script injection in M-Files Admin versions before 22.2.11051.0, allows executing stored script in admin tool. M-Files Admin tool allows storing configuration data with script which may then get run by another vault administrator. Requires vault admin level authentication and is not remotely...

4.8CVSS5.8AI score0.00686EPSS
SaveExploits0References3
NVD
NVD
added 2022/05/02 8:15 p.m.27 views

CVE-2021-41810

Script injection in M-Files Admin versions before 22.2.11051.0, allows executing stored script in admin tool. M-Files Admin tool allows storing configuration data with script which may then get run by another vault administrator. Requires vault admin level authentication and is not remotely...

5.2CVSS0.00686EPSS
SaveExploits0References3
Prion
Prion
added 2022/05/02 8:15 p.m.27 views

Authentication flaw

Admin tool allows storing configuration data with script which may then get run by another vault administrator. Requires vault admin level authentication and is not remotely exploitable...

3.5CVSS5.3AI score0.00686EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2022/05/02 7:06 p.m.104 views

CVE-2021-41810

The CVE-2021-41810 issue affects M-Files Server. An administrative tool can store configuration data that may contain a script, which can be executed by another vault administrator. The vulnerability requires vault admin level authentication and is not remotely exploitable per the primary descrip...

5.2CVSS5.1AI score0.00686EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2022/05/02 7:06 p.m.30 views

CVE-2021-41810 Script injection in M-Files Admin

Script injection in M-Files Admin versions before 22.2.11051.0, allows executing stored script in admin tool. M-Files Admin tool allows storing configuration data with script which may then get run by another vault administrator. Requires vault admin level authentication and is not remotely...

5.2CVSS5.7AI score0.00686EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2022/05/02 11:03 a.m.95 views

Important: Red Hat Security Advisory: Red Hat JBoss Web Server 5.6.2 Security Update

Red Hat JBoss Web Server 5.6.2 zip release is now available for Red Hat Enterprise Linux 7, Red Hat Enterprise Linux 8, and Microsoft Windows. Red Hat Product Security has rated this release as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which giv...

7.5CVSS7AI score0.73188EPSS
SaveExploits2References2
Code423n4
Code423n4
added 2022/04/19 12:00 a.m.14 views

StakedCitadel should implement EIP-4626

Lines of code Vulnerability details StakedCitadel should implement EIP-4626 StakedCitadel could be seen as an investment vault and therefore team should consider implementing the recent EIP-4626 standard, as it could enable a lot of potential integrations and would avoid having to deploy wrappers...

6.7AI score
SaveExploits0
Veracode
Veracode
added 2022/04/16 9:47 p.m.32 views

Privilege Escalation

vault is vulnerable to privilege escalation. The vulnerability exists because the wildcard certificates are authorized when the PKI role policy attribute is set to false which allows an attacker to gain access to the system...

6.5CVSS5.1AI score0.00571EPSS
SaveExploits0References4Affected Software1
The Hacker News
The Hacker News
added 2022/04/12 9:15 a.m.35 views

Finding Attack Paths in Cloud Environments

The mass adoption of cloud infrastructure is fully justified by innumerable advantages. As a result, today, organizations' most sensitive business applications, workloads, and data are in the cloud. Hackers, good and bad, have noticed that trend and effectively evolved their attack techniques to...

0.2AI score
SaveExploits0
Code423n4
Code423n4
added 2022/04/01 12:00 a.m.11 views

Use safeTransfer instead of transferFrom

Lines of code Vulnerability details Impact In the following line, transferFrom is used. However, this function transfers funds from CoreCollection contract to msg.sender. That's why transfersafeTransfer must be used. Like the comment describes, if a royalty vault isn't set, tokens are kept within...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/04/01 12:00 a.m.11 views

Collection Owners Can Brick the CoreCollection.sol Contract by Preventing Token Transfers

Lines of code Vulnerability details Impact Joyn allows project owners to configure their own royalty vault or give the SplitFactory.sol contract the ability to do this when the Splitter.sol and RoyaltyVault.sol contracts are deployed. Because there is an option for the owner to control the...

6.7AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2022/03/23 12:00 a.m.13 views

The vulnerability of the Jenkins HashiCorp Vault’s software for storing API keys, tokens, and passwords arises from a flaw in its data protection mechanism. This flaw allows attackers to disclose the protected information.

The vulnerability of the Jenkins HashiCorp Vault’s software for storing API keys, tokens, and passwords is related to a flaw in the data protection mechanism. Exploiting this vulnerability could allow an attacker, operating remotely, to expose the protected information...

6.8CVSS6.5AI score0.00809EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/03/16 12:00 p.m.6 views

CVE-2021-41810

Script injection in M-Files Admin versions before 22.2.11051.0, allows executing stored script in admin tool. M-Files Admin tool allows storing configuration data with script which may then get run by another vault administrator. Requires vault admin level authentication and is not remotely...

5.2CVSS5.3AI score0.00686EPSS
SaveExploits0References4
NCSC
NCSC
added 2022/03/15 12:00 a.m.12 views

Vulnerabilities fixed in CyberArk Privileged Session Manager and Password Vault Manager

Vulnerabilities have been fixed in the CyberArk Privileged Session Manager and Password Vault Manager. The vulnerabilities allow a malicious party to conduct attacks that result in the following categories of damage: Circumvention of security measure. Remote code execution User rights Access to...

7.5AI score
SaveExploits0
Rows per page
Query Builder