Lucene search
+L

20494 matches found

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

JBXBuybackDelegate.didPay() allows for positive slippage theft

Lines of code Vulnerability details Impact The JBXBuybackDelegate.didPay calls swap which utilizes the Uniswap's swap function. JBXBuybackDelegate incorporates a negative slippage check in uniswapV3SwapCallback. However, it fails to consider the deadline parameter of the transaction. The deadline...

6.8AI score
SaveExploits0
Cloud Foundry
Cloud Foundry
added 2023/05/22 12:00 a.m.96 views

CVE-2023-20882: Gorouter pruning via client disconnect resulting in DOS | Cloud Foundry

Severity High Vendor Cloud Foundry Foundation Description A bug in the gorouter process for the versions from 0.262.0 and prior to 0.266.0 of routing-release can lead to a denial of service of applications hosted on Cloud Foundry. Under the right circumstances, when client connections are closed...

5.9CVSS5.7AI score0.00581EPSS
SaveExploits0Affected Software1
Code423n4
Code423n4
added 2023/05/21 12:00 a.m.12 views

Unsafe cast in swap and uniswapV3SwapCallback functions can lead to attack

Lines of code Vulnerability details Impact The swap and uniswapV3SwapCallback functions performs an unsafe cast of a uint256 type to a signed integer. amountReceived = uint256-projectTokenIsZero ? amount0 : amount1; Note that amount is chosen by the caller and when choosing amount = 2256 - 1, thi...

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

Minting exposes beneficiaries to unlimited slippage while minting the token out, sending back the token in the terminal.

Lines of code Vulnerability details Impact The amount of tokens minted/assets received when minting can be manipulated to an unlimited extent by manipulating the reserves of the pool. Proof of Concept Here the mint function mints the tokens out to the beneficiary. However the Delegate can't speci...

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

The return value of an external transfer call is not checked on the function uniswapV3SwapCallback in the contract named JBXBuybackDelegate

Lines of code Vulnerability details Impact Several tokens do not revert in case of failure and return false. If one of these tokens is used in MyBank, deposit will not revert if the transfer fails, and an attacker can call deposit for free...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/05/20 12:00 a.m.12 views

Always mint 1 wei when _data.preferClaimedTokens is false

Lines of code Vulnerability details Impact File: JBXBuybackDelegate.sol 183 function didPayJBDidPayData calldata data external payable override --skip-- 188 uint256 tokenCount = mintedAmount; 189 mintedAmount = 1; --skip-- 200 if data.preferClaimedTokens --skip-- 206 else 207 mintdata, tokenCount...

6.7AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2023/05/19 4:10 a.m.65 views

CVE-2023-31655

A vulnerability was found in the Redis package. This security flaw causes a segmentation violation in redisraft.c. Mitigation Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deploymen...

7.5CVSS7.1AI score0.01028EPSS
SaveExploits1References4
Code423n4
Code423n4
added 2023/05/19 12:00 a.m.13 views

Attacker can front-run didPay() by calling payParams() to set mintedAmount & reservedRate, reducing output amount

Lines of code Vulnerability details Impact Attacker can front-run didPay by calling payParams to set mintedAmount & reservedRate. This will reduce the output amount the caller to didPay was expecting to receive. Proof of Concept Anyone can call payParams and provide arbitrary input to set...

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

TEST-medium

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. Proof of Concept Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept. Tools Used Recommended Mitigation Steps Assessed...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/05/19 12:00 a.m.21 views

New finding

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. Proof of Concept Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept. Tools Used Recommended Mitigation Steps Assessed...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/05/19 12:00 a.m.21 views

TEST-high risk

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. Proof of Concept Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept. Tools Used Recommended Mitigation Steps Assessed...

7.1AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2023/05/18 7:16 p.m.29 views

CVE-2023-32313

A flaw was found in the vm2. After making a vm, the inspect method is read-write for console.log, which allows an attacker to edit options for console.log. This issue impacts the integrity by changing the log subsystem. Mitigation After creating a vm, make the inspect method readonly with...

5.3CVSS6.7AI score0.0079EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2023/05/18 7:16 p.m.75 views

CVE-2023-32314

A flaw was found in the vm2 sandbox. When a host object is created based on the specification of Proxy, an attacker can bypass the sandbox protections. This may allow an attacker to run remote code execution on the host running the sandbox. This vulnerability impacts the confidentiality, integrit...

9.8CVSS7.7AI score0.08127EPSS
SaveExploits1References4
ICS
ICS
added 2023/05/18 7:01 p.m.31 views

Carlo Gavazzi Powersoft

1. EXECUTIVE SUMMARY CVSS v3 7.5 ATTENTION: Exploitable remotely/low attack complexity/public exploits are available Vendor: Carlo Gavazzi Equipment: Powersoft Vulnerabilities: Path Traversal 2. RISK EVALUATION Successful exploitation of this vulnerability could allow an attacker to access and...

7.5CVSS7.7AI score0.02764EPSS
SaveExploits1References7
Openbugbounty
Openbugbounty
added 2023/05/18 5:08 a.m.10 views

maxygames.com Cross Site Scripting vulnerability OBB-3351203

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.1AI score
SaveExploits0
Cloud Foundry
Cloud Foundry
added 2023/05/18 12:00 a.m.71 views

USN-5702-1: curl vulnerabilities | Cloud Foundry

Severity Medium Vendor Canonical Ubuntu Versions Affected Canonical Ubuntu 18.04 Canonical Ubuntu 22.04 Description Robby Simpson discovered that curl incorrectly handled certain POST operations after PUT operations. This issue could cause applications using curl to send the wrong data, perform...

9.8CVSS9.3AI score0.04448EPSS
SaveExploits2Affected Software5
Cloud Foundry
Cloud Foundry
added 2023/05/18 12:00 a.m.52 views

USN-5310-1: GNU C Library vulnerabilities | Cloud Foundry

Severity Medium Vendor Canonical Ubuntu Versions Affected Canonical Ubuntu 18.04 Description Jan Engelhardt, Tavis Ormandy, and others discovered that the GNU C Library iconv feature incorrectly handled certain input sequences. An attacker could possibly use this issue to cause the GNU C Library ...

9.8CVSS8.9AI score0.05354EPSS
SaveExploits5Affected Software3
Hacker One
Hacker One
added 2023/05/17 8:38 p.m.32 views

U.S. Dept Of Defense: Automatic Admin Access

The automatic administrative access vulnerability allowed a user to access the application with full administrative privileges, including the ability to create submissions, manage users, and access sensitive data. The vulnerability impacted the integrity, confidentiality, and availability of the...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2023/05/17 3:41 a.m.139 views

U.S. Dept Of Defense: Leaks of username and password leads to CVE-2018-18862 exploitation

A set of credentials for a BMC Remedy ITSM system were publicly exposed and leaked, allowing an attacker to access the system with the rights of these users. The vulnerability, CVE-2018-18862, was exploited through incorrect access control, potentially allowing the attacker to list roles and...

8.8CVSS8.8AI score0.02691EPSS
SaveExploits2
Positive Technologies
Positive Technologies
added 2023/05/17 12:00 a.m.11 views

PT-2023-6623 · Snow +1 · Snow Software Spe +1

Name of the Vulnerable Software and Affected Versions: Snow Software SPE version 9.27.0 Description: The issue is related to data leakage in the Adobe connector of Snow Software SPE, allowing a privileged user to observe other users' data. This is connected to errors in privilege management. The...

4.3CVSS4.4AI score0.00378EPSS
SaveExploits0References4
Rows per page
Query Builder