Lucene search
+L

1092 matches found

Code423n4
Code423n4
•added 2022/09/08 12:00 a.m.•10 views

blockTimestampLast not initialised to block.timestamp results in wrong calculations for reservesCumulative and totalSupplyCumulative in _update() function

Lines of code Vulnerability details Impact Default value of blockTimestampLast is 0 and affects the calculations done in the first call of update. observations would store the wrong value and affect subsequent calculations of price when a sample size that includes this wrong observation is taken...

6.7AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/09/01 12:00 a.m.•32 views

Unsafe downcast

Lines of code Vulnerability details Impact It's possible to generate silent overflows when downcasting. E.g. if the value if bigger than the type being cast, it will overflow starting from zero. Proof of concept For the Price.sol constructor, if observationFrequency is a small value and...

7.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
•added 2022/08/31 3:00 p.m.•11 views

moment: inefficient parsing algorithm resulting in DoS

A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service ReDoS attacks...

7.5CVSS6.8AI score0.05249EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
•added 2022/08/29 8:06 p.m.•57 views

morgan-json vulnerable to Arbitrary Code Execution

All versions of package morgan-json are vulnerable to Arbitrary Code Execution due to missing sanitization of input passed to the Function constructor...

9.8CVSS5.8AI score0.01364EPSS
SaveExploits1References4Affected Software1
OSV
OSV
•added 2022/08/29 8:06 p.m.•5 views

GHSA-FWV4-6MXC-X5H3 morgan-json vulnerable to Arbitrary Code Execution

All versions of package morgan-json are vulnerable to Arbitrary Code Execution due to missing sanitization of input passed to the Function constructor...

9.8CVSS6AI score0.01364EPSS
SaveExploits1References4
Prion
Prion
•added 2022/08/29 5:15 a.m.•21 views

Design/Logic Flaw

All versions of package morgan-json are vulnerable to Arbitrary Code Execution due to missing sanitization of input passed to the Function constructor...

7.5CVSS9.6AI score0.01364EPSS
SaveExploits1References2
Cvelist
Cvelist
•added 2022/08/29 5:05 a.m.•55 views

CVE-2022-25921 Arbitrary Code Execution

All versions of package morgan-json are vulnerable to Arbitrary Code Execution due to missing sanitization of input passed to the Function constructor...

8.1CVSS9.9AI score0.01364EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
•added 2022/08/29 5:00 a.m.•4 views

CVE-2022-25921

All versions of package morgan-json are vulnerable to Arbitrary Code Execution due to missing sanitization of input passed to the Function constructor...

9.8CVSS7.3AI score0.01364EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
•added 2022/08/29 12:00 a.m.•20 views

PT-2022-17605 Ā· Unknown Ā· Morgan-Json

Name of the Vulnerable Software and Affected Versions: morgan-json versions all Description: The issue is related to Arbitrary Code Execution due to missing sanitization of input passed to the Function constructor. This allows for potential code execution with unintended consequences. No...

9.8CVSS9.5AI score0.01364EPSS
SaveExploits1References6
CNNVD
CNNVD
•added 2022/08/29 12:00 a.m.•7 views

morgan-json å®‰å…Øę¼ę“ž

morgan-json is a variant of morgan.compile by Charlie Robbins, an American personal developer, which provides formatting functions that output JSON. A security vulnerability exists in all versions of morgan-json, which stems from a lack of sanitization of the input passed to the Function...

9.8CVSS7.6AI score0.01364EPSS
SaveExploits1References3
OSV
OSV
•added 2022/08/18 7:15 p.m.•92 views

GHSA-J3RV-W43Q-F9X2 React Editable Json Tree vulnerable to arbitrary code execution via function parsing

Impact Our library allows strings to be parsed as functions and stored as a specialized component, JsonFunctionValue. To do this, Javascript's eval function was used to execute strings that begin with "function" as Javascript. This was an oversight that unfortunately allows arbitrary code to be...

10CVSS9.3AI score0.01455EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
•added 2022/08/18 5:15 a.m.•5 views

CVE-2022-35165

An issue in AP4SgpdAtom::AP4SgpdAtom of Bento4-1.6.0-639 allows attackers to cause a Denial of Service DoS via a crafted mp4 input...

5.5CVSS5.8AI score0.00285EPSS
SaveExploits1References2
OSV
OSV
•added 2022/08/18 5:15 a.m.•51 views

UBUNTU-CVE-2022-35165

An issue in AP4SgpdAtom::AP4SgpdAtom of Bento4-1.6.0-639 allows attackers to cause a Denial of Service DoS via a crafted mp4 input...

5.5CVSS5.8AI score0.00285EPSS
SaveExploits1References2
OSV
OSV
•added 2022/08/15 6:30 p.m.•40 views

CVE-2022-36010 Arbitrary code execution via function parsing in react-editable-json-tree

This library allows strings to be parsed as functions and stored as a specialized component, JsonFunctionValue. To do this, Javascript's eval function is used to execute strings that begin with "function" as Javascript. This unfortunately could allow arbitrary code to be executed if it exists as ...

10CVSS9AI score
SaveExploits0References4
Code423n4
Code423n4
•added 2022/08/15 12:00 a.m.•25 views

Users can create an un-bannable contract

Lines of code Vulnerability details Impact Users can create an un-bannable contract by working from a contract's constructor and then self-destructing on each instantiation. Users can also deterministically deploy the contract to the same address every time they want to interact with fiatDAO...

6.9AI score
SaveExploits0
Snyk
Snyk
•added 2022/08/07 1:27 p.m.•7 views

Arbitrary Code Execution

Overview morgan-json is an A variant of morgan.compile that provides format functions that output JSON Affected versions of this package are vulnerable to Arbitrary Code Execution due to missing sanitization of input passed to the Function constructor. PoC js var PUT = require'morgan-json';...

9.8CVSS7.2AI score0.01364EPSS
SaveExploits1References2
Code423n4
Code423n4
•added 2022/08/07 12:00 a.m.•12 views

[H1] MIMOProxy can be PWNED by malicious delegate call

Lines of code Vulnerability details Impact PBR proxy owner change protection can bypassed / DoS PoC PRBProxy has a protection to prevent malicious delegatecall to overwrite owner. function executeaddress target, bytes calldata data public payable override returns bytes memory response ... ... //...

6.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
•added 2022/08/03 6:02 p.m.•11 views

minimist: prototype pollution

An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw CVE-2021-44906 allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using ...

9.8CVSS6.8AI score0.04581EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
•added 2022/08/03 6:01 p.m.•12 views

minimist: prototype pollution

An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw CVE-2021-44906 allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using ...

9.8CVSS6.8AI score0.04581EPSS
SaveExploits1References5
Prion
Prion
•added 2022/07/28 9:15 a.m.•18 views

Code injection

Apache Calcite Avatica JDBC driver creates HTTP client instances based on class names provided via httpclientimpl connection property; however, the driver does not verify if the class implements the expected interface before instantiating it, which can lead to code execution loaded via arbitrary...

6.5CVSS9AI score0.02999EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder