Lucene search
+L

1030 matches found

Code423n4
Code423n4
•added 2022/09/01 12:0 a.m.•25 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:0 p.m.•5 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.04923EPSS
SaveExploits1References5
OSV
OSV
•added 2022/08/29 8:6 p.m.•3 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.01122EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
•added 2022/08/29 8:6 p.m.•54 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.01122EPSS
SaveExploits1References4Affected Software1
Prion
Prion
•added 2022/08/29 5:15 a.m.•16 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.01122EPSS
SaveExploits1References2
Cvelist
Cvelist
•added 2022/08/29 5:5 a.m.•51 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.01122EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
•added 2022/08/29 5:0 a.m.•3 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.01122EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
•added 2022/08/29 12:0 a.m.•15 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.01122EPSS
SaveExploits1References6
CNNVD
CNNVD
•added 2022/08/29 12:0 a.m.•6 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.01122EPSS
SaveExploits1References3
OSV
OSV
•added 2022/08/18 7:15 p.m.•71 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.01233EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
•added 2022/08/18 5:15 a.m.•3 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.00275EPSS
SaveExploits1References2
OSV
OSV
•added 2022/08/18 5:15 a.m.•46 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.00275EPSS
SaveExploits1References2
OSV
OSV
•added 2022/08/15 6:30 p.m.•38 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:0 a.m.•12 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.•5 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.01122EPSS
SaveExploits1References2
Code423n4
Code423n4
•added 2022/08/07 12:0 a.m.•7 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:2 p.m.•5 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:1 p.m.•5 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.•16 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.02978EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2022/06/27 9:15 p.m.•4 views

UBUNTU-CVE-2022-31084

LDAP Account Manager LAM is a webfrontend for managing entries e.g. users, groups, DHCP settings stored in an LDAP directory. In versions prior to 8.0 There are cases where LAM instantiates objects from arbitrary classes. An attacker can inject the first constructor argument. This can lead to cod...

9CVSS7.8AI score0.02363EPSS
SaveExploits1References4
Rows per page
Query Builder