Lucene search
+L

3581 matches found

Cvelist
Cvelist
added 2023/03/23 5:12 p.m.28 views

CVE-2023-1202

Permission bypass when importing or synchronizing entries in User vault in Devolutions Remote Desktop Manager 2023.1.9 and prior versions allows users with restricted rights to bypass entry permission via id collision...

6.7AI score0.00439EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2023/03/23 12:00 a.m.11 views

CVE-2023-20859

In Spring Vault, versions 3.0.x prior to 3.0.2 and versions 2.3.x prior to 2.3.3 and older versions, an application is vulnerable to insertion of sensitive information into a log file when it attempts to revoke a Vault batch token...

5.3AI score0.00223EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2023/03/23 12:00 a.m.4 views

PT-2023-17679 · Spring · Spring Vault

Name of the Vulnerable Software and Affected Versions: Spring Vault versions 2.3.x prior to 2.3.3 Spring Vault versions 3.0.x prior to 3.0.2 Description: The application is vulnerable to the insertion of sensitive information into a log file when it attempts to revoke a Vault batch token...

5.5CVSS5.5AI score0.00223EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2023/03/23 12:00 a.m.56 views

CVE-2023-20859

In Spring Vault, versions 3.0.x prior to 3.0.2 and versions 2.3.x prior to 2.3.3 and older versions, an application is vulnerable to insertion of sensitive information into a log file when it attempts to revoke a Vault batch token...

5.5AI score0.00223EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2023/03/23 12:00 a.m.15 views

PT-2023-17110 · Devolutions · Devolutions Server

Name of the Vulnerable Software and Affected Versions: Devolutions Server versions 2022.3.13 and prior Description: The issue allows users with restricted rights to bypass entry permission via id collision when importing or synchronizing entries in the User vault. Recommendations: For Devolutions...

6.5CVSS6.9AI score0.00618EPSS
SaveExploits0References3
OSV
OSV
added 2023/03/23 12:00 a.m.32 views

CVE-2023-20859

In Spring Vault, versions 3.0.x prior to 3.0.2 and versions 2.3.x prior to 2.3.3 and older versions, an application is vulnerable to insertion of sensitive information into a log file when it attempts to revoke a Vault batch token...

5.8AI score
SaveExploits0References3
CVE
CVE
added 2023/03/23 12:00 a.m.510 views

CVE-2023-20859

CVE-2023-20859 affects Spring Vault: 3.0.x prior to 3.0.2 and 2.3.x prior to 2.3.3 (and older versions). The issue allows insertion of sensitive information into log files when revoking a Vault batch token, potentially exposing confidential data on local systems. The NVD metrics show a Local, Low...

5.5CVSS5.1AI score0.00223EPSS
SaveExploits0References1Affected Software3
Positive Technologies
Positive Technologies
added 2023/03/23 12:00 a.m.14 views

PT-2023-16817 · Devolutions · Devolutions Remote Desktop Manager

Name of the Vulnerable Software and Affected Versions: Devolutions Remote Desktop Manager versions 2023.1.9 and prior Description: The issue allows users with restricted rights to bypass entry permission via id collision when importing or synchronizing entries in the User vault. Recommendations:...

6.5CVSS6.4AI score0.00439EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2023/03/23 12:00 a.m.14 views

Spring Vault 日志信息泄露漏洞

VMware Spring Vault is VMware's allows applications to transparently access confidential information stored in Vault. A security vulnerability exists in Spring Vault 3.0.series versions prior to 3.0.2, 3.0.2 series versions prior to 2.3.3, which stems from an application's tendency to insert...

5.5CVSS6.3AI score0.00223EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2023/03/20 12:00 a.m.11 views

Potential lose of Vault control

Lines of code Vulnerability details Impact If by any means this function is not called first by the creators anyone can be the one to define it forever since there is no verification, after that the attacker will have complete control over the mint and burn functions. Proof of Concept function...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/20 12:00 a.m.18 views

[H-3] Any account can mint or burn an unlimited number of vault tokens and drain the Kangaroo Vault.

Lines of code Vulnerability details Impact This is a failure in setting up access control. Anyone could set the vault address to their address and call the mint/burn function to mint and burn vault tokens. The impact is severe since all the funds in Kangaroo vault can be withdrawn by anyone. Proo...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/20 12:00 a.m.19 views

The KangarooVault liquidity providers receive a wrong vault token amount because an error in the processDepositQueue() function

Lines of code Vulnerability details Impact The KangarooVault.sol::processDepositQueue function helps to process the queued deposits. The deposits are queued if the KangarooVault vault doesn't have registered positions. The processDepositQueue function calls the getTokenPrice function to be able t...

6.8AI score
SaveExploits0
Spring Security Advisories
Spring Security Advisories
added 2023/03/20 12:00 a.m.13 views

Insertion of Sensitive Information into Log Sourced from Failed Revocation of Tokens

In Spring Vault, versions 3.0.x prior to 3.0.2 and versions 2.3.x prior to 2.3.3 and older versions, an application is vulnerable to insertion of sensitive information into a log file when it attempts to revoke a Vault batch token. Specifically, an application is vulnerable when all of the...

4.4CVSS6.4AI score0.00223EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2023/03/15 12:00 a.m.8 views

Vault staked along with "Hands of the Citadel" does not have any effect but still be locked

Lines of code Vulnerability details Impact In function stakeS1Citizen, when the S1 citizen has class Hands of Citadel, it will ignore the vault staked but still transfer the vault into Staking contract. It will effectively lock the vault for timelockDuration but does not have any effect on...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/15 12:00 a.m.11 views

Executing getCreditYield(citizenId, citizenVaultId) in NeoTokyoStaker._stakeS1Citizen function can cause identityPoints to be lower than it should be when corresponding S1 Citizen to be staked does not have a component vault but an optional vault is provided

Lines of code Vulnerability details Impact Calling the following NeoTokyoStaker.stakeS1Citizen function executes string memory citizenCreditYield = getCreditYieldcitizenId, citizenVaultId and uint256 identityPoints = identityCreditPointscitizenCreditYield. When the S1 Citizen to be staked does no...

7.1AI score
SaveExploits0
NVD
NVD
added 2023/03/14 7:15 a.m.15 views

CVE-2022-47171

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Paul C. Schroeder IP Vault – WP Firewall plugin = 1.1 versions...

5.9CVSS5.7AI score0.00394EPSS
SaveExploits0References1
OSV
OSV
added 2023/03/14 7:15 a.m.8 views

CVE-2022-47171

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Paul C. Schroeder IP Vault – WP Firewall plugin = 1.1 versions...

4.8CVSS5.8AI score0.00394EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2023/03/14 6:42 a.m.8 views

CVE-2022-47171 WordPress IP Vault – WP Firewall Plugin <= 1.1 is vulnerable to Cross Site Scripting (XSS)

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Paul C. Schroeder IP Vault – WP Firewall plugin = 1.1 versions...

5.9CVSS6.8AI score0.00394EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/03/14 6:42 a.m.26 views

CVE-2022-47171 WordPress IP Vault – WP Firewall Plugin <= 1.1 is vulnerable to Cross Site Scripting (XSS)

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Paul C. Schroeder IP Vault – WP Firewall plugin = 1.1 versions...

5.9CVSS6AI score0.00394EPSS
SaveExploits0References1
CVE
CVE
added 2023/03/14 6:42 a.m.382 views

CVE-2022-47171

CVE-2022-47171 affects the Paul C. Schroeder IP Vault – WP Firewall plugin for WordPress, specifically versions &lt;= 1.1. The issue is a Cross-Site Scripting (XSS) vulnerability caused by improper input neutralization during web page generation. Impact is described as low severity with Privilege...

5.9CVSS5.2AI score0.00394EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder