Lucene search
K
NodejsRecent

1635 matches found

Node.js
Node.js
added 2021/03/19 9:6 p.m.46 views

Prototype Pollution

Overview Prototype pollution vulnerability in set-in versions 1.0.0 through 2.0.0 allows attacker to cause a denial of service and may lead to remote code execution. Recommendation Upgrade to version 2.0.1 or later. References - GitHub Advisory - CVE...

7.5CVSS9.4AI score0.03864EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/19 8:19 p.m.51 views

Regular Expression Denial of Service

Overview There is a regular expression denial-of-service in schema-inspector. Impact Email address validation is vulnerable to a denial-of-service attack where some input for example a@0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0. will freeze the program...

5CVSS7.4AI score0.00866EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/18 11:52 p.m.48 views

Command Injection

Overview Impact Anyone using shescape to defend against shell injection may still be vulnerable against shell injection if the attacker manages to insert a null character into the payload. For example on Windows: javascript const cp = require"childprocess"; const shescape = require"shescape"; con...

4.6CVSS7.5AI score0.00165EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/12 11:16 p.m.40 views

Prototype Pollution

Overview y18n before versions 3.2.2, 4.0.1, and 5.0.5 is vulnerable to prototype pollution. POC const y18n = require'y18n'; y18n.setLocale'proto'; y18n.updateLocalepolluted: true; console.logpolluted; // true Recommendation Upgrade to version 3.2.2, 4.0.1, 5.0.5 or later References - CVE - Snyk...

7.5CVSS4.2AI score0.00469EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/12 11:8 p.m.48 views

Exposure of internal HTTP resources

Overview In highcharts-export-server before version 2.1.0 there is a vulnerability that allows exposure of internal HTTP resources. Impact The vulnerability allows for reading and outputting files served by other services on the internal network in which the export server is hosted. If the export...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2021/03/12 11:3 p.m.64 views

Improper Neutralization of Special Elements used in a Command

Overview In madge before version 4.0.1 it is possible to specify a custom Graphviz path via the graphVizPath option parameter which when the .image, .svg or .dot functions are called, is executed by the childprocess.exec function. Recommendation Upgrade to version 4.0.1 or later References - GitH...

7.5CVSS9.4AI score0.00625EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/12 10:58 p.m.81 views

Prototype Poisoning

Overview Impact When msgpack5 decodes a map containing a key "proto", it assigns the decoded value to proto. As you are no doubt aware, Object.prototype.proto is an accessor property for the receiver's prototype. If the value corresponding to the key proto decodes to an object or null, msgpack5...

6.5CVSS8.9AI score0.0133EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/12 10:42 p.m.166 views

Misinterpretation of malicious XML input

Overview Impact xmldom versions 0.4.0 and older do not correctly preserve system identifiers, FPIs or namespaces when repeatedly parsing and serializing maliciously crafted documents. This may lead to unexpected syntactic changes during XML processing in some downstream applications. Workarounds...

4.3CVSS5.3AI score0.01344EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/03/09 5:35 p.m.24 views

Prototype Pollution

Overview In mquery before version 3.2.3 there is a prototype pollution vulnerability because a special property e.g., proto can be copied during a merge or clone operation. Recommendation Upgrade to version 3.2.3 or later References - CVE - GitHub Advisory...

5CVSS5.5AI score0.00259EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/03/08 4:8 p.m.54 views

Use of a Broken or Risky Cryptographic Algorithm

Overview elliptic before version 6.5.4 is vulnerable to Cryptographic Issues via the secp256k1 implementation in elliptic/ec/key.js. There is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1 curve. This results in the potential for the...

4.3CVSS6.6AI score0.03935EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/03/08 3:57 p.m.36 views

Improper Authentication

Overview In affected versions of botframework-connector, a maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an attacker to have internal knowledge of the bot. Recommendation Upgrade to fi...

2.1CVSS5.4AI score0.0052EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/03/03 2:27 a.m.54 views

Sandbox Breakout

Overview In matrix-react-sdk before version 3.15.0 the user content sandbox can be abused to trick users into opening unexpected documents. The content is opened with a blob origin that cannot access Matrix user data, so messages and secrets are not at risk. Recommendation Upgrade to version 3.15...

4.3CVSS4.5AI score0.00179EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/03/03 2:22 a.m.31 views

Prefix escape

Overview In fastify-http-proxy before version 4.3.1, by crafting a specific URL, it is possible to escape the prefix of the proxied backend service. If the base url of the proxied server is /pub/, a user expect that accessing /priv on the target service would not be possible. Unfortunately, it is...

7.5CVSS9.4AI score0.00187EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/03/03 2:16 a.m.57 views

Remote Code Execution

Overview Impact In affected versions of pug and pug-code-gen, if a remote attacker was able to control the pretty option of the pug compiler, e.g. if you spread a user provided object such as the query parameters of a request into the pug template inputs, it was possible for them to achieve remot...

6.8CVSS9.2AI score0.01762EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/03 2:9 a.m.40 views

Remote Code Execution

Overview Impact In affected versions of pug and pug-code-gen, if a remote attacker was able to control the pretty option of the pug compiler, e.g. if you spread a user provided object such as the query parameters of a request into the pug template inputs, it was possible for them to achieve remot...

6.8CVSS9.2AI score0.01762EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/03 1:55 a.m.32 views

Prefix escape

Overview In fastify-reply-from before version 4.0.2, by crafting a specific URL, it is possible to escape the prefix of the proxied backend service. If the base url of the proxied server is /pub/, a user expect that accessing /priv on the target service would not be possible. Unfortunately, it is...

7.5CVSS9.3AI score0.0042EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/03/01 8:54 p.m.55 views

Regular Expression Denial of Service

Overview Impact @progfay/scrapbox-parser before 6.0.3 and 7.0.2 are vulnerable to Regular Expression Denial of Service ReDoS in DecorationNode, StrongNode and ExternalLinkNode. An attacker may be able to craft text which causes the application to consume an excessive amount of CPU. Recommendation...

5CVSS7.4AI score0.00563EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/03/01 8:43 p.m.39 views

Hostname spoofing via backslashes in URL

Overview Impact urijs before version 1.19.6 is affected by hostname spoofing issue. If using urijs to determine a URL's hostname, the hostname can be spoofed by using a backslash \ character as part of the scheme delimiter, e.g. scheme:/\hostname. If the hostname is used in security decisions, th...

5CVSS7.5AI score0.00552EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/01 8:2 p.m.34 views

Regular Expression Denial of Service

Overview three before version 0.125.0 is vulnerable to Regular Expression Denial of Service ReDoS. This can happen when handling rgb or hsl colors. POC var three = require'three' function buildblank n var ret = "rgb" for var i = 0; i n; i++ ret += " " return ret + ""; var Color = three.Color var...

5CVSS7.3AI score0.01422EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/01 7:55 p.m.39 views

Regular Expression Denial of Service

Overview prismjs versions before 1.23.0 are vulnerable to Regular Expression Denial of Service ReDoS via the prism-asciidoc, prism-rest, prism-tap and prism-eiffel components. Recommendation Upgrade to version 1.23.0 or later References - Snyk Advisory - GitHub Advisory - CVE...

5CVSS5.6AI score0.01762EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/03/01 7:50 p.m.49 views

Cross-Site Scripting (XSS)

Overview In docsify before version 4.12.0 it is possible to bypass the remediation done by CVE-2020-7680 and execute malicious JavaScript through the following methods: - When parsing HTML from remote URLs, the HTML code on the main page is sanitized, but this sanitization is not taking place in...

4.3CVSS1.8AI score0.03162EPSS
Exploits6Affected Software1
Node.js
Node.js
added 2021/03/01 7:42 p.m.43 views

Server-Side Request Forgery

Overview rendertron prior to version 3.0.0 is susceptible to a Server-Side Request Forgery SSRF attack. An attacker can use a specially crafted webpage to force a rendertron headless chrome process to render internal sites it has access to, and display it as a screenshot. Recommendation Upgrade t...

4CVSS4.5AI score0.00057EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/26 4:26 p.m.41 views

Prototype Pollution

Overview Impact Node-RED 1.2.7 and earlier contains a Prototype Pollution vulnerability in the admin API. A badly formed request can modify the prototype of the default JavaScript Object with the potential to affect the default behaviour of the Node-RED runtime. Workarounds A workaround is to...

4CVSS3.3AI score0.0023EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/25 5:7 p.m.49 views

Prototype Override

Overview Affected versions of querystringify are vulnerable to Prototype Override. If a malicious string is inserted in the query string, it will set the tostring method of the object to the true boolean. Recommendation Upgrade to version 2.0.0 or later References - WhiteSource Advisory - Snyk...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/25 4:39 p.m.50 views

Regular Expression Denial of Service

Overview Affected versions of nwmatcher are vulnerable to Regular Expression Denial of Service ReDoS. This can cause an impact of about 10 seconds matching time for data 2k characters long. Recommendation Upgrade to version 1.4.4 or later References - WhiteSource Advisory - Snyk Advisory - GitHub...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/25 1:37 a.m.58 views

Regular Expression Denial of Service

Overview A Regular Expression Denial of Service vulnerability was discovered in esm. The issue is that esm's find-indexes is using the unescaped identifiers in a regex, which, in this case, causes an infinite loop. Recommendation Upgrade to version 3.1.0 or later References - WhiteSource Advisory...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/24 7:23 p.m.30 views

Regular Expression Denial of Service

Overview Affected versions of diff are vulnerable to Regular Expression Denial of Service ReDoS. This can cause an impact of about 10 seconds matching time for data 48K characters long. Recommendation Upgrade to 3.5.0 or later. References - WhiteSource Advisory - Snyk Advisory - GitHub Advisory...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/24 6:29 p.m.72 views

Cross-Site Scripting (XSS)

Overview Affected versions of angular are vulnerable to JSONP Callback Attack. JSONP JSON with padding is a method used to request data from a server residing in a different domain than the client. Any url could perform JSONP requests, allowing full access to the browser and the JavaScript contex...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/24 3:24 a.m.77 views

Command Injection

Overview The systeminformation package is an open source collection of functions to retrieve detailed hardware, system and OS information. In affected versions of systeminformation there is a command injection vulnerability. As a workaround instead of upgrading, be sure to check or sanitize servi...

4.6CVSS7.5AI score0.9396EPSS
Exploits4Affected Software1
Node.js
Node.js
added 2021/02/24 3:18 a.m.60 views

Token Verification Bug

Overview Impact next-auth implementations using the Prisma database adapter with the Email provider are impacted. Implementations using the Prisma database adapter that are not using the Email provider are not impacted. Implementations using the default database adapter TypeORM with the Email...

4.3CVSS5.7AI score0.00371EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/24 3:9 a.m.61 views

Command Injection

Overview Affected versions of the samba-client package allow command injection because of the use of process.exec. Recommendation Upgrade to version 4.0.0 or later References - CVE - GitHub Advisory...

7.5CVSS5.6AI score0.19337EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/24 3:3 a.m.60 views

Cross-Site Scripting (XSS)

Overview apexcharts is a modern JavaScript charting library to build interactive charts and visualizations with simple API. Affected versions of this package are vulnerable to Cross-site Scripting XSS via lack of sanitization of graph legend fields. Recommendation Upgrade to version 3.24.0 or...

4.3CVSS6.2AI score0.0031EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/24 2:58 a.m.48 views

Directory Traversal

Overview Impact Clients of FTP servers utilizing ftp-srv hosted on Windows machines can escape the FTP user's defined root folder using the expected FTP commands, for example, CWD and UPDR. Background When windows separators exist within the path , path.resolve leaves the upper pointers intact an...

5.5CVSS0.6AI score0.01004EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/24 2:39 a.m.91 views

Regular Expression Denial of Service

Overview In affected versions of marked, a Denial of Service attack can affect anyone who processes user generated code. Recommendation Upgrade to version 2.0.0 or later References - GitHub Advisory - CVE...

5CVSS6.1AI score0.00603EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/23 2:32 a.m.79 views

Open Redirect

Overview Slashify is an Express middleware that normalises routes by stripping any final slash, redirecting, for example, bookings/latest/ to bookings/latest. However, it does not validate the path it redirects to in any way. In particular, if the path starts with two slashes or two backslashes, ...

5.8CVSS6.5AI score0.00122EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/23 2:24 a.m.206 views

Command Injection

Overview There is a command injection vulnerability in affected versions of total.js. The issue occurs in the image.pipe and image.stream functions. The type parameter is used to build the command that is then executed using childprocess.spawn. The issue occurs because childprocess.spawn is calle...

7.5CVSS8.7AI score0.01199EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/23 2:17 a.m.62 views

Prototype Pollution

Overview A prototype pollution vulnerability in affected versions of 'dotty' allows attackers to cause a denial of service and may lead to remote code execution. Recommendation Update to version 0.1.1 or later References - GitHub Advisory - CVE...

7.5CVSS9.4AI score0.02947EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/23 2:11 a.m.60 views

Denial of Service

Overview Impact Some regexes are vulnerable to regular expression denial of service REDoS due to overlapping capture groups. This allows remote attackers to overload a server by setting the User-Agent header in an HTTPS request to maliciously crafted long strings. Patches Please update uap-core t...

5CVSS3.1AI score0.01481EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/23 2:2 a.m.66 views

Remote Code Execution

Overview Affected versions of angular-expressions are affected by a remote code execution vulnerability. Impact If you call expressions.compileuserControlledInput where userControlledInput is text that comes from user input you are potentially impacted. The security of the package could be bypass...

6.5CVSS3.5AI score0.00319EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/23 1:44 a.m.65 views

Regular Expression Denial of Service

Overview In affected versions of @ckeditor/ckeditor5-markdown-gfm a regular expression denial of service ReDoS vulnerability has been discovered. Impact The vulnerability allowed to abuse a link recognition regular expression, which could cause a significant performance drop resulting in a browse...

4CVSS6.3AI score0.00369EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/23 1:32 a.m.77 views

Arbitrary JavaScript Execution

Overview In affected versions of less-openui5 processing untrusted theming resources might execute arbitrary code. Impact When processing theming resources i.e. .less files with less-openui5 that originate from an untrusted source, those resources might contain JavaScript code which will be...

6.8CVSS0.7AI score0.00301EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/22 9:59 p.m.55 views

IPC messages delivered to the wrong frame

Overview IPC messages sent from the main process to a subframe in the renderer process, through webContents.sendToFrame, event.reply or when using the remote module, can in some cases be delivered to the wrong frame. If your app does ANY of the following, then it is impacted by this issue: - Uses...

6.4CVSS2.9AI score0.00965EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/22 6:30 p.m.53 views

OS Command Injection

Overview Affected versions of the async-git package allow OS Command Injection via shell metacharacters, as demonstrated by git.reset and git.tag. Recommendation Upgrade to version 1.13.2 or later. References - CVE - GitHub Advisory...

7.5CVSS6.1AI score0.20943EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/22 5:47 p.m.46 views

Path Traversal

Overview In Node-RED-Dashboard before 2.26.2 there is a path traversal vulnerability. In /nodes/uibase.js, the URL is matched with '/uibase/js/' and then passed to path.join. The lack of verification of the final path leads to a path traversal vulnerability. Recommendation Upgrade to fix version...

5CVSS7.5AI score0.91547EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/22 5:42 p.m.56 views

Command Injection

Overview Affected versions of @graphql-tools/git-loader package are vulnerable to Command Injection. The use of exec and execSync in packages/loaders/git/src/load-git.ts allows arbitrary command injection. Recommendation Upgrade to fix version 6.2.6 or later References - Snyk Advisory - CVE -...

7.5CVSS6.3AI score0.01502EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/22 5:29 p.m.66 views

Cross-Site Request Forgery (CSRF)

Overview Affected versions of the fastify-csrf package are vulnerable to Cross-site Request Forgery CSRF. The generated cookie used insecure defaults, and did not have the httpOnly flag on: cookieOpts: path: '/', sameSite: true . Also, the CSRF token was available in the GET query parameter...

6.8CVSS2.3AI score0.00307EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/22 5:14 p.m.43 views

Prototype Pollution

Overview In Dynamoose versions 2.0.0-2.6.0 there was a prototype pollution vulnerability in the internal utility method lib/utils/object/set.ts. This method is used throughout the codebase for various operations throughout Dynamoose. We have not seen any evidence of this vulnerability being...

7.5CVSS4.1AI score0.00637EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/02/19 10:40 p.m.76 views

Insecure Default Configuration

Overview Affected versions of socket.io are vulnerable to Insecure Defaults due to CORS Misconfiguration. All domains are whitelisted by default. Recommendation Update to version 2.4.0 or later. References - GitHub Advisory - Snyk Advisory...

4CVSS4.6AI score0.00183EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/19 10:36 p.m.74 views

Prototype Pollution

Overview There is a prototype pollution vulnerability in gsap which affects all versions before 3.6.0. Recommendation Upgrade to 3.6.0 or later References - GitHub Advisory - Snyk Advisory...

5CVSS4.8AI score0.00627EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2021/02/19 7:44 p.m.77 views

Prototype Pollution

Overview Affected versions of jointjs are vulnerable to Prototype Pollution via util.setByPath. The path used the access the object's key and set the value is not properly sanitized, leading to a Prototype Pollution. Recommendation Update to fixed version 3.3.0 or later References - GitHub Adviso...

7.5CVSS5.6AI score0.00557EPSS
Exploits0Affected Software1
Total number of security vulnerabilities1635