Lucene search
+L

8910 matches found

Positive Technologies
Positive Technologies
added 2020/01/24 12:00 a.m.23 views

PT-2020-5852 · Node.Js +8 · Node.Js +8

Name of the Vulnerable Software and Affected Versions: Node.js versions prior to 10.24.0 Node.js versions prior to 12.21.0 Node.js versions prior to 14.16.0 Node.js versions prior to 15.10.0 Description: The issue is related to the incorrect handling of a large number of connection attempts with ...

9.8CVSS6.4AI score0.81464EPSS
SaveExploits30References254
Positive Technologies
Positive Technologies
added 2020/01/24 12:00 a.m.11 views

PT-2021-6094 · Node.Js +7 · Node.Js +7

Name of the Vulnerable Software and Affected Versions: Node.js versions prior to 12.22.9 Node.js versions prior to 14.18.3 Node.js versions prior to 16.13.2 Node.js versions prior to 17.3.1 Description: The issue is related to the implementation of Subject Alternative Names in the Node.js platfor...

10CVSS6.5AI score0.87816EPSS
SaveExploits77References777
Hacker One
Hacker One
added 2020/01/23 5:10 p.m.74 views

Node.js third-party modules: Several simple remote code execution in pdf-image

I would like to report "A simple remote code execution" in "pdf-image". It allows "a remote attacker to execute arbitrary code when several functions of the PDFImage class are called and the class loaded from user-input value". Module module name: pdf-image version: latest npm page:...

7.5CVSS0.3AI score0.02045EPSS
SaveExploits1
OpenVAS
OpenVAS
added 2020/01/23 12:00 a.m.31 views

Huawei EulerOS: Security Advisory for http-parser (EulerOS-SA-2019-2238)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2020 Greenbone AG 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-only ifdescription...

7.5CVSS7AI score0.10207EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2020/01/23 12:00 a.m.34 views

Huawei EulerOS: Security Advisory for thrift (EulerOS-SA-2019-1458)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2020 Greenbone AG 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-only ifdescription...

7.5CVSS7.2AI score0.08188EPSS
SaveExploits0References2
Hacker One
Hacker One
added 2020/01/20 5:03 p.m.264 views

Node.js third-party modules: [klona] Prototype pollution

I would like to report Prototype pollution in klona It allows adding arbitrary property to Prototype while deep cloning an object Module module name: klona version: Hunter's comments and funny memes goes here F690469 Impact Denial of Service and possible Remote code execution by overriding object...

7.5CVSS0.9AI score0.04118EPSS
SaveExploits1
Hacker One
Hacker One
added 2020/01/16 12:28 p.m.33 views

Node.js third-party modules: [chart.js] Prototype pollution

I would like to report a prototype pollution vulnerability in chart.js It allows an attacker to inject properties on Object.prototype which can for some applications lead to XSS. Module module name: chart.js version: 2.9.3 npm page: https://www.npmjs.com/package/chart.js Module Description Simple...

0.5AI score
SaveExploits0
Hacker One
Hacker One
added 2020/01/12 3:06 a.m.18 views

Node.js third-party modules: [node-downloader-helper] Path traversal via Content-Disposition header

Summary I would like to report path traversal in node-downloader-helper. It allows malicious server to choose download location via ../. It may leads remote code execution. Module module name: node-downloader-helper version: 1.0.11 npm page: https://www.npmjs.com/package/node-downloader-helper...

0.7AI score
SaveExploits0
Hacker One
Hacker One
added 2020/01/11 10:55 p.m.31 views

Node.js third-party modules: [blamer] RCE via insecure command formatting

I would like to report a RCE issue in the blamer module. It allows to execute arbitrary commands remotely inside the victim's PC Module module name: blamer version: 0.1.13 npm page: https://www.npmjs.com/package/blamer Module Description Blamer is a tool for get information about author of code...

7.5CVSS1.3AI score0.04268EPSS
SaveExploits1
NVD
NVD
added 2020/01/11 1:15 a.m.33 views

CVE-2020-6836

grammar-parser.jison in the hot-formula-parser package before 3.0.1 for Node.js is vulnerable to arbitrary code injection. The package fails to sanitize values passed to the parse function and concatenates them in an eval call. If a value of the formula is taken from user-controlled input, it may...

9.8CVSS9.8AI score0.02148EPSS
SaveExploits0References3
OSV
OSV
added 2020/01/11 1:15 a.m.24 views

CVE-2020-6836

grammar-parser.jison in the hot-formula-parser package before 3.0.1 for Node.js is vulnerable to arbitrary code injection. The package fails to sanitize values passed to the parse function and concatenates them in an eval call. If a value of the formula is taken from user-controlled input, it may...

9.8CVSS7.7AI score
SaveExploits0References3
Prion
Prion
added 2020/01/11 1:15 a.m.19 views

Code injection

grammar-parser.jison in the hot-formula-parser package before 3.0.1 for Node.js is vulnerable to arbitrary code injection. The package fails to sanitize values passed to the parse function and concatenates them in an eval call. If a value of the formula is taken from user-controlled input, it may...

7.5CVSS9.7AI score0.02148EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2020/01/11 12:42 a.m.174 views

CVE-2020-6836

The CVE-2020-6836 entry refers to an arbitrary code injection in the hot-formula-parser package for Node.js, caused by grammar-parser.jison when parsing user-supplied input. Versions prior to 3.0.1 concatenate input into an eval call, enabling an attacker-controlled formula to execute arbitrary c...

9.8CVSS9.7AI score0.02148EPSS
SaveExploits0References3Affected Software1
Hacker One
Hacker One
added 2020/01/10 12:07 p.m.444 views

Node.js: CRLF Injection in legacy url API (url.parse().hostname)

Summary: There is CRLF Injection in legacy url.hostname API. Description: During the recent penetration test, I have found a whitelist bypass using CRLF Injection. We did a code review and determined the issue is in a legacy url.hostname API. Not sure if it's a known issue or not, I wasn't able t...

7.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2020/01/07 3:29 a.m.39 views

CVE-2018-12116

Node.js: All versions prior to Node.js 6.15.0 and 8.14.0: HTTP request splitting: If Node.js can be convinced to use unsanitized user-provided Unicode data for the path option of an HTTP request, then data can be provided which will trigger a second, unexpected, and user-defined HTTP request to...

7.5CVSS1.7AI score0.04574EPSS
SaveExploits0References2
OSV
OSV
added 2020/01/06 8:15 p.m.16 views

CVE-2014-3743

Multiple cross-site scripting XSS vulnerabilities in the Marked module before 0.3.1 for Node.js allow remote attackers to inject arbitrary web script or HTML via vectors related to 1 gfm codeblocks language or 2 javascript url's...

6.1CVSS6AI score
SaveExploits0References7
NVD
NVD
added 2020/01/06 8:15 p.m.35 views

CVE-2014-3743

Multiple cross-site scripting XSS vulnerabilities in the Marked module before 0.3.1 for Node.js allow remote attackers to inject arbitrary web script or HTML via vectors related to 1 gfm codeblocks language or 2 javascript url's...

6.1CVSS6AI score0.01715EPSS
SaveExploits0References4
OSV
OSV
added 2020/01/06 8:15 p.m.16 views

DEBIAN-CVE-2014-3743

Multiple cross-site scripting XSS vulnerabilities in the Marked module before 0.3.1 for Node.js allow remote attackers to inject arbitrary web script or HTML via vectors related to 1 gfm codeblocks language or 2 javascript url's...

6.1CVSS6.1AI score0.01715EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2020/01/06 8:15 p.m.27 views

CVE-2014-3743

Multiple cross-site scripting XSS vulnerabilities in the Marked module before 0.3.1 for Node.js allow remote attackers to inject arbitrary web script or HTML via vectors related to 1 gfm codeblocks language or 2 javascript url's. sanitize: true Even if this option is set, marked is vulnerable to...

6.1CVSS6.4AI score0.01715EPSS
SaveExploits0References4
Prion
Prion
added 2020/01/06 8:15 p.m.20 views

Cross site scripting

Multiple cross-site scripting XSS vulnerabilities in the Marked module before 0.3.1 for Node.js allow remote attackers to inject arbitrary web script or HTML via vectors related to 1 gfm codeblocks language or 2 javascript url's...

4.3CVSS6AI score0.01715EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder