Lucene search
+L

384 matches found

Code423n4
Code423n4
•added 2023/02/01 12:0 a.m.•13 views

Possible Reentrance & Unexpected Behaviour Vulnerabilities

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. No protection against reentrancy attacks, for example, the pay function called in the mintCallback function does not check for reentrancy before performing an external call. No checking of return values...

7.1AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/01/23 12:0 a.m.•10 views

_verifyTime function does not handle startTime > endTime

Lines of code Vulnerability details Impact A possible scenario where the verifyTime function could cause unexpected behavior is if the input parameters startTime and endTime are not correctly set by the user or another contract. If startTime is greater than endTime, the function would return vali...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/01/23 12:0 a.m.•8 views

Lack of Input Validation: Unchecked Inputs Allowing for Malicious Data and Unexpected Behavior

Lines of code Vulnerability details Impact The contract does not perform any checks on the inputs passed to the functions, which could allow an attacker to pass malicious data and trigger unexpected behavior or errors. function readInt208 ReturndataPointer rdPtr internal pure returns int208 value...

6.8AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/01/23 12:0 a.m.•9 views

Yul 'staticcall' return value not checked

Lines of code Vulnerability details Impact Unexpected behavior if call fail. --- The text was updated successfully, but these errors were encountered: All reactions...

7AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/01/20 12:0 a.m.•10 views

Missing require statement for sellAmount in init() function leading to potential loss of funds.

Lines of code Vulnerability details Impact init function is missing a require statement to check if the input variable sellAmount is less than or equal to the contract's balance of sell tokens. This means that the contract is allowing the user to initiate an auction with a sell amount greater tha...

6.6AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/01/20 12:0 a.m.•11 views

High Severity Reentrancy Vulnerability in stateTransition Modifier

Lines of code Vulnerability details Impact Lack of reentrancy protection in the stateTransition modifier occurs in the following line of code. modifier stateTransitionTradeStatus begin, TradeStatus end requirestatus == begin, "Invalid trade state"; status = TradeStatus.PENDING; ; assertstatus ==...

6.8AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/01/09 12:0 a.m.•9 views

_validateSignature should not revert on invalid signature (EIP-4337)

Lines of code Vulnerability details Impact Results in unexpected behavior in the EntryPoint contract. Proof of Concept As said in the official specification of EIP-4337: "If the account does not support signature aggregation, it MUST validate the signature is a valid signature of the userOpHash,...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
•added 2022/10/19 12:0 a.m.•25 views

Ubuntu: Security Advisory (USN-5686-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.8CVSS7.5AI score0.02938EPSS
SaveExploits1References2
Ubuntu
Ubuntu
•added 2022/10/18 5:59 p.m.•58 views

USN-5686-1: Git vulnerabilities

Cory Snider discovered that Git incorrectly handled certain symbolic links. An attacker could possibly use this issue to cause an unexpected behaviour. CVE-2022-39253 Kevin Backhouse discovered that Git incorrectly handled certain command strings. An attacker could possibly use this issue to...

8.8CVSS7.4AI score0.02938EPSS
SaveExploits1
OSV
OSV
•added 2022/08/29 7:21 p.m.•4 views

USN-5586-1 libsdl1.2 vulnerability

It was discovered that SDL Simple DirectMedia Layer incorrectly handled memory. An attacker could potentially use this issue to cause a denial of service or other unexpected behavior...

7.5CVSS7.1AI score0.00969EPSS
SaveExploits1References2
Ubuntu
Ubuntu
•added 2022/08/29 7:21 p.m.•58 views

USN-5586-1: SDL vulnerability

It was discovered that SDL Simple DirectMedia Layer incorrectly handled memory. An attacker could potentially use this issue to cause a denial of service or other unexpected behavior...

7.5CVSS7.2AI score0.00969EPSS
SaveExploits1
Code423n4
Code423n4
•added 2022/07/02 12:0 a.m.•10 views

_initiate() function can be called multiple times at GovernorBravoDelegate.sol

Lines of code Vulnerability details Impact initiate function is supposed to be called only once, but it can be called many times which are not expected behavior. Proof of Concept function initiate external requiremsg.sender == admin, "GovernorBravo::initiate: admin only"; requireinitialProposalId...

6.9AI score
SaveExploits0
RedhatCVE
RedhatCVE
•added 2022/06/30 8:38 p.m.•96 views

CVE-2022-31045

A flaw was found in Istio. Memory access violation of ill-formed headers sent to Envoy in certain configurations can lead to unexpected memory access, resulting in undefined behavior or crashing...

9.8CVSS2.8AI score0.01014EPSS
SaveExploits0References5
Code423n4
Code423n4
•added 2022/06/26 12:0 a.m.•15 views

Unused Return

Lines of code Vulnerability details Impact Configuration Check: unused-return Severity: Medium Confidence: Medium Description: The return value of this external call is not stored in a local or state variable. Unused return values of function calls are indicative of programmer errors which may ha...

6.5AI score
SaveExploits0
NVD
NVD
•added 2022/06/17 1:15 p.m.•33 views

CVE-2021-41490

Memory leaks in LazyPRM.cpp of OMPL v1.5.0 can cause unexpected behavior...

7.5CVSS0.0097EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
•added 2022/06/17 1:15 p.m.•5 views

CVE-2021-41490

Memory leaks in LazyPRM.cpp of OMPL v1.5.0 can cause unexpected behavior...

7.5CVSS7.1AI score0.0097EPSS
SaveExploits1References2
OSV
OSV
•added 2022/06/17 1:15 p.m.•18 views

CVE-2021-41490

Memory leaks in LazyPRM.cpp of OMPL v1.5.0 can cause unexpected behavior...

7.5CVSS6.9AI score
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2022/06/17 1:15 p.m.•45 views

CVE-2021-41490

Memory leaks in LazyPRM.cpp of OMPL v1.5.0 can cause unexpected behavior...

7.5CVSS7.1AI score0.0097EPSS
SaveExploits1References2
Cvelist
Cvelist
•added 2022/06/17 10:39 a.m.•27 views

CVE-2021-41490

Memory leaks in LazyPRM.cpp of OMPL v1.5.0 can cause unexpected behavior...

7.7AI score0.0097EPSS
SaveExploits1References1
Debian CVE
Debian CVE
•added 2022/06/17 10:39 a.m.•75 views

CVE-2021-41490

Memory leaks in LazyPRM.cpp of OMPL v1.5.0 can cause unexpected behavior...

7.5CVSS7.5AI score0.0097EPSS
SaveExploits1
Rows per page
Query Builder