Lucene search
+L

292 matches found

Veracode
Veracode
added 2023/01/07 12:50 a.m.34 views

Buffer Overflows

kernel is vulnerable to denial of service DoS attacks. The way a user sends RPC over TCP with excess data added at the end of the message may allow a remote attacker to starve the resources, causing a denial of service...

7.5CVSS7.4AI score0.21521EPSS
SaveExploits0References7Affected Software4
Code423n4
Code423n4
added 2022/12/20 12:0 a.m.16 views

Borrowers may earn auction proceeds without filling the debt shortfall

Lines of code Vulnerability details Impact The proceeds from the collateral auctions will not be used to fill the debt shortfall, but be transferred directly to the borrower. Proof of Concept Assume N is an allowed NFT, B is a borrower, the vault V is vaultInfoBN: 1. B add two NFTsN-1 and N-2 as...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/19 12:0 a.m.11 views

NOT refunding excess token while adding liquidity

Lines of code Vulnerability details Impact LP providers can lose fund Proof of Concept Tools Used Recommended Mitigation Steps incase of ether, return excess ether - incase of erc20, transfer only required amount - --- The text was updated successfully, but these errors were encountered: 😕 1 Shun...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/06 12:0 a.m.9 views

Payable functions do not refund excess and locks in

Lines of code Vulnerability details Impact All payable functions addCredit, increaseCredit, depositAndClose, depositAndRepay, closehttps://github.com/debtdao/Line-of-Credit/blob/698...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/14 12:0 a.m.14 views

Exchange's _returnDust() does not validate return value of call() to send excess ETH to sender.

Lines of code Vulnerability details Impact When a caller to Exchange's execute or bulkExecute includes more ETH than is required to complete the transactions, returnDust is intended to return this excess back to the caller. However, returnDust does not validate that the call it performs to return...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/14 12:0 a.m.7 views

_returnDust does not revert ether transfer failure

Lines of code Vulnerability details Impact In function returnDust the return value of call is not checked for success. If a user had sent excess ether or if an order in a bulk order had failed, and if the call fails ether will remain in the contract. Users who execute orders later will be able to...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/10 12:0 a.m.7 views

LineLib.receiveTokenOrETH() can accept more ETH than it accounts for

Lines of code Vulnerability details Impact LineLib.receiveTokenOrETH can receive ETH and accounts for an amount to receive but it is possible to send more ETH than amount, meaning that any extra ETH sent will be lost to the contract. Proof of Concept LineLib.receiveTokenOrETH is as follows...

6.8AI score
SaveExploits0
CNNVD
CNNVD
added 2022/11/03 12:0 a.m.7 views

JetBrains TeamCity 安全漏洞

JetBrains TeamCity is a set of distributed build management and continuous integration tools from the Czech company JetBrains. The tool provides continuous unit testing, code quality analysis, and build issue analysis reports. A security vulnerability exists in JetBrains TeamCity versions 2021.2...

5.3CVSS5.9AI score0.00454EPSS
SaveExploits0References2
OSV
OSV
added 2022/10/21 8:50 p.m.67 views

GHSA-485P-MRJ5-8W2V .NET Denial of Service Vulnerability

Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 6.0, .NET 5.0 and .NET Core 3.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. A vulnerability exists in .NET 6.0, .NET 5....

7.5CVSS7.4AI score0.05188EPSS
SaveExploits0References10
NVD
NVD
added 2022/10/20 9:15 p.m.17 views

CVE-2022-37453

An issue was discovered in Softing OPC UA C++ SDK before 6.10. A buffer overflow or an excess allocation happens due to unchecked array and matrix bounds in structure data types...

7.5CVSS0.00726EPSS
SaveExploits0References2
CVE
CVE
added 2022/10/20 12:0 a.m.86 views

CVE-2022-37453

CVE-2022-37453 affects Softing OPC UA C++ SDK prior to version 6.10. The issue is a buffer overflow or excessive allocation caused by unchecked bounds on arrays/matrices within structure data types. Impact is high (availability impact stated), with exploitation potential over the network in affec...

7.5CVSS7.7AI score0.00726EPSS
SaveExploits0References2Affected Software6
Cvelist
Cvelist
added 2022/10/20 12:0 a.m.29 views

CVE-2022-37453

An issue was discovered in Softing OPC UA C++ SDK before 6.10. A buffer overflow or an excess allocation happens due to unchecked array and matrix bounds in structure data types...

7.9AI score0.00726EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2022/10/12 12:0 a.m.19 views

outboundTransfer should return excess msg.value

Lines of code Vulnerability details Impact In function outboundTransfer, if users sends more msg.value than required, by accident, then the remaining msg.value is not sent back. So, if msg.value amount argument, then the excess msg.value is not sent back to msg.sender. This causes loss of funds f...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/12 12:0 a.m.9 views

User can send an excess of ETH to L1GraphTokenGateway

Lines of code Vulnerability details Impact User can send too much ether into the contract which may get stuck if there is issues with the refund process. Proof of Concept User sends too much ether to outboundTransfer. This is sent to a refund address in Arbitrum. If Arbitrum is compromised or suc...

6.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/09/23 8:24 p.m.36 views

Besu VM vulnerable to gas allocation error in CALL operations

Impact An error in 32 bit signed and unsigned types in the calculation of available gas in the CALL operations including DELEGATECALL results in incorrect gas being passed into called contracts and incorrect gas being returned after call execution. Where the amount of gas makes a difference in th...

9.1CVSS9.1AI score0.00901EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/09/23 8:24 p.m.81 views

GHSA-4456-W38R-M53X Besu VM vulnerable to gas allocation error in CALL operations

Impact An error in 32 bit signed and unsigned types in the calculation of available gas in the CALL operations including DELEGATECALL results in incorrect gas being passed into called contracts and incorrect gas being returned after call execution. Where the amount of gas makes a difference in th...

9.1CVSS9.4AI score0.00901EPSS
SaveExploits0References3
NVD
NVD
added 2022/09/12 7:15 p.m.29 views

CVE-2022-31222

Dell BIOS versions contain a Missing Release of Resource after Effective Lifetime vulnerability. A local authenticated administrator user could potentially exploit this vulnerability by consuming excess memory in order to cause the application to crash...

4.4CVSS0.00175EPSS
SaveExploits0References1
Prion
Prion
added 2022/09/12 7:15 p.m.24 views

Design/Logic Flaw

Dell BIOS versions contain a Missing Release of Resource after Effective Lifetime vulnerability. A local authenticated administrator user could potentially exploit this vulnerability by consuming excess memory in order to cause the application to crash...

1.4CVSS4.5AI score0.00175EPSS
SaveExploits0References1Affected Software25
Code423n4
Code423n4
added 2022/09/08 12:0 a.m.11 views

The skim function allows to withdraw tokens for any address

Lines of code Vulnerability details Impact Any address can call the skim function and remove tokens that are in excess of the reserves of those tokens. This would lead to the loss of token 0 and 1. Recommended Mitigation Steps You should have an access control so that only the factory, for exampl...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2022/09/08 12:0 a.m.32 views

RHEL 9 : .NET 6.0 (RHSA-2022:4588)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2022:4588 advisory. .NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR...

7.5CVSS7.5AI score0.05188EPSS
SaveExploits0References8
Rows per page
Query Builder