Lucene search
+L

135 matches found

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.01421EPSS
SaveExploits1References4
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
Snyk
Snyk
added 2022/08/07 1:27 p.m.6 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
Github Security Blog
Github Security Blog
added 2022/06/09 12:0 a.m.25 views

Code Injection in metacalc

The package metacalc before 0.0.2 is vulnerable to Arbitrary Code Execution when it exposes JavaScript's Math class to the v8 context. As the Math class is exposed to user-land, it can be used to get access to JavaScript's Function constructor...

9.8CVSS2.7AI score0.02441EPSS
SaveExploits1References5Affected Software1
Prion
Prion
added 2022/06/08 9:15 a.m.14 views

Design/Logic Flaw

The package metacalc before 0.0.2 are vulnerable to Arbitrary Code Execution when it exposes JavaScript's Math class to the v8 context. As the Math class is exposed to user-land, it can be used to get access to JavaScript's Function constructor...

7.5CVSS9.6AI score0.02441EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2022/06/08 12:0 a.m.11 views

metacalc 代码注入漏洞

metacalc is a Metarhia spreadsheet calculator for the Metarhia community. A security vulnerability exists in versions of metacalc prior to 0.0.2, which stems from vulnerability to arbitrary code execution attacks. An attacker exploited the vulnerability to access the Function constructor of...

9.8CVSS9AI score0.02441EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2022/06/03 8:5 p.m.21 views

CVE-2022-21122 Arbitrary Code Execution

The package metacalc before 0.0.2 are vulnerable to Arbitrary Code Execution when it exposes JavaScript's Math class to the v8 context. As the Math class is exposed to user-land, it can be used to get access to JavaScript's Function constructor...

9CVSS9.9AI score0.02441EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2022/06/03 8:0 p.m.8 views

CVE-2022-21122

The package metacalc before 0.0.2 are vulnerable to Arbitrary Code Execution when it exposes JavaScript's Math class to the v8 context. As the Math class is exposed to user-land, it can be used to get access to JavaScript's Function constructor...

9.8CVSS7.3AI score0.02441EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2022/03/18 12:1 a.m.33 views

Code injection in accesslog

All versions of package accesslog 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's exported constructor function, it is possible for an attacker to...

10CVSS4.6AI score0.01639EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/03/18 12:1 a.m.40 views

GHSA-8M2F-74R2-X3F2 Code injection in accesslog

All versions of package accesslog 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's exported constructor function, it is possible for an attacker to...

7.1CVSS7.6AI score0.01639EPSS
SaveExploits1References4
OSV
OSV
added 2022/03/17 12:15 p.m.9 views

CVE-2022-25760

All versions of package accesslog 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's exported constructor function, it is possible for an attacker to...

9.8CVSS6.1AI score0.01639EPSS
SaveExploits1References2
NVD
NVD
added 2022/03/17 12:15 p.m.50 views

CVE-2022-25760

All versions of package accesslog 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's exported constructor function, it is possible for an attacker to...

10CVSS0.01639EPSS
SaveExploits1References2
Prion
Prion
added 2022/03/17 12:15 p.m.25 views

Code injection

All versions of package accesslog 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's exported constructor function, it is possible for an attacker to...

10CVSS9.8AI score0.01639EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2022/03/17 11:16 a.m.4 views

CVE-2022-25760

All versions of package accesslog 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's exported constructor function, it is possible for an attacker to...

10CVSS6.2AI score0.01639EPSS
SaveExploits1References3
Snyk
Snyk
added 2021/12/08 8:32 a.m.6 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.01639EPSS
SaveExploits1References2
OSV
OSV
added 2021/10/12 4:3 p.m.17 views

GHSA-PGJJ-866W-FC5C Risk of code injection

Impact Some routes use eval or Function constructor, which may be injected by the target site with unsafe code, causing server-side security issues Patches Temporarily removed the problematic route and added a no-new-func rule to eslint Self-built users should upgrade to 7f1c430 and later as soon...

8.6CVSS9.4AI score0.01572EPSS
SaveExploits0References5
Veracode
Veracode
added 2021/01/27 7:51 a.m.27 views

Remote Code Execution (RCE)

rsshub is vulnerable to remote code execution. An attacker is able to inject malicious code via the eval or Function constructor which allows an attacker to inject and execute codes in the system...

9.8CVSS9.6AI score0.01572EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2021/01/26 12:0 a.m.14 views

RSSHub Injection Vulnerability

An injection vulnerability exists in RSSHub that stems from the use of "eval" or "Function constructor" in some routes, leading to server-side security issues...

9.8CVSS7.3AI score0.01572EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2020/09/03 7:39 p.m.236 views

Command Injection in marsdb

All versions of marsdb are vulnerable to Command Injection. In the DocumentMatcher class, selectors on $where clauses are passed to a Function constructor unsanitized. This allows attackers to run arbitrary commands in the system when the function is executed. Recommendation No fix is currently...

6.4AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2020/09/03 7:39 p.m.12 views

GHSA-5MRR-RGP6-X4GR Command Injection in marsdb

All versions of marsdb are vulnerable to Command Injection. In the DocumentMatcher class, selectors on $where clauses are passed to a Function constructor unsanitized. This allows attackers to run arbitrary commands in the system when the function is executed. Recommendation No fix is currently...

7.5AI score
SaveExploits0References2
Rows per page
Query Builder