Lucene search
K
NodejsRecent

1635 matches found

Node.js
Node.js
added 2020/09/08 6:24 p.m.19 views

Remote Memory Exposure

Overview A buffer over-read vulnerability exists in bl 4.0.3, 3.0.1 2.2.1 and 1.2.3 which could allow an attacker to supply user input even typed that if it ends up in consume argument and can become negative, the BufferList state can be corrupted, tricking it into exposing uninitialized memory v...

6.8AI score0.0114EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2020/09/02 3:1 p.m.12 views

Command Injection

Overview Versions of bestzip prior to 2.1.7 are vulnerable to Command Injection. The package fails to sanitize input rules and passes it directly to an exec call on the zip function . This may allow attackers to execute arbitrary code in the system as long as the values of destination is...

7.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/09/02 2:24 p.m.22 views

Inadequate Encryption Strength

Overview In bcrypt npm package before version 5.0.0, data is truncated wrong when its length is greater than 255 bytes. Recommendation Upgrade to version 5.0.0 or later. References - https://nvd.nist.gov/vuln/detail/CVE-2020-7689 - https://github.com/kelektiv/node.bcrypt.js776 -...

4.3CVSS2AI score0.00148EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/08/25 1:32 p.m.13 views

Malicious Package

Overview fallguys contained malicious code that attempted to read local sensitive files and exfiltrate information through a Discord webhook. The code attempted to access the following paths available on Windows systems: - /AppData/Local/Google/Chrome/User\x20Data/Default/Local\x20Storage/leveldb...

6.4AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/08/19 9:15 p.m.31 views

DOM-based XSS

Overview Versions before and including 11.25.1 are using dangerouslySetInnerHTML to display an informational message when used with a Passwordless or Enterprise connection. For Passwordless connection, the value of the input email or phone number is displayed back to the user while waiting for...

3.5CVSS1.4AI score0.00282EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/08/17 2:58 p.m.19 views

Regular Expression Denial of Service

Overview All versions of url-regex are vulnerable to a Regular Expression Denial of Service. An attacker providing a very long string in String.test can cause a Denial of Service. Recommendation There are no patches and the software is not currently maintained. The security researcher who found t...

7.7AI score0.00603EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2020/08/11 7:39 p.m.18 views

Cross-Site Scripting

Overview @progress/kendo-angular-editor before version 1.2.3 is vulnerable to Cross-Site Scripting. When the Editor content contains potentially malicious scripts in element event handlers, they get executed. Adding the following content to the Editor value demonstrates the issue: . Recommendatio...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/08/11 5:27 p.m.26 views

Remote Code Execution

Overview serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function "deleteFunctions" within "index.js". An object such as "foo": /1"/, "bar": "a"@R--0@" was serialized as "foo": /1"/, "bar": "a/1"/, which allows an attacker to escape the bar key. This...

7.4AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/07/29 8:44 p.m.32 views

Signature Malleability

Overview The Elliptic package before version 6.5.3 for Node.js allows ECDSA signature malleability via variations in encoding, leading '\0' bytes, or integer overflows. This could conceivably have a security-relevant impact if an application relied on a single canonical signature. Recommendation...

6.8CVSS5.8AI score0.00411EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2020/07/29 5:14 p.m.15 views

Information Exposure

Overview Versions of auth0 before 2.27.1 use a block list of specific keys that should be sanitized from the request object contained in the error object. When a request to Auth0 management API fails, the key for Authorization header is not sanitized and the Authorization header value can be logg...

4CVSS1.3AI score0.00308EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/07/27 7:59 p.m.37 views

Remote Code Execution

Overview MIT Lifelong Kindergarten Scratch scratch-vm before 0.2.0-prerelease.20200714185213 loads extension URLs from untrusted project.json files with certain characters, resulting in remote code execution because the URL's content is treated as a script and is executed as a worker. The...

7.5CVSS3.7AI score0.06601EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/07/07 7:5 p.m.11 views

Sensitive Data Exposure

Overview Affected versions of npm-registry-fetch are vulnerable to an information exposure vulnerability through log files. The package supports URLs like ://:@::/. The password value is not redacted and is printed to stdout and also to any generated log files. Recommendation Upgrade to version...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/07/07 7:3 p.m.53 views

Sensitive Data Exposure

Overview Versions of the npm CLI prior to 6.14.6 are vulnerable to an information exposure vulnerability through log files. The CLI supports URLs like ://:@::/. The password value is not redacted and is printed to stdout and also to any generated log files. Recommendation Upgrade to version 6.14....

1.9CVSS1.9AI score0.0013EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/24 9:40 p.m.11 views

Prototype Pollution

Overview Versions of json-logic-js prior to 2.0.0 are vulnerable to Prototype Pollution. The method operation allows a malicious user to modify the prototype of Object through the method property name. This causes modification of any existing property that will exist on all objects and leads to...

7.2AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/23 6:39 p.m.38 views

Improper Verification of Cryptographic Signature

Overview Versions of jsrsasignprior to 8.0.17 fail to properly verify cryptographic signatures. Its RSASSA-PSS RSA-PSS implementation does not detect signature manipulation/modification by prepending '\0' bytes to a signature it accepts these modified signatures as valid. An attacker can abuse th...

7.5CVSS2.9AI score0.00546EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2020/06/17 8:18 p.m.14 views

Improper Authorization

Overview Affected versions of @sap-cloud-sdk/core do not properly validate JWTs. The verifyJwt function does not properly validate the URL from where the public verification key for the JWT can be downloaded. Any URL was trusted which makes it possible to provide a URL belonging to a manipulated...

6.4AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/09 5:27 p.m.13 views

Remote Code Execution

Overview Versions of next prior to 5.1.0 are vulnerable to Remote Code Execution. The /path: route fails to properly sanitize input and passes it to a require call. This allows attackers to execute JavaScript code on the server. Recommendation Upgrade to version 5.1.0. References - Vulnerability...

7.6AI score0.14624EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 8:20 p.m.14 views

Information Exposure

Overview Versions of apollo-server-lambda prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relatio...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:51 p.m.19 views

Information Exposure

Overview Versions of apollo-server-micro prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relation...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:51 p.m.15 views

Information Exposure

Overview Versions of apollo-server-koa prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relations...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:51 p.m.16 views

Information Exposure

Overview Versions of apollo-server-hapi prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relations...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:50 p.m.9 views

Information Exposure

Overview Versions of apollo-server-fastify prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:50 p.m.12 views

Information Exposure

Overview Versions of apollo-server-express prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:50 p.m.15 views

Information Exposure

Overview Versions of apollo-server-cloudflare prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:50 p.m.14 views

Information Exposure

Overview Versions of apollo-server-cloud-functions prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, thei...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:49 p.m.10 views

Information Exposure

Overview Versions of apollo-server-core prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relations...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:49 p.m.15 views

Information Exposure

Overview Versions of apollo-server-cache-memcached prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, thei...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:48 p.m.20 views

Information Exposure

Overview Versions of apollo-server-azure-functions prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, thei...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/06/05 7:47 p.m.16 views

Information Exposure

Overview Versions of apollo-server prior to 2.14.2 are vulnerable to Information Exposure. The package does not properly enforce validation rules when creating subscription servers, which includes a NoInstrospection rule for the Websocket. This leaks the GraphQL schema types, their relations and...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/05/20 7:52 p.m.243 views

Cross-Site Scripting

Overview Versions of jquery prior to 1.9.0 are vulnerable to Cross-Site Scripting. The load method fails to recognize and remove "" HTML tags that contain a whitespace character, i.e: "", which results in the enclosed script logic to be executed. This allows attackers to execute arbitrary...

4.3CVSS5.6AI score0.00889EPSS
Exploits4Affected Software1
Node.js
Node.js
added 2020/05/20 1:36 a.m.105 views

Prototype Pollution

Overview Versions of lodash prior to 4.17.19 are vulnerable to Prototype Pollution. The function zipObjectDeep allows a malicious user to modify the prototype of Object if the property identifiers are user-supplied. Being affected by this issue requires zipping objects based on user-provided...

6.4CVSS2.5AI score0.18518EPSS
Exploits2Affected Software1
Node.js
Node.js
added 2020/05/20 12:49 a.m.15 views

Cross-Site Scripting

Overview Versions of bootstrap-select prior to 1.13.6 are vulnerable to Cross-Site Scripting XSS. The package does not escape title values on tags. This may allow attackers to execute arbitrary JavaScript in a victim's browser. Recommendation Upgrade to version 1.13.6 or later. References - GitHu...

6.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/05/20 12:12 a.m.18 views

Cross-Site Scripting

Overview Versions of @toast-ui/editor prior to 2.2.0 are vulnerable to Cross-Site Scripting XSS. There are multiple bypasses to the package's built-in XSS sanitization. This may allow attackers to execute arbitrary JavaScript on a victim's browser. Recommendation Upgrade to version 2.2.0 or later...

6.2AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/05/18 9:25 p.m.12 views

Path Traversal

Overview All versions of socket.io-file are vulnerable to Path Traversal. The package fails to sanitize user input and uses it to generate the file upload paths. The socket.io-file::createFile message contains a name option that is passed directly to path.join. It is possible to upload files to...

7.1AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/30 6:19 p.m.271 views

Cross-Site Scripting

Overview Versions of jquery prior to 3.5.0 are vulnerable to Cross-Site Scripting. Passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods i.e. .html, .append, and others may execute arbitrary JavaScript in a victim's browser. Recommendation...

4.3CVSS2.9AI score0.02456EPSS
Exploits7Affected Software1
Node.js
Node.js
added 2020/04/30 5:30 p.m.16 views

Command Injection

Overview All versions of git-tags-remote are vulnerable to Command Injection. The package fails to sanitize the repository input and passes it directly to an exec call on the get function . This may allow attackers to execute arbitrary code in the system if the repo value passed to the function i...

7.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/15 7:14 p.m.15 views

Regular Expression Denial of Service

Overview Versions of papaparse prior to 5.2.0 are vulnerable to Regular Expression Denial of Service ReDos. The parse function contains a malformed regular expression that takes exponentially longer to process non-numerical inputs. This allows attackers to stall systems and lead to Denial of...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/14 9:44 p.m.61 views

DLL Injection

Overview Version of kerberos prior to 1.0.0 are vulnerable to DLL Injection. The package loads DLLs without specifying a full path. This may allow attackers to create a file with the same name in a folder that precedes the intended file in the DLL path search. Doing so would allow attackers to...

7.7AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/10 2:11 p.m.15 views

Malicious 󠅮󠅰󠅭Package

Overview All versions of m-backdoor contain malicious code. The package downloads a file from a remote server and executes it as a preinstall script. At the time of the release of this advisory the downloaded file only defaces websites by removing elements randomly from the DOM. Recommendation...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/09 9:2 p.m.22 views

Command Injection

Overview All versions of umount are vulnerable to Command Injection. The package fails to sanitize input rules and passes it directly to an exec call on the umount function . This may allow attackers to execute arbitrary code in the system if the device value passed to the function is...

7.5CVSS5.9AI score0.01334EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/09 7:40 p.m.25 views

Prototype Pollution

Overview All versions of ini-parser are vulnerable to prototype pollution. The parse function does not restrict the modification of an Object's prototype, which may allow an attacker to add or modify an existing property that will exist on all objects. Recommendation No fix is currently available...

7.5CVSS4.5AI score0.00234EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/09 7:34 p.m.38 views

Command Injection

Overview All versions of npm-programmatic are vulnerable to Command Injection. The package fails to sanitize input rules and passes it directly to an exec call on the install, uninstall and list functions . This may allow attackers to execute arbitrary code in the system if the package name passe...

7.5CVSS5.7AI score0.01346EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2020/04/09 5:37 p.m.23 views

Prototype Pollution

Overview Affected versions of sds are vulnerable to prototype pollution. The set function does not restrict the modification of an Object's prototype, which may allow an attacker to add or modify an existing property that will exist on all objects. Recommendation Upgrade to version 4.0.0 or later...

5CVSS5.4AI score0.00318EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2020/04/08 5:48 p.m.18 views

Timing Attack

Overview Versions of jsrsasign are vulnerable to Timing Attacks. The signHex function uses a timing-unsafe method for ECDSA key generation and signing. This leaks the length of the scalar, which attackers may use to brute-force the private key. Timing attacks can be used to increase the efficienc...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/07 10:18 p.m.16 views

Buffer Overflow

Overview Affected versions of node-weakauras-parser are vulnerable to a Buffer Overflow. The encodeweakaura function fails to properly validate the input size. A buffer of 13835058055282163711 bytes causes an overflow on 64-bit systems. Recommendation Upgrade to versions 1.0.5, 2.0.2, 3.0.1 or...

7.2AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/06 6:29 p.m.20 views

Path Traversal

Overview Versions of next prior to 9.3.2 are vulnerable to Path Traversal. The package failed to restrict access to arbitrary files inside the dist directory through specially-crafted HTTP requests. It is not possible to access files outside of the dist directory. Recommendation Upgrade to versio...

5CVSS2.3AI score0.79833EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2020/04/06 6:13 p.m.30 views

Prototype Pollution

Overview All versions of utils-extend are vulnerable to prototype pollution. The extend function does not restrict the modification of an Object's prototype, which may allow an attacker to add or modify an existing property that will exist on all objects. Recommendation No fix is currently...

7.5CVSS3.6AI score0.01115EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2020/03/26 7:35 p.m.29 views

Server-Side Request Forgery

Overview Versions of @uppy/companion prior to 1.9.3 are vulnerable to Server-Side Request Forgery SSRF. The get route passes the user-controlled variable req.body.url to a GET request without sanitizing the value. This allows attackers to inject arbitrary URLs and make GET requests on behalf of t...

7.5CVSS4.3AI score0.0051EPSS
Exploits1Affected Software1
Node.js
Node.js
added 2020/03/26 7:21 p.m.18 views

Prototype Pollution

Overview Affected versions of yargs-parser are vulnerable to prototype pollution. Arguments are not properly sanitized, allowing an attacker to modify the prototype of Object, causing the addition or modification of an existing property that will exist on all objects. Parsing the argument...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2020/03/26 7:1 p.m.13 views

Command Injection

Overview Versions of node-rules prior to 5.0.0 are vulnerable to Command Injection. The package fails to sanitize input rules and passes it directly to an eval call when using the fromJSON function. This may allow attackers to execute arbitrary code in the system if the rules are user-controlled...

7.8AI score
Exploits0Affected Software1
Total number of security vulnerabilities1635