Lucene search
+L

19462 matches found

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

LiquidityPool inflation attack

Lines of code Vulnerability details Bug Description The LiquidityPool uses an algorithm that converts prices to shares through a linear relationship. For instance, if there are 10,000 assets and 100 shares, then holding 100 assets should yield 1 share. However, a situation arises when investor...

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

The maxMint check should be cumulatively applied to ensure it's effectiveness

Lines of code Vulnerability details Impact Circumvention of the maximum minting restriction, since all a receiver need to do is not specify the whole amount of tokens in one attempt and then claim more than the maximum amount Proof of Concept Take a look at LiquidityPool.solL145-L157 /// @notice...

6.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/09/14 12:00 a.m.3 views

PT-2023-20784 · Undefined · Undefined

Name of the Vulnerable Software and Affected Versions: No information is available about the vulnerable software and its affected versions. Description: There is a request for a proof of concept related to a specific issue, but no details are provided about the issue itself, including its nature,...

6.6AI score
SaveExploits0References1
Huntr
Huntr
added 2023/09/13 9:58 p.m.25 views

Improper input validation leads to arbitrary file deletion

Description The /process endpoint of the python API in collector/api.py exposes an endpoint waiting for a POST request with a parameter named filename : py @api.route"/process", methods="POST" def processfile: content = request.json targetfilename = content.get"filename" printf"Processing...

6.8AI score0.00736EPSS
SaveExploits1
Circl
Circl
added 2023/09/13 8:10 a.m.8 views

CVE-2023-40228

creationtimestamp| type| source ---|---|--- 2023-09-13 08:10:09+00:00| published-proof-of-concept| https://t.me/thebugbountyhunter/7767...

4.8AI score
SaveExploits0References1
GithubExploit
GithubExploit
added 2023/09/12 4:01 p.m.352 views

Exploit for Insufficient Verification of Data Authenticity in Rarlab Winrar

CVE-2023-38831-WinRAR-Exploit Proof of concept...

7.8CVSS6.8AI score0.98022EPSS
SaveExploits49
GithubExploit
GithubExploit
added 2023/09/12 2:07 p.m.371 views

Exploit for Insufficient Verification of Data Authenticity in Rarlab Winrar

CVE-2023-38831 Exploit - Bait and Switch Archive Generator...

7.8CVSS6.9AI score0.98022EPSS
SaveExploits49
Huntr
Huntr
added 2023/09/12 7:39 a.m.24 views

Store DOM XSS in FAQ

Description I noticed, your website is very secure. But you overlooked a flaw XSS Proof of Concept 1 .Login vs admin demo account and access admin page. 2 .Create a category, Question with payload: haidoalertdocument.domain 3 .Select FAQ status published and Sticky 4 .Back to the homepage, detect...

7AI score0.00532EPSS
SaveExploits1
Circl
Circl
added 2023/09/12 6:36 a.m.14 views

CVE-2023-41887

creationtimestamp| type| source ---|---|--- 2023-09-12 06:36:44+00:00| published-proof-of-concept| https://github.com/OpenRefine/OpenRefine/security/advisories/GHSA-p3r5-x3hr-gpg5...

9.8CVSS7.3AI score0.4254EPSS
SaveExploits1References1
Circl
Circl
added 2023/09/12 6:34 a.m.19 views

CVE-2023-41886

creationtimestamp| type| source ---|---|--- 2023-09-12 06:34:28+00:00| published-proof-of-concept| https://github.com/OpenRefine/OpenRefine/security/advisories/GHSA-qqh2-wvmv-h72m...

7.5CVSS7.1AI score0.00997EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/09/12 2:53 a.m.23 views

SQL Injection Vulnerability in Content Page

In menu Content page, there is a SQL Injection Vulnerability at Filter function. To exploit this vulnerability, attacker injection query into filter field. Proof of Concept 1. Login with admin 2. Go to "http://127.0.0.1/icms2/admin/content/5". In this case, the number 5 is content's id Can be...

5.8CVSS8.1AI score0.00902EPSS
SaveExploits1
Circl
Circl
added 2023/09/11 11:57 p.m.12 views

CVE-2023-4238

creationtimestamp| type| source ---|---|--- 2023-09-11 23:57:55+00:00| published-proof-of-concept| https://t.me/GithubRedTeam/5121 2023-09-12 02:22:44+00:00| published-proof-of-concept| https://t.me/codeb0ss/1153...

7.2CVSS7.6AI score0.01597EPSS
SaveExploits2References2
Code423n4
Code423n4
added 2023/09/11 12:00 a.m.16 views

Expiry time is of no use

Lines of code Vulnerability details Impact DelegateToken holder can withdraw before expiry. Even if the principalToken holder extends the time it is of no use. And anyone can withdraw any delegateTokenId and send all the tokens to their address. Proof of Concept The withdraw function in the...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/11 12:00 a.m.12 views

Incorrect delegate token URI in MarketMetadata.sol.

Lines of code Vulnerability details Impact Web3 logic may be error prone by the wrong delegate token URL. Proof of Concept In DelegateToken.tokenURL, MarketMetadata.delegateTokenURI is called. MarketMetadata.delegateTokenURI is as follows. File: MarketMetadata.sol 37: function...

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

Tipping is not available for the protocol

Lines of code Vulnerability details Impact The reason that in the DelegateRegistry contract there's some payable function is because users can tip the contract and then owner can receive it using sweep later. But in the DelegateToken contract, there's no way to send the tipping to the...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/11 12:00 a.m.12 views

test

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.2AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/11 12:00 a.m.14 views

Incorrect Handling of Empty rights Parameter in delegateAll Function

Lines of code Vulnerability details Description The delegateAll function does not correctly handle the case where the rights parameter is empty. In this case, the function will attempt to write an empty string to the Storage.POSITIONSRIGHTS storage location. This behavior could lead to unexpected...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/11 12:00 a.m.14 views

The owner of the PrincipalToken can redeem the asset from escrow before the selected time period expires

Lines of code Vulnerability details Impact After calling the create function, the owner of the DelegateToken gains delegate rights for the duration of the escrow. The documentation for the competition states: "The holder of the PrincipalToken will have the right to redeem the boredom ape from...

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

"rights" stored in memory is overwriting the memory block storing "from"

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. Expected code should keccak over packed encoding of rights,from,to but as 'rights' values are overwriting 'from' values. So values available for encoding is not as expected. Proof of Concept Provide...

7.3AI score
SaveExploits0
zdt
zdt
added 2023/09/11 12:00 a.m.409 views

Wordpress Elementor 3.5.5 Plugin - Iframe Injection Vulnerability

Exploit Title: Wordpress Plugin Elementor 3.5.5 - Iframe Injection Exploit Author: Miguel Santareno Vendor Homepage: https://elementor.com/ Version: 3.5.5 Tested on: Google and Firefox latest version CVE : CVE-2022-4953 1. Description The plugin does not filter out user-controlled URLs from being...

6.1CVSS6.3AI score0.0341EPSS
SaveExploits5
Rows per page
Query Builder