Lucene search
K

110 matches found

NVD
NVD
added 2024/11/13 5:15 a.m.12 views

CVE-2024-21541

Versions of the package dom-iterator before 1.0.1 are vulnerable to Arbitrary Code Execution due to use of the Function constructor without complete input sanitization. Function generates a new function body and thus care must be given to ensure that the inputs to Function are not...

9.8CVSS0.01052EPSS
Exploits1References3
Vulnrichment
Vulnrichment
added 2024/11/13 5:0 a.m.10 views

CVE-2024-21541

Versions of the package dom-iterator before 1.0.1 are vulnerable to Arbitrary Code Execution due to use of the Function constructor without complete input sanitization. Function generates a new function body and thus care must be given to ensure that the inputs to Function are not...

7.3CVSS8.6AI score0.01052EPSS
Exploits1References3
CVE
CVE
added 2024/11/13 5:0 a.m.83 views

CVE-2024-21541

CVE-2024-21541 affects the npm package dom-iterator prior to version 1.0.1 . The vulnerability stems from use of the Function constructor without complete input sanitization, allowing an attacker-controlled input to generate a new function body, with risks similar to eval. This is corroborated by...

9.8CVSS8.6AI score0.01052EPSS
Exploits1References3Affected Software1
Cvelist
Cvelist
added 2024/11/13 5:0 a.m.17 views

CVE-2024-21541

Versions of the package dom-iterator before 1.0.1 are vulnerable to Arbitrary Code Execution due to use of the Function constructor without complete input sanitization. Function generates a new function body and thus care must be given to ensure that the inputs to Function are not...

7.3CVSS0.01052EPSS
Exploits1References3
Positive Technologies
Positive Technologies
added 2024/11/13 12:0 a.m.4 views

PT-2024-18954 · Unknown · Dom-Iterator

Name of the Vulnerable Software and Affected Versions: dom-iterator versions prior to 1.0.1 Description: The issue is related to Arbitrary Code Execution due to the use of the Function constructor without complete input sanitization. This allows an attacker to generate a new function body, posing...

9.8CVSS7.6AI score0.01052EPSS
Exploits1References12
ATTACKERKB
ATTACKERKB
added 2024/09/09 8:15 p.m.3 views

CVE-2023-50883

ONLYOFFICE Docs before 8.0.1 allows XSS because a macro is an immediately-invoked function expression IIFE, and therefore a sandbox escape is possible by directly calling the constructor of the Function object. NOTE: this issue exists because of an incorrect fix for CVE-2021-43446...

6.1CVSS5.8AI score0.00824EPSS
Exploits2References4
CNNVD
CNNVD
added 2024/09/09 12:0 a.m.3 views

Ascensio System ONLYOFFICE 安全漏洞

Ascensio System ONLYOFFICE is an office software from the Latvian company Ascensio System. A security vulnerability exists in Ascensio System ONLYOFFICE versions prior to 8.0.1, which originates from the ability to sandbox escape by directly calling the constructor of a Function object...

6.1CVSS6.5AI score0.00574EPSS
Exploits1References4
Snyk
Snyk
added 2024/01/15 3:6 p.m.3 views

Arbitrary Code Execution

Overview dom-iterator is a feature-rich, well-tested Iterator for traversing DOM nodes. Affected versions of this package are vulnerable to Arbitrary Code Execution due to use of the Function constructor without complete input sanitization. Function generates a new function body and thus care mus...

9.8CVSS7.6AI score0.01052EPSS
Exploits1References2
OSV
OSV
added 2022/08/29 8:6 p.m.2 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.01061EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2022/08/29 8:6 p.m.52 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.01061EPSS
Exploits1References4Affected Software1
Prion
Prion
added 2022/08/29 5:15 a.m.12 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.01061EPSS
Exploits1References2
Cvelist
Cvelist
added 2022/08/29 5:5 a.m.29 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.01061EPSS
Exploits1References2
ATTACKERKB
ATTACKERKB
added 2022/08/29 5:0 a.m.1 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.01061EPSS
Exploits1References3
CNNVD
CNNVD
added 2022/08/29 12:0 a.m.3 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.01061EPSS
Exploits1References3
Positive Technologies
Positive Technologies
added 2022/08/29 12:0 a.m.2 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.01061EPSS
Exploits1References6
OSV
OSV
added 2022/08/18 7:15 p.m.16 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.01209EPSS
Exploits1References4
OSV
OSV
added 2022/08/15 6:30 p.m.36 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 score0.01209EPSS
Exploits1References4
Snyk
Snyk
added 2022/08/07 1:27 p.m.3 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.01061EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2022/06/09 12:0 a.m.19 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.02389EPSS
Exploits1References5Affected Software1
Prion
Prion
added 2022/06/08 9:15 a.m.8 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.02389EPSS
Exploits1References3Affected Software1
Rows per page
Query Builder