Lucene search
+L

19449 matches found

Code423n4
Code423n4
added 2023/11/15 12:00 a.m.18 views

First deposit of 1 Wei will block further rsETH minting

Lines of code Vulnerability details Impact If the initial deposit in the DepositPool is 1 wei of any supported token rETH, cbETH, or stETH, 1 wei of rsETH will be minted for the first depositor. However, subsequent rsETH minting will be prevented because the rsethAmountToMint will always round do...

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

Too small deposits will result in no rsEth mint for the

Lines of code Vulnerability details Impact User will get nothing if the deposit amount is too small . Proof of Concept The getRsETHAmountToMint is for getting the conversion rate of asset to rsEth . /// @return rsethAmountToMint Amount of rseth to mint function getRsETHAmountToMint address asset,...

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

Biased rsETH price calculation in depositAsset results in lesser rsETH minted to user

Lines of code Vulnerability details Impact The LRTDepositPool acts as a simplified vault allowing restakers to transfer their liquid staked tokens and receive rsETH tokens based on the current rsETH exchange rate. rsETH are minted to user by interacting with depositAsset function of LRTDepositPoo...

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

stETH/ETH, rETH/ETH and cbETH/ETH chainlink oracles has too long of heartbeat and deviation threshold which can cause loss of funds

Lines of code Vulnerability details ChainlinkPriceOracle fetches prices from the Chainlink contracts. But the price feeds in the consideration has a very long price heartbeat and deviation rate which might lead to wrong price calculation and loss of token to the user. Impact According to the...

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

The deposited amount is included in how rsEthAmountToMint is calculated and it should not. Second depositors get less rsETH shares than deserved.

Lines of code Vulnerability details Impact All deposits, starting with the second one, incur a loss in the received rsETH amount. Proof of Concept LRTDepositPool::depositAsset helps users to stake LST in exchange for rsETH shares. First the LST is transferedFrom user to depositPool and rsETH is...

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

Precision loss in getRsETHAmountToMint

Lines of code Vulnerability details Impact users may lose their assets Proof of Concept The price of rsETH increases against ETH price, this leads to precision loss in getRsETHAmountToMint. Consider a scenario that one rsETH worth 10 ETH; now if a user tries to deposit 9 ETH he losses assets due ...

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

Saving balance of token in variable can lead to wrong amount transfer or failure

Lines of code Vulnerability details Impact Saving contract balance into variable will result in wrong price being transferred using the depositIntoStrategy method which will cause the transfer to fail if balance is less than transferred and wrong amount transferred if amount increases. Proof of...

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

DepositPool is susceptible to the inflation attack

Lines of code Vulnerability details Summary The DepositPool contract is susceptible to the Inflation Attack, in which the first depositor can be front-runned by an attacker to steal their deposit. Impact The DepositPool pool contract acts mainly as a vault: accounts deposit LST assets and get bac...

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

Precision loss in getRSETHPrice

Lines of code Vulnerability details Impact Precision loss and return zero price by Oracle Proof of Concept Since the value of staked ether increases, the price of RSETH goes above ETH price and leads to a precision loss in the getRSETHPrice function of the oracle, and RSETH price becomes zero...

7AI score
SaveExploits0
Circl
Circl
added 2023/11/14 9:49 p.m.13 views

CVE-2023-31320

creationtimestamp| type| source ---|---|--- 2023-11-14 21:49:43+00:00| published-proof-of-concept| https://t.me/GithubRedTeam/5799 2023-11-16 05:20:37+00:00| published-proof-of-concept| https://t.me/CNArsenal/1522 2023-11-16 06:23:40+00:00| published-proof-of-concept|...

7.5CVSS7.3AI score0.01272EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2023/11/14 9:15 p.m.38 views

CVE-2023-47641

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Affected versions of aiohttp have a security vulnerability regarding the inconsistent interpretation of the http protocol. HTTP/1.1 is a persistent protocol, if both Content-LengthCL and Transfer-EncodingTE header...

6.5CVSS6.4AI score0.00834EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2023/11/14 8:44 p.m.75 views

CVE-2023-47641

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Affected versions of aiohttp have a security vulnerability regarding the inconsistent interpretation of the http protocol. HTTP/1.1 is a persistent protocol, if both Content-LengthCL and Transfer-EncodingTE header...

6.5CVSS5.1AI score0.00834EPSS
SaveExploits1
Cvelist
Cvelist
added 2023/11/14 8:44 p.m.44 views

CVE-2023-47641 Inconsistent interpretation of `Content-Length` vs. `Transfer-Encoding` in aiohttp

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Affected versions of aiohttp have a security vulnerability regarding the inconsistent interpretation of the http protocol. HTTP/1.1 is a persistent protocol, if both Content-LengthCL and Transfer-EncodingTE header...

3.4CVSS6.7AI score0.00834EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2023/11/14 8:36 p.m.163 views

Aiohttp has inconsistent interpretation of `Content-Length` vs. `Transfer-Encoding` differing in C and Python fallbacks

Impact Aiohttp has a security vulnerability regarding the inconsistent interpretation of the http protocol. As we know that HTTP/1.1 is persistent, if we have both Content-LengthCL and Transfer-EncodingTE it can lead to incorrect interpretation of two entities that parse the HTTP and we can poiso...

6.5CVSS6.4AI score0.00834EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2023/11/14 8:36 p.m.73 views

GHSA-XX9P-XXVH-7G8J Aiohttp has inconsistent interpretation of `Content-Length` vs. `Transfer-Encoding` differing in C and Python fallbacks

Impact Aiohttp has a security vulnerability regarding the inconsistent interpretation of the http protocol. As we know that HTTP/1.1 is persistent, if we have both Content-LengthCL and Transfer-EncodingTE it can lead to incorrect interpretation of two entities that parse the HTTP and we can poiso...

3.4CVSS6AI score0.00834EPSS
SaveExploits1References7
Circl
Circl
added 2023/11/14 6:01 p.m.20 views

CVE-2023-46132

creationtimestamp| type| source ---|---|--- 2023-11-14 18:01:50+00:00| published-proof-of-concept| https://github.com/hyperledger/fabric/security/advisories/GHSA-v9w2-543f-h69m...

7.1CVSS6.8AI score0.00519EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2023/11/14 12:00 a.m.3 views

PT-2023-7213

Name of the Vulnerable Software and Affected Versions Windows Common Log File System Driver affected versions not specified Description The issue is related to an elevation-of-privilege vulnerability in the Windows Common Log File System Driver, which is caused by inadequate access control. This...

7.8CVSS7.1AI score0.12184EPSS
SaveExploits2References34
Positive Technologies
Positive Technologies
added 2023/11/14 12:00 a.m.6 views

PT-2023-6943

Name of the Vulnerable Software and Affected Versions Microsoft Windows Cloud Files Mini Filter Driver affected versions not specified Description The issue is related to a buffer overflow in memory, allowing an attacker to elevate their privileges. This can affect the system, potentially leading...

7.8CVSS7.5AI score0.1667EPSS
SaveExploits0References36
Circl
Circl
added 2023/11/13 5:01 p.m.15 views

CVE-2023-47117

creationtimestamp| type| source ---|---|--- 2023-11-13 17:01:18+00:00| published-proof-of-concept| https://github.com/HumanSignal/label-studio/security/advisories/GHSA-6hjj-gq77-j4qw...

7.5CVSS6.8AI score0.04055EPSS
SaveExploits3References1
GithubExploit
GithubExploit
added 2023/11/13 4:57 p.m.517 views

Exploit for Uncontrolled Resource Consumption in Siemens 6Bk1602-0Aa12-0Tp0_Firmware

Log4j Vulnerability - CVE-2021-44228 :greenbook: - Int...

10CVSS9.1AI score0.99999EPSS
SaveExploits371
Rows per page
Query Builder