Lucene search
+L

19450 matches found

Code423n4
Code423n4
added 2023/10/30 12:00 a.m.17 views

Staking functionality temporary blocking due to lack of address zero check

Lines of code Vulnerability details Impact Though lack of zero check issue for the addToBlacklist function is already at the automated findings output, I suppose it is necessary to show the importance of this check here. In case of accidental or malicious the BLACKLISTMANAGERROLE behavior the...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/30 12:00 a.m.10 views

Temporary DOS attack on all the users minting and redeeming.

Lines of code Vulnerability details Impact The users redeeming and minting using EthenaMinting.sol can be DOS'd temporarily for some blocks by an old user having many tokens staked. Proof of Concept The old user having a high staked amount can easily get the order to redeem and mint with the USDe...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/30 12:00 a.m.18 views

There is no check for collateral token in mint matches same in withdraw

Lines of code Vulnerability details Impact While we understand that usde is the base token here, we see that on minting used token you would need to transfer some tokens to the contract and get some used minted to you and on redemption get usde burnt to get a token sent back to you. The implicati...

7.2AI score
SaveExploits0
Snyk
Snyk
added 2023/10/29 10:00 p.m.9 views

Command Injection

Overview aaptjs is an A node wraper for aapt Affected versions of this package are vulnerable to Command Injection due to improper input sanitization via the add function when using pipe | after the zip file value. PoC js const pkg = require'aaptjs'; pkg.add'test0.zip | touch exploited.txt',...

7.3CVSS7.3AI score
SaveExploits0References2
Gitee
Gitee
added 2023/10/29 4:15 p.m.17 views

Exploit for Code Injection in Apache Cassandra

0day 由于众所周知的原因,原始仓库被删除,但保留了副本,forks和stars 清零 不过请放心,还是原来的配方,原来的味道。 为了避免再次出现这种情况找不到此项目,可以Follow 一下 本仓库所有内容仅限用于学习交流 English | 中文 各种CMS、各种平台、各种系统、各种软件漏洞的EXP、POC ,该项目将持续更新 优秀项目列表 1. Fastjson RCE https://github.com/dbgee/fastjson-rce 2. Log4j RCE https://github.com/dbgee/log4j2rce 3. redis RCE...

9.1CVSS9.6AI score0.55006EPSS
SaveExploits7
Circl
Circl
added 2023/10/28 12:33 p.m.15 views

CVE-2023-4632

creationtimestamp| type| source ---|---|--- 2023-10-28 12:33:01+00:00| published-proof-of-concept| https://t.me/CyberSecurityTechnologies/9277 2024-08-16 08:40:14+00:00| published-proof-of-concept| https://t.me/Rootsec2/1566...

7.8CVSS7.5AI score0.00317EPSS
SaveExploits0References2
Circl
Circl
added 2023/10/27 9:57 a.m.11 views

CVE-2023-35794

creationtimestamp| type| source ---|---|--- 2023-10-27 09:57:20+00:00| published-proof-of-concept| https://t.me/GithubRedTeam/5581...

8.8CVSS8.1AI score0.00942EPSS
SaveExploits1References1
Packet Storm
Packet Storm
added 2023/10/27 12:00 a.m.680 views

XAMPP 3.3.0 Buffer Overflow

Exploit Title: XAMPP v3.3.0 — '.ini' Buffer Overflow Unicode + SEH Date: 2023-10-26 Author: Talson @Ripp3rdoc Software Link: https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.0.28/xampp-windows-x64-8.0.28-0-VS16-installer.exe Version: 3.3.0 Tested on: Windows 11 CVE-2023-46517 \ / \ ...

7.1AI score
SaveExploits4
Circl
Circl
added 2023/10/26 3:08 p.m.12 views

CVE-2023-46404

creationtimestamp| type| source ---|---|--- 2023-10-26 15:08:38+00:00| published-proof-of-concept| https://t.me/GithubRedTeam/5570...

9.9CVSS8.7AI score0.01887EPSS
SaveExploits2References1
Circl
Circl
added 2023/10/26 12:39 a.m.14 views

CVE-2023-45135

creationtimestamp| type| source ---|---|--- 2023-10-26 00:39:13+00:00| published-proof-of-concept| https://t.me/cibsecurity/72905...

9CVSS7.8AI score0.01741EPSS
SaveExploits1References1
Code423n4
Code423n4
added 2023/10/26 12:00 a.m.12 views

closeMarket() can only be called by the market controller but the controller has no function to close a market.

Lines of code Vulnerability details Description Due to the restriction on the closeMarket function, only the controller is able to use it, but the controller contract has no way to call it. Impact Since the borrower becomes unable to close a market once it opened, it becomes a big issue as the...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/26 12:00 a.m.25 views

wrong implementation of rayDiv.

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 function...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/26 12:00 a.m.26 views

wrong implementation of bipDiv.

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 function...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/26 12:00 a.m.17 views

Borrower cannot change the maximum supply

Lines of code Vulnerability details Impact Maximum supply cannot be increased and by extension the max deposit limit too. Proof of Concept WildcatMarketConfig@setMaxTotalSupply is only callable by the WildcatMarketController but is not used anywhere there. WildcatMarketConfig.sol function...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/26 12:00 a.m.13 views

A borrower cannot redeploy a controller if their previous controller was removed

Lines of code Vulnerability details Impact A controller can be removed after it was initially deployed in cases where it was created with wrong parameters. However, in the case that a borrower's controller is removed they would be unable to redeploy another controller constraining them to use the...

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

Borrower escapes delinquency penalty if no intermittent action happens

Lines of code Vulnerability details Impact Once the market goes below required reserves, it is marked as delinquent only if an updateState action happens. Actions like market.updateState, executeWithdrawal, deposit, etc. have to happen else the protocol remains unaware of the market's delinquency...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/26 12:00 a.m.29 views

potential DOS cause of rounding up at rayMul and rayDiv

Lines of code Vulnerability details Impact In rayMul and rayDiv , there is always rounding up ,cause of that , there will be potential DOS Proof of Concept function normalizeAmount MarketState memory state, uint256 amount internal pure returns uint256 return amount.rayMulstate.scaleFactor; functi...

7.1AI score
SaveExploits0
Circl
Circl
added 2023/10/25 3:31 p.m.11 views

CVE-2023-22074

creationtimestamp| type| source ---|---|--- 2023-10-25 15:31:35+00:00| published-proof-of-concept| https://t.me/GithubRedTeam/5560...

2.4CVSS4.1AI score0.00887EPSS
SaveExploits2References1
GithubExploit
GithubExploit
added 2023/10/25 8:53 a.m.568 views

Exploit for Improper Access Control in Joomla Joomla\!

CVE-2023-23752 Exploit for CVE-2023-23752 4.0.0 = Joomla...

5.3CVSS6.4AI score0.99827EPSS
SaveExploits43
GithubExploit
GithubExploit
added 2023/10/25 8:40 a.m.19 views

There is stored XSS in version 1.6.4 which can lead to stealing sensitive information of logged-in users

Software Link : https://github.com/weng-xianhu/eyoucms Website...

6.2AI score
SaveExploits0
Rows per page
Query Builder