Lucene search
+L

1030 matches found

Code423n4
Code423n4
added 2022/01/27 12:0 a.m.15 views

_supportDexs array length not checked in constructor

Handle jayjonah8 Vulnerability details Impact In OpenLevDelegator.sol an array of supportDexs is passed to the constructor function and then passed to the delegateTo function but the supportDexs arrays length is not checked which can result in costly errors. Proof of Concept Tools Used Manual cod...

7.1AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/01/25 1:15 a.m.15 views

CVE-2021-46482

Jsish v3.5.0 was discovered to contain a heap buffer overflow via NumberConstructor at src/jsiNumber.c...

7.8CVSS7.5AI score0.0084EPSS
SaveExploits1References2
OSV
OSV
added 2022/01/25 1:15 a.m.5 views

CVE-2021-46477

Jsish v3.5.0 was discovered to contain a heap buffer overflow via RegExpconstructor in src/jsiRegexp.c. This vulnerability can lead to a Denial of Service DoS...

5.5CVSS6.1AI score0.00692EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2022/01/25 1:15 a.m.8 views

CVE-2021-46477

Jsish v3.5.0 was discovered to contain a heap buffer overflow via RegExpconstructor in src/jsiRegexp.c. This vulnerability can lead to a Denial of Service DoS...

5.5CVSS6.2AI score0.00692EPSS
SaveExploits1References2
Prion
Prion
added 2022/01/25 1:15 a.m.19 views

Heap overflow

Jsish v3.5.0 was discovered to contain a heap buffer overflow via RegExpconstructor in src/jsiRegexp.c. This vulnerability can lead to a Denial of Service DoS...

4.3CVSS5.8AI score0.00692EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2022/01/25 12:0 a.m.7 views

Jsish 缓冲区错误漏洞

Jsish is a small JavaScript parser with a built-in database written in C. A denial of service vulnerability exists in Jsish v3.5.0, which stems from a failure to properly handle incoming error messages. An attacker can cause a denial of service DoS via the RegExpconstructor in src/jsiRegexp.c...

5.5CVSS5.7AI score0.00692EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2022/01/25 12:0 a.m.7 views

Jsish 缓冲区错误漏洞

Jsish is a small JavaScript parser with a built-in database written in C. A denial of service vulnerability exists in Jsish v3.5.0, which is caused by a failure to properly handle incoming error messages and could lead to a denial of service DoS via the NumberConstructor in src/jsiNumber.c...

7.8CVSS5.7AI score0.0084EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2022/01/20 12:0 a.m.10 views

JerryScript 安全漏洞

JerryScript, a lightweight JavaScript engine from the JerryScript project, has a security vulnerability in JerryScript 3.0.0, which originates in /parser/js/js-parser-expr.cparserparseclassbody. classbody has a failed assertion opts & PARSERCLASSLITERALCTORPRESENT. No detailed vulnerability detai...

5.5CVSS5.5AI score0.00644EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2022/01/13 12:0 a.m.8 views

No check that DEFAULT_ADMIN_ROLE is not the LivepeerToken contract itself

Handle jayjonah8 Vulnerability details Impact In LivepeerToken.sol the constructor sets the DEFAULTADMINROLE but does not ensure that the msgSender is not the contract itself. This is an important check to make in order to avoid costly mistakes during deployment. Proof of Concept LivepeerToken.so...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/13 12:0 a.m.8 views

no check that DEFAULT_ADMIN_ROLE is not the contract itself in L1Escrow.sol

Handle jayjonah8 Vulnerability details Impact In L1Escrow.sol the constructor sets up the DEFAULTADMINROLE without requiring that the msgSender is not the L1Escrow contract itself. Proof of Concept constructor setupRoleDEFAULTADMINROLE, msgSender; Tools Used Manual code review Recommended...

7.1AI score
SaveExploits0
OSV
OSV
added 2022/01/06 10:15 p.m.36 views

GHSA-X76R-966H-5QV9 Out-of-bounds Write in vec-const

An issue was discovered in the vec-const crate before 2.0.0 for Rust. It tries to construct a Vec from a pointer to a const slice, leading to memory corruption...

7.5CVSS7.3AI score0.01053EPSS
SaveExploits0References5
OSV
OSV
added 2022/01/06 8:30 p.m.72 views

GHSA-86WF-436M-H424 Resource Exhaustion Denial of Service in http-proxy-agent

A flaw was found in http-proxy-agent, prior to version 2.1.0. It was discovered http-proxy-agent passes an auth option to the Buffer constructor without proper sanitization. This could result in a Denial of Service through the usage of all available CPU resources and data exposure through an...

9.8CVSS8.5AI score0.01392EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/01/06 8:30 p.m.44 views

Resource Exhaustion Denial of Service in http-proxy-agent

A flaw was found in http-proxy-agent, prior to version 2.1.0. It was discovered http-proxy-agent passes an auth option to the Buffer constructor without proper sanitization. This could result in a Denial of Service through the usage of all available CPU resources and data exposure through an...

9.8CVSS3.6AI score0.01392EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2021/12/08 8:32 a.m.5 views

Arbitrary Code Injection

Overview accesslog is a simple common/combined access log middleware Affected versions of this package are vulnerable to Arbitrary Code Injection due to the usage of the Function constructor without input sanitization. If attacker-controlled user input is given to the format option of the package...

10CVSS7.6AI score0.01614EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2021/11/29 12:0 a.m.11 views

Usage of an incorrect version of ERC20Permit contract can give unknown token with 0 decimals after upgrade.

Handle Jujic Vulnerability details Impact Based on the context and comments in the code, the Malt.sol contract is designed to be deployed as an upgradeable proxy contract. In Solidity, code that is inside a constructor or part of a global variable declaration is not part of a deployed contract’s...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/22 12:0 a.m.9 views

Unbounded feeBurnRate and marginBurnRate

Handle gzeon Vulnerability details Impact There are no checks when setting feeBurnRate and marginBurnRate in OverlayV1Mothership constructor and adjustGlobalParams, if one of the 2 variable is set to any value FixedPoint.ONE i.e. 1e18 it would lead to underflow at OverlayV1OVLCollateral:L147 and...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/16 12:0 a.m.13 views

setReserve() can be front-run

Handle palina Vulnerability details Impact The reserve address variable in NestedFactory.sol remains equal to 0 before the setReserve function is called by an owner. This may lead to incorrect transfers of tokens or invalid comparison with e.g., the asset reserve nestedRecords.getAssetReservenftI...

6.9AI score
SaveExploits0
OpenVAS
OpenVAS
added 2021/11/11 12:0 a.m.18 views

Mozilla Firefox Security Advisory (MFSA2013-42) - Linux

This host is missing a security update for Mozilla Firefox. Copyright C 2021 Greenbone Networks GmbH 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-or-later This program is free software; y...

4.3CVSS8.1AI score0.10893EPSS
SaveExploits5References3
Veracode
Veracode
added 2021/11/05 10:6 a.m.20 views

Prototype Pollution

dotty is vulnerable to prototype pollution. An attacker is able to inject properties into existing construct prototypes via the put function and modify attributes such as proto, constructor, and prototype...

9.8CVSS4.3AI score0.01242EPSS
SaveExploits1References2Affected Software1
Code423n4
Code423n4
added 2021/10/16 12:0 a.m.14 views

Prevent execution with invalid signatures

Handle gpersoon Vulnerability details Impact Suppose one of the supplied addrsi to the constructor of Identity.sol happens to be 0 by accident. In that case: privileges0 = 1 Now suppose you call execute with an invalid signature, then recoverAddrImpl will return a value of 0 and thus signer=0. If...

6.8AI score
SaveExploits0
Rows per page
Query Builder