Lucene search
+L

3586 matches found

Code423n4
Code423n4
added 2023/07/14 12:00 a.m.14 views

The _currentExchangeRate of the Vault contract can't increase, and always be lower than or equal to _assetUnit

Lines of code Vulnerability details Impact The currentExchangeRate of the Vault contract can not increase, and always be lower than or equal to assetUnit. Therefore, when the vault is undercollateralized currentExchangeRate assetUnit, it can't be further collateralized. Proof of concept function...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/14 12:00 a.m.20 views

Vault funds can be stolen by a malicious Yield Vault.

Lines of code Vulnerability details Impact When a vault is initialized, it sets Max Token Approval for the Yield Vault which allows the Yield Vault to ALWAYS have access to the funds in the vault. Since vaults can be created by anyone as long as they provide an ERC-4626 compliant yield source, an...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/14 12:00 a.m.15 views

IF THE UNDERLYING ASSET IS A FEE ON TRANSFER TOKEN IT COULD BREAK THE INTERNAL ACCOUNTING OF THE VAULT

Lines of code Vulnerability details Impact The Vault.deposit function is used by the users to deposit assets to the vault and mint vault shares to the recipient address. The amount of assets are transferred to the Vault as follows: SafeERC20.safeTransferFrom asset, caller, addressthis,...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/14 12:00 a.m.12 views

Malicious Yield Vault could deny Pool Together withdrawing assets

Lines of code Vulnerability details Impact Since vaults can be created by anyone as long as they provide an ERC-4626 compliant yield source, an attacker could set up a malicious ERC-4626 contract and set that as the yield source for a newly created Vault. The attacker could then have the maliciou...

6.8AI score
SaveExploits0
OSV
OSV
added 2023/07/06 7:24 p.m.141 views

GHSA-WMG5-G953-QQFW Hashicorp Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation

When using the Vault and Vault Enterprise Vault approle auth method, any authenticated user with access to the /auth/approle/role/:rolename/secret-id-accessor/destroy endpoint can destroy the secret ID of any other role by providing the secret ID accessor. This vulnerability, CVE-2023-24999, has...

8.1CVSS5.8AI score0.00597EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/07/06 7:24 p.m.144 views

Hashicorp Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation

When using the Vault and Vault Enterprise Vault approle auth method, any authenticated user with access to the /auth/approle/role/:rolename/secret-id-accessor/destroy endpoint can destroy the secret ID of any other role by providing the secret ID accessor. This vulnerability, CVE-2023-24999, has...

8.1CVSS6.8AI score0.00597EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/07/06 7:24 p.m.145 views

GHSA-9MH8-9J64-443F HashiCorp Vault's revocation list not respected

HashiCorp Vault and Vault Enterprise’s TLS certificate auth method did not initially load the optionally configured CRL issued by the role's CA into memory on startup, resulting in the revocation list not being checked if the CRL has not yet been retrieved. Fixed in 1.12.0, 1.11.4, 1.10.7, and...

5.3CVSS5.4AI score0.00422EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2023/07/06 7:24 p.m.145 views

HashiCorp Vault's revocation list not respected

HashiCorp Vault and Vault Enterprise’s TLS certificate auth method did not initially load the optionally configured CRL issued by the role's CA into memory on startup, resulting in the revocation list not being checked if the CRL has not yet been retrieved. Fixed in 1.12.0, 1.11.4, 1.10.7, and...

5.3CVSS6.9AI score0.00422EPSS
SaveExploits0References5Affected Software1
Code423n4
Code423n4
added 2023/07/05 12:00 a.m.18 views

Incorrect Use of Equality Operator in addPartner and addVault Functions

Lines of code Vulnerability details Impact The addPartner and addVault functions in the PartnerManagerFactory contract are intended to add new partner managers and vaults respectively. These functions also assign a unique ID to each new partner manager and vault by storing them in the partnerIds...

6.9AI score
SaveExploits0
OSV
OSV
added 2023/06/20 5:15 p.m.12 views

CVE-2023-2400

Improper deletion of resource in the user management feature in Devolutions Server 2023.1.8 and earlier allows an administrator to view users vaults of deleted users via database access...

2.7CVSS5.8AI score0.00442EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/06/20 4:19 p.m.37 views

CVE-2023-2400

Improper deletion of resource in the user management feature in Devolutions Server 2023.1.8 and earlier allows an administrator to view users vaults of deleted users via database access...

4.1AI score0.00442EPSS
SaveExploits0References1
Veracode
Veracode
added 2023/06/13 11:28 a.m.24 views

HTML Injection

github.com/hashicorp/vault is vulnerable to HTML Injection. The vulnerability exists due to improper input sanitization in the diff viewer component, which allows an attacker to inject and execute malicious HTML via web UI's key valueskv-v2...

5.4CVSS6.9AI score0.00417EPSS
SaveExploits0References2Affected Software2
RedhatCVE
RedhatCVE
added 2023/06/13 1:35 a.m.30 views

CVE-2023-2121

A flaw was found in HashiCorp Vault and Vault Enterprise, where they are vulnerable to Cross-site scripting caused by improper validation of user-supplied input by the key-value v2 kv-v2 diff viewer. A remote, authenticated attacker can inject malicious script into a Web page which would be...

4.3CVSS6.5AI score0.00417EPSS
SaveExploits0References4
OSV
OSV
added 2023/06/09 6:30 p.m.22 views

GHSA-GQ98-53RQ-QR5H Hashicorp Vault vulnerable to Cross-site Scripting

Vault and Vault Enterprise's Vault key-value v2 kv-v2 diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11...

4.3CVSS5.1AI score0.00417EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/06/09 6:30 p.m.32 views

Hashicorp Vault vulnerable to Cross-site Scripting

Vault and Vault Enterprise's Vault key-value v2 kv-v2 diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11...

5.4CVSS7.1AI score0.00417EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2023/06/09 5:15 p.m.27 views

CVE-2023-2121

Vault and Vault Enterprise's Vault key-value v2 kv-v2 diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11...

5.4CVSS4.9AI score0.00417EPSS
SaveExploits0References1
Prion
Prion
added 2023/06/09 5:15 p.m.28 views

Input validation

Vault and Vault Enterprise's Vault key-value v2 kv-v2 diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11...

4.9CVSS5.8AI score0.00417EPSS
SaveExploits0References1Affected Software1
AlpineLinux
AlpineLinux
added 2023/06/09 5:15 p.m.72 views

CVE-2023-2121

Vault and Vault Enterprise's Vault key-value v2 kv-v2 diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11...

5.4CVSS7.2AI score0.00417EPSS
SaveExploits0
CVE
CVE
added 2023/06/09 4:59 p.m.378 views

CVE-2023-2121

The CVE-2023-2121 issue affects HashiCorp Vault and Vault Enterprise, stemming from the key-value v2 (kv-v2) diff viewer and improper input handling that allowed HTML injection in the Vault web UI. The vulnerability could enable cross-site scripting through user-supplied values rendered by the di...

5.4CVSS5.2AI score0.00417EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2023/06/09 4:59 p.m.8 views

CVE-2023-2121 Vault’s KV Diff Viewer Allowed for HTML Injection

Vault and Vault Enterprise's Vault key-value v2 kv-v2 diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11...

4.3CVSS6.1AI score
SaveExploits0References4
Rows per page
Query Builder