Vulnerabilities

38 via 139 paths

Dependencies

1054

Source

GitHub

Commit

3c3b53bf

Find, fix and prevent vulnerabilities in your code.

Severity
  • 3
  • 11
  • 22
  • 2
Status
  • 38
  • 0
  • 0

critical severity

Predictable Value Range from Previous Values

  • Vulnerable module: form-data
  • Introduced through: coveralls@3.1.1 and mock-browser@0.92.14

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 coveralls@3.1.1 request@2.88.2 form-data@2.3.3
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 mock-browser@0.92.14 jsdom@9.12.0 request@2.88.2 form-data@2.3.3

Overview

Affected versions of this package are vulnerable to Predictable Value Range from Previous Values via the boundary value, which uses Math.random(). An attacker can manipulate HTTP request boundaries by exploiting predictable values, potentially leading to HTTP parameter pollution.

Remediation

Upgrade form-data to version 2.5.4, 3.0.4, 4.0.4 or higher.

References

critical severity

Incomplete List of Disallowed Inputs

  • Vulnerable module: babel-traverse
  • Introduced through: babel-cli@6.26.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 babel-core@6.26.3 babel-traverse@6.26.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 babel-core@6.26.3 babel-template@6.26.0 babel-traverse@6.26.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 babel-register@6.26.0 babel-core@6.26.3 babel-traverse@6.26.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 babel-core@6.26.3 babel-helpers@6.24.1 babel-template@6.26.0 babel-traverse@6.26.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 babel-register@6.26.0 babel-core@6.26.3 babel-template@6.26.0 babel-traverse@6.26.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 babel-register@6.26.0 babel-core@6.26.3 babel-helpers@6.24.1 babel-template@6.26.0 babel-traverse@6.26.0

Overview

Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs when using plugins that rely on the path.evaluate() or path.evaluateTruthy() internal Babel methods.

Note:

This is only exploitable if the attacker uses known affected plugins such as @babel/plugin-transform-runtime, @babel/preset-env when using its useBuiltIns option, and any "polyfill provider" plugin that depends on @babel/helper-define-polyfill-provider. No other plugins under the @babel/ namespace are impacted, but third-party plugins might be.

Users that only compile trusted code are not impacted.

Workaround

Users who are unable to upgrade the library can upgrade the affected plugins instead, to avoid triggering the vulnerable code path in affected @babel/traverse.

Remediation

There is no fixed version for babel-traverse.

References

critical severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: elliptic
  • Introduced through: webpack@4.47.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 node-libs-browser@2.2.1 crypto-browserify@3.12.1 browserify-sign@4.2.5 elliptic@6.6.1
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 node-libs-browser@2.2.1 crypto-browserify@3.12.1 create-ecdh@4.0.4 elliptic@6.6.1

Overview

elliptic is a fast elliptic-curve cryptography implementation in plain javascript.

Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature due to an anomaly in the _truncateToN function. An attacker can cause legitimate transactions or communications to be incorrectly flagged as invalid by exploiting the signature verification process when the hash contains at least four leading 0 bytes, and the order of the elliptic curve's base point is smaller than the hash.

In some situations, a private key exposure is possible. This can happen when an attacker knows a faulty and the corresponding correct signature for the same message.

Note: Although the vector for exploitation of this vulnerability was restricted with the release of versions 6.6.0 and 6.6.1, it remains possible to generate invalid signatures in some cases in those releases as well.

PoC

var elliptic = require('elliptic'); // tested with version 6.5.7
var hash = require('hash.js');
var BN = require('bn.js');
var toArray = elliptic.utils.toArray;

var ec = new elliptic.ec('p192');
var msg = '343236343739373234';
var sig = '303502186f20676c0d04fc40ea55d5702f798355787363a91e97a7e50219009d1c8c171b2b02e7d791c204c17cea4cf556a2034288885b';
// Same public key just in different formats
var pk = '04cd35a0b18eeb8fcd87ff019780012828745f046e785deba28150de1be6cb4376523006beff30ff09b4049125ced29723';
var pkPem = '-----BEGIN PUBLIC KEY-----\nMEkwEwYHKoZIzj0CAQYIKoZIzj0DAQEDMgAEzTWgsY7rj82H/wGXgAEoKHRfBG54\nXeuigVDeG+bLQ3ZSMAa+/zD/CbQEkSXO0pcj\n-----END PUBLIC KEY-----\n';

// Create hash
var hashArray = hash.sha256().update(toArray(msg, 'hex')).digest();
// Convert array to string (just for showcase of the leading zeros)
var hashStr = Array.from(hashArray, function(byte) {
  return ('0' + (byte & 0xFF).toString(16)).slice(-2);
}).join('');
var hMsg = new BN(hashArray, 'hex');
// Hashed message contains 4 leading zeros bytes
console.log('sha256 hash(str): ' + hashStr);
// Due to using BN bitLength lib it does not calculate the bit length correctly (should be 32 since it is a sha256 hash)
console.log('Byte len of sha256 hash: ' + hMsg.byteLength());
console.log('sha256 hash(BN): ' + hMsg.toString(16));

// Due to the shift of the message to be within the order of the curve the delta computation is invalid
var pubKey = ec.keyFromPublic(toArray(pk, 'hex'));
console.log('Valid signature: ' + pubKey.verify(hashStr, sig));

// You can check that this hash should validate by consolidating openssl
const fs = require('fs');
fs.writeFile('msg.bin', new BN(msg, 16).toBuffer(), (err) => {
  if (err) throw err;
});
fs.writeFile('sig.bin', new BN(sig, 16).toBuffer(), (err) => {
  if (err) throw err;
});
fs.writeFile('cert.pem', pkPem, (err) => {
  if (err) throw err;
});

// To verify the correctness of the message signature and key one can run:
// openssl dgst -sha256 -verify cert.pem -signature sig.bin msg.bin
// Or run this python script
/*
from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives.asymmetric import ec


msg = '343236343739373234'
sig = '303502186f20676c0d04fc40ea55d5702f798355787363a91e97a7e50219009d1c8c171b2b02e7d791c204c17cea4cf556a2034288885b'
pk = '04cd35a0b18eeb8fcd87ff019780012828745f046e785deba28150de1be6cb4376523006beff30ff09b4049125ced29723'

p192 = ec.SECP192R1()
pk = ec.EllipticCurvePublicKey.from_encoded_point(p192, bytes.fromhex(pk))
pk.verify(bytes.fromhex(sig), bytes.fromhex(msg), ec.ECDSA(hashes.SHA256()))
*/

Remediation

There is no fixed version for elliptic.

References

high severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: cross-spawn
  • Introduced through: nyc@14.1.1

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 nyc@14.1.1 foreground-child@1.5.6 cross-spawn@4.0.2
    Remediation: Upgrade to nyc@15.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 nyc@14.1.1 spawn-wrap@1.4.3 foreground-child@1.5.6 cross-spawn@4.0.2
    Remediation: Upgrade to nyc@15.0.0.

Overview

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) due to improper input sanitization. An attacker can increase the CPU usage and crash the program by crafting a very large and well crafted string.

PoC

const { argument } = require('cross-spawn/lib/util/escape');
var str = "";
for (var i = 0; i < 1000000; i++) {
  str += "\\";
}
str += "◎";

console.log("start")
argument(str)
console.log("end")

// run `npm install cross-spawn` and `node attack.js` 
// then the program will stuck forever with high CPU usage

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade cross-spawn to version 6.0.6, 7.0.5 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: http-proxy-middleware
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 http-proxy-middleware@0.19.1
    Remediation: Upgrade to webpack-dev-server@4.0.0.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) due to an UnhandledPromiseRejection error thrown by micromatch. An attacker could kill the Node.js process and crash the server by making requests to certain paths.

PoC

  1. Run a server like this:
const express = require('express')
const { createProxyMiddleware } = require('http-proxy-middleware')

const frontend = express()
frontend.use(createProxyMiddleware({
  target: 'http://localhost:3031',
  pathFilter: '*'
}))
frontend.listen(3030)

const backend = express()
backend.use((req, res) => res.send('ok'))
backend.listen(3031)
  1. curl 'localhost:3030//x@x'

Expected: Response with payload ok

Actual: Server crashes with error TypeError: Expected input to be a string (from micromatch)

On v1 and v2 of http-proxy-middleware, it's also possible to exclude pathFilter and cause the server to crash with TypeError: Cannot read properties of null (reading 'indexOf') (from matchSingleStringPath).

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade http-proxy-middleware to version 2.0.7, 3.0.3 or higher.

References

high severity

Server-side Request Forgery (SSRF)

  • Vulnerable module: ip
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 ip@1.1.9
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 bonjour@3.5.0 multicast-dns@6.2.3 dns-packet@1.3.4 ip@1.1.9

Overview

ip is a Node library.

Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the ip.isPublic() and ip.isPrivate() functions. An attacker can interact with internal network resources by supplying specially crafted IP address such as octal localhost format ("017700000001") that is incorrectly identified as public.

Note:

This issue exists because of an incomplete fix for CVE-2024-29415.

PoC

Test octal localhost bypass:

node -e "const ip=require('ip'); console.log('017700000001 bypass:', ip.isPublic('017700000001'));" - returns true

Remediation

There is no fixed version for ip.

References

high severity

Server-side Request Forgery (SSRF)

  • Vulnerable module: ip
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 ip@1.1.9
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 bonjour@3.5.0 multicast-dns@6.2.3 dns-packet@1.3.4 ip@1.1.9

Overview

ip is a Node library.

Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the ip.isPublic() and ip.isPrivate() functions. An attacker can interact with internal network resources by supplying specially crafted IP address such as null route ("0") that is being incorrectly identified as public.

Note: This issue exists because of an incomplete fix for CVE-2024-29415.

Exploit is only possible if the application and operating system interpret connection attempts to 0 or 0.0.0.0 as connections to 127.0.0.1.

PoC

Test null route bypass:

node -e "const ip=require('ip'); console.log('0 bypass:', ip.isPublic('0'));" - returns true

Remediation

There is no fixed version for ip.

References

high severity

Excessive Platform Resource Consumption within a Loop

  • Vulnerable module: braces
  • Introduced through: babel-cli@6.26.0, webpack@4.47.0 and others

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 anymatch@1.3.2 micromatch@2.3.11 braces@1.8.5
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 micromatch@3.1.10 braces@2.3.2
    Remediation: Upgrade to webpack@5.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 braces@2.3.2
    Remediation: Upgrade to webpack-dev-server@4.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-cli@3.3.12 findup-sync@3.0.0 micromatch@3.1.10 braces@2.3.2
    Remediation: Upgrade to webpack-cli@4.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 http-proxy-middleware@0.19.1 micromatch@3.1.10 braces@2.3.2
    Remediation: Upgrade to webpack-dev-server@4.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 readdirp@2.2.1 micromatch@3.1.10 braces@2.3.2
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 braces@2.3.2
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 braces@2.3.2
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 braces@2.3.2
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 braces@2.3.2
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 braces@2.3.2

Overview

braces is a Bash-like brace expansion, implemented in JavaScript.

Affected versions of this package are vulnerable to Excessive Platform Resource Consumption within a Loop due improper limitation of the number of characters it can handle, through the parse function. An attacker can cause the application to allocate excessive memory and potentially crash by sending imbalanced braces as input.

PoC

const { braces } = require('micromatch');

console.log("Executing payloads...");

const maxRepeats = 10;

for (let repeats = 1; repeats <= maxRepeats; repeats += 1) {
  const payload = '{'.repeat(repeats*90000);

  console.log(`Testing with ${repeats} repeats...`);
  const startTime = Date.now();
  braces(payload);
  const endTime = Date.now();
  const executionTime = endTime - startTime;
  console.log(`Regex executed in ${executionTime / 1000}s.\n`);
} 

Remediation

Upgrade braces to version 3.0.3 or higher.

References

high severity

Prototype Pollution

  • Vulnerable module: loader-utils
  • Introduced through: ejs-loader@0.3.7 and html-webpack-plugin@3.2.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 ejs-loader@0.3.7 loader-utils@0.2.17
    Remediation: Upgrade to ejs-loader@0.4.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 html-webpack-plugin@3.2.0 loader-utils@0.2.17
    Remediation: Upgrade to html-webpack-plugin@4.0.0.

Overview

Affected versions of this package are vulnerable to Prototype Pollution in parseQuery function via the name variable in parseQuery.js. This pollutes the prototype of the object returned by parseQuery and not the global Object prototype (which is the commonly understood definition of Prototype Pollution). Therefore, the actual impact will depend on how applications utilize the returned object and how they filter unwanted keys.

Details

Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. JavaScript allows all Object attributes to be altered, including their magical attributes such as __proto__, constructor and prototype. An attacker manipulates these attributes to overwrite, or pollute, a JavaScript application object prototype of the base object by injecting other values. Properties on the Object.prototype are then inherited by all the JavaScript objects through the prototype chain. When that happens, this leads to either denial of service by triggering JavaScript exceptions, or it tampers with the application source code to force the code path that the attacker injects, thereby leading to remote code execution.

There are two main ways in which the pollution of prototypes occurs:

  • Unsafe Object recursive merge

  • Property definition by path

Unsafe Object recursive merge

The logic of a vulnerable recursive merge function follows the following high-level model:

merge (target, source)

  foreach property of source

    if property exists and is an object on both the target and the source

      merge(target[property], source[property])

    else

      target[property] = source[property]

When the source object contains a property named __proto__ defined with Object.defineProperty() , the condition that checks if the property exists and is an object on both the target and the source passes and the merge recurses with the target, being the prototype of Object and the source of Object as defined by the attacker. Properties are then copied on the Object prototype.

Clone operations are a special sub-class of unsafe recursive merges, which occur when a recursive merge is conducted on an empty object: merge({},source).

lodash and Hoek are examples of libraries susceptible to recursive merge attacks.

Property definition by path

There are a few JavaScript libraries that use an API to define property values on an object based on a given path. The function that is generally affected contains this signature: theFunction(object, path, value)

If the attacker can control the value of “path”, they can set this value to __proto__.myValue. myValue is then assigned to the prototype of the class of the object.

Types of attacks

There are a few methods by which Prototype Pollution can be manipulated:

Type Origin Short description
Denial of service (DoS) Client This is the most likely attack.
DoS occurs when Object holds generic functions that are implicitly called for various operations (for example, toString and valueOf).
The attacker pollutes Object.prototype.someattr and alters its state to an unexpected value such as Int or Object. In this case, the code fails and is likely to cause a denial of service.
For example: if an attacker pollutes Object.prototype.toString by defining it as an integer, if the codebase at any point was reliant on someobject.toString() it would fail.
Remote Code Execution Client Remote code execution is generally only possible in cases where the codebase evaluates a specific attribute of an object, and then executes that evaluation.
For example: eval(someobject.someattr). In this case, if the attacker pollutes Object.prototype.someattr they are likely to be able to leverage this in order to execute code.
Property Injection Client The attacker pollutes properties that the codebase relies on for their informative value, including security properties such as cookies or tokens.
For example: if a codebase checks privileges for someuser.isAdmin, then when the attacker pollutes Object.prototype.isAdmin and sets it to equal true, they can then achieve admin privileges.

Affected environments

The following environments are susceptible to a Prototype Pollution attack:

  • Application server

  • Web server

  • Web browser

How to prevent

  1. Freeze the prototype— use Object.freeze (Object.prototype).

  2. Require schema validation of JSON input.

  3. Avoid using unsafe recursive merge functions.

  4. Consider using objects without prototypes (for example, Object.create(null)), breaking the prototype chain and preventing pollution.

  5. As a best practice use Map instead of Object.

For more information on this vulnerability type:

Arteau, Oliver. “JavaScript prototype pollution attack in NodeJS application.” GitHub, 26 May 2018

Remediation

Upgrade loader-utils to version 1.4.1, 2.0.3 or higher.

References

high severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: mocha
  • Introduced through: mocha@6.2.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 mocha@6.2.3
    Remediation: Upgrade to mocha@10.1.0.

Overview

mocha is a javascript test framework for node.js & the browser.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) in the clean function in utils.js.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade mocha to version 10.1.0 or higher.

References

high severity

Prototype Pollution

  • Vulnerable module: unset-value
  • Introduced through: webpack@4.47.0, webpack-dev-server@3.11.3 and others

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 micromatch@3.1.10 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 micromatch@3.1.10 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 micromatch@3.1.10 extglob@2.0.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 micromatch@3.1.10 nanomatch@1.2.13 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-cli@3.3.12 findup-sync@3.0.0 micromatch@3.1.10 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 http-proxy-middleware@0.19.1 micromatch@3.1.10 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-cli@3.3.12 findup-sync@3.0.0 micromatch@3.1.10 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 http-proxy-middleware@0.19.1 micromatch@3.1.10 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 micromatch@3.1.10 extglob@2.0.4 expand-brackets@2.1.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-cli@3.3.12 findup-sync@3.0.0 micromatch@3.1.10 extglob@2.0.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 http-proxy-middleware@0.19.1 micromatch@3.1.10 extglob@2.0.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-cli@3.3.12 findup-sync@3.0.0 micromatch@3.1.10 nanomatch@1.2.13 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 http-proxy-middleware@0.19.1 micromatch@3.1.10 nanomatch@1.2.13 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 readdirp@2.2.1 micromatch@3.1.10 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 readdirp@2.2.1 micromatch@3.1.10 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-cli@3.3.12 findup-sync@3.0.0 micromatch@3.1.10 extglob@2.0.4 expand-brackets@2.1.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 http-proxy-middleware@0.19.1 micromatch@3.1.10 extglob@2.0.4 expand-brackets@2.1.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 readdirp@2.2.1 micromatch@3.1.10 extglob@2.0.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 extglob@2.0.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 extglob@2.0.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 readdirp@2.2.1 micromatch@3.1.10 nanomatch@1.2.13 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 nanomatch@1.2.13 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 nanomatch@1.2.13 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 readdirp@2.2.1 micromatch@3.1.10 extglob@2.0.4 expand-brackets@2.1.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 extglob@2.0.4 expand-brackets@2.1.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 extglob@2.0.4 expand-brackets@2.1.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 braces@2.3.2 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 extglob@2.0.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 extglob@2.0.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 nanomatch@1.2.13 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 nanomatch@1.2.13 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10 extglob@2.0.4 expand-brackets@2.1.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10 extglob@2.0.4 expand-brackets@2.1.4 snapdragon@0.8.2 base@0.11.2 cache-base@1.0.1 unset-value@1.0.0

Overview

Affected versions of this package are vulnerable to Prototype Pollution via the unset function in index.js, because it allows access to object prototype properties.

Details

Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. JavaScript allows all Object attributes to be altered, including their magical attributes such as __proto__, constructor and prototype. An attacker manipulates these attributes to overwrite, or pollute, a JavaScript application object prototype of the base object by injecting other values. Properties on the Object.prototype are then inherited by all the JavaScript objects through the prototype chain. When that happens, this leads to either denial of service by triggering JavaScript exceptions, or it tampers with the application source code to force the code path that the attacker injects, thereby leading to remote code execution.

There are two main ways in which the pollution of prototypes occurs:

  • Unsafe Object recursive merge

  • Property definition by path

Unsafe Object recursive merge

The logic of a vulnerable recursive merge function follows the following high-level model:

merge (target, source)

  foreach property of source

    if property exists and is an object on both the target and the source

      merge(target[property], source[property])

    else

      target[property] = source[property]

When the source object contains a property named __proto__ defined with Object.defineProperty() , the condition that checks if the property exists and is an object on both the target and the source passes and the merge recurses with the target, being the prototype of Object and the source of Object as defined by the attacker. Properties are then copied on the Object prototype.

Clone operations are a special sub-class of unsafe recursive merges, which occur when a recursive merge is conducted on an empty object: merge({},source).

lodash and Hoek are examples of libraries susceptible to recursive merge attacks.

Property definition by path

There are a few JavaScript libraries that use an API to define property values on an object based on a given path. The function that is generally affected contains this signature: theFunction(object, path, value)

If the attacker can control the value of “path”, they can set this value to __proto__.myValue. myValue is then assigned to the prototype of the class of the object.

Types of attacks

There are a few methods by which Prototype Pollution can be manipulated:

Type Origin Short description
Denial of service (DoS) Client This is the most likely attack.
DoS occurs when Object holds generic functions that are implicitly called for various operations (for example, toString and valueOf).
The attacker pollutes Object.prototype.someattr and alters its state to an unexpected value such as Int or Object. In this case, the code fails and is likely to cause a denial of service.
For example: if an attacker pollutes Object.prototype.toString by defining it as an integer, if the codebase at any point was reliant on someobject.toString() it would fail.
Remote Code Execution Client Remote code execution is generally only possible in cases where the codebase evaluates a specific attribute of an object, and then executes that evaluation.
For example: eval(someobject.someattr). In this case, if the attacker pollutes Object.prototype.someattr they are likely to be able to leverage this in order to execute code.
Property Injection Client The attacker pollutes properties that the codebase relies on for their informative value, including security properties such as cookies or tokens.
For example: if a codebase checks privileges for someuser.isAdmin, then when the attacker pollutes Object.prototype.isAdmin and sets it to equal true, they can then achieve admin privileges.

Affected environments

The following environments are susceptible to a Prototype Pollution attack:

  • Application server

  • Web server

  • Web browser

How to prevent

  1. Freeze the prototype— use Object.freeze (Object.prototype).

  2. Require schema validation of JSON input.

  3. Avoid using unsafe recursive merge functions.

  4. Consider using objects without prototypes (for example, Object.create(null)), breaking the prototype chain and preventing pollution.

  5. As a best practice use Map instead of Object.

For more information on this vulnerability type:

Arteau, Oliver. “JavaScript prototype pollution attack in NodeJS application.” GitHub, 26 May 2018

Remediation

Upgrade unset-value to version 2.0.1 or higher.

References

high severity

Path Traversal

  • Vulnerable module: webpack-dev-middleware
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 webpack-dev-middleware@3.7.3
    Remediation: Upgrade to webpack-dev-server@4.0.0.

Overview

Affected versions of this package are vulnerable to Path Traversal due to insufficient validation of the supplied URL address before returning the local file. This issue allows accessing any file on the developer's machine. The middleware can operate with either the physical filesystem or a virtualized in-memory memfs filesystem. When the writeToDisk configuration option is set to true, the physical filesystem is utilized. The getFilenameFromUrl method parses the URL and constructs the local file path by stripping the public path prefix from the URL and appending the unescaped path suffix to the outputPath. Since the URL is not unescaped and normalized automatically before calling the middleware, it is possible to use %2e and %2f sequences to perform a path traversal attack.

Notes:

  1. This vulnerability is exploitable without any specific configurations, allowing an attacker to access and exfiltrate content from any file on the developer's machine.

  2. If the development server is exposed on a public IP address or 0.0.0.0, an attacker on the local network can access the files without victim interaction.

  3. If the server permits access from third-party domains, a malicious link could lead to local file exfiltration when visited by the victim.

PoC

A blank project can be created containing the following configuration file webpack.config.js:

module.exports = { devServer: { devMiddleware: { writeToDisk: true } } };

When started, it is possible to access any local file, e.g. /etc/passwd:

$ curl localhost:8080/public/..%2f..%2f..%2f..%2f../etc/passwd

root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
sys:x:3:3:sys:/dev:/usr/sbin/nologin
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/usr/sbin/nologin

Remediation

Upgrade webpack-dev-middleware to version 5.3.4, 6.1.2, 7.1.0 or higher.

References

high severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: node-forge
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 selfsigned@1.10.14 node-forge@0.10.0
    Remediation: Upgrade to webpack-dev-server@4.7.3.

Overview

node-forge is a JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.

Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature due to RSA's PKCS#1 v1.5 signature verification code which does not check for tailing garbage bytes after decoding a DigestInfo ASN.1 structure. This can allow padding bytes to be removed and garbage data added to forge a signature when a low public exponent is being used.

Remediation

Upgrade node-forge to version 1.3.0 or higher.

References

high severity

Origin Validation Error

  • Vulnerable module: webpack-dev-server
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3
    Remediation: Upgrade to webpack-dev-server@5.2.1.

Overview

webpack-dev-server is an Uses webpack with a development server that provides live reloading. It should be used for development only.

Affected versions of this package are vulnerable to Origin Validation Error via theOrigin header, which allows IP address origins to connect to WebSocket in the checkHeader function. An attacker can obtain sensitive data when accessing a malicious website with a non-Chromium-based browser by exploiting the WebSocket connection.

Note: Chrome 94+ (and other Chromium-based browsers) users are unaffected by this vulnerability due to the non-HTTPS private access blocking feature.

Remediation

Upgrade webpack-dev-server to version 5.2.1 or higher.

References

medium severity

Server-Side Request Forgery (SSRF)

  • Vulnerable module: ip
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 ip@1.1.9
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 bonjour@3.5.0 multicast-dns@6.2.3 dns-packet@1.3.4 ip@1.1.9

Overview

ip is a Node library.

Affected versions of this package are vulnerable to Server-Side Request Forgery (SSRF) via the isPublic function, which identifies some private IP addresses as public addresses due to improper parsing of the input. An attacker can manipulate a system that uses isLoopback(), isPrivate() and isPublic functions to guard outgoing network requests to treat certain IP addresses as globally routable by supplying specially crafted IP addresses.

Note

This vulnerability derived from an incomplete fix for CVE-2023-42282

Remediation

There is no fixed version for ip.

References

medium severity

Server-side Request Forgery (SSRF)

  • Vulnerable module: request
  • Introduced through: coveralls@3.1.1 and mock-browser@0.92.14

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 coveralls@3.1.1 request@2.88.2
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 mock-browser@0.92.14 jsdom@9.12.0 request@2.88.2

Overview

request is a simplified http request client.

Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) due to insufficient checks in the lib/redirect.js file by allowing insecure redirects in the default configuration, via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP).

NOTE: request package has been deprecated, so a fix is not expected. See https://github.com/request/request/issues/3142.

Remediation

A fix was pushed into the master branch but not yet published.

References

medium severity

Prototype Pollution

  • Vulnerable module: tough-cookie
  • Introduced through: coveralls@3.1.1 and mock-browser@0.92.14

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 coveralls@3.1.1 request@2.88.2 tough-cookie@2.5.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 mock-browser@0.92.14 jsdom@9.12.0 tough-cookie@2.5.0
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 mock-browser@0.92.14 jsdom@9.12.0 request@2.88.2 tough-cookie@2.5.0

Overview

tough-cookie is a RFC6265 Cookies and CookieJar module for Node.js.

Affected versions of this package are vulnerable to Prototype Pollution due to improper handling of Cookies when using CookieJar in rejectPublicSuffixes=false mode. Due to an issue with the manner in which the objects are initialized, an attacker can expose or modify a limited amount of property information on those objects. There is no impact to availability.

PoC

// PoC.js
async function main(){
var tough = require("tough-cookie");
var cookiejar = new tough.CookieJar(undefined,{rejectPublicSuffixes:false});
// Exploit cookie
await cookiejar.setCookie(
  "Slonser=polluted; Domain=__proto__; Path=/notauth",
  "https://__proto__/admin"
);
// normal cookie
var cookie = await cookiejar.setCookie(
  "Auth=Lol; Domain=google.com; Path=/notauth",
  "https://google.com/"
);

//Exploit cookie
var a = {};
console.log(a["/notauth"]["Slonser"])
}
main();

Details

Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. JavaScript allows all Object attributes to be altered, including their magical attributes such as __proto__, constructor and prototype. An attacker manipulates these attributes to overwrite, or pollute, a JavaScript application object prototype of the base object by injecting other values. Properties on the Object.prototype are then inherited by all the JavaScript objects through the prototype chain. When that happens, this leads to either denial of service by triggering JavaScript exceptions, or it tampers with the application source code to force the code path that the attacker injects, thereby leading to remote code execution.

There are two main ways in which the pollution of prototypes occurs:

  • Unsafe Object recursive merge

  • Property definition by path

Unsafe Object recursive merge

The logic of a vulnerable recursive merge function follows the following high-level model:

merge (target, source)

  foreach property of source

    if property exists and is an object on both the target and the source

      merge(target[property], source[property])

    else

      target[property] = source[property]

When the source object contains a property named __proto__ defined with Object.defineProperty() , the condition that checks if the property exists and is an object on both the target and the source passes and the merge recurses with the target, being the prototype of Object and the source of Object as defined by the attacker. Properties are then copied on the Object prototype.

Clone operations are a special sub-class of unsafe recursive merges, which occur when a recursive merge is conducted on an empty object: merge({},source).

lodash and Hoek are examples of libraries susceptible to recursive merge attacks.

Property definition by path

There are a few JavaScript libraries that use an API to define property values on an object based on a given path. The function that is generally affected contains this signature: theFunction(object, path, value)

If the attacker can control the value of “path”, they can set this value to __proto__.myValue. myValue is then assigned to the prototype of the class of the object.

Types of attacks

There are a few methods by which Prototype Pollution can be manipulated:

Type Origin Short description
Denial of service (DoS) Client This is the most likely attack.
DoS occurs when Object holds generic functions that are implicitly called for various operations (for example, toString and valueOf).
The attacker pollutes Object.prototype.someattr and alters its state to an unexpected value such as Int or Object. In this case, the code fails and is likely to cause a denial of service.
For example: if an attacker pollutes Object.prototype.toString by defining it as an integer, if the codebase at any point was reliant on someobject.toString() it would fail.
Remote Code Execution Client Remote code execution is generally only possible in cases where the codebase evaluates a specific attribute of an object, and then executes that evaluation.
For example: eval(someobject.someattr). In this case, if the attacker pollutes Object.prototype.someattr they are likely to be able to leverage this in order to execute code.
Property Injection Client The attacker pollutes properties that the codebase relies on for their informative value, including security properties such as cookies or tokens.
For example: if a codebase checks privileges for someuser.isAdmin, then when the attacker pollutes Object.prototype.isAdmin and sets it to equal true, they can then achieve admin privileges.

Affected environments

The following environments are susceptible to a Prototype Pollution attack:

  • Application server

  • Web server

  • Web browser

How to prevent

  1. Freeze the prototype— use Object.freeze (Object.prototype).

  2. Require schema validation of JSON input.

  3. Avoid using unsafe recursive merge functions.

  4. Consider using objects without prototypes (for example, Object.create(null)), breaking the prototype chain and preventing pollution.

  5. As a best practice use Map instead of Object.

For more information on this vulnerability type:

Arteau, Oliver. “JavaScript prototype pollution attack in NodeJS application.” GitHub, 26 May 2018

Remediation

Upgrade tough-cookie to version 4.1.3 or higher.

References

medium severity

Prototype Pollution

  • Vulnerable module: json5
  • Introduced through: babel-cli@6.26.0, ejs-loader@0.3.7 and others

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 babel-core@6.26.3 json5@0.5.1
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 ejs-loader@0.3.7 loader-utils@0.2.17 json5@0.5.1
    Remediation: Upgrade to ejs-loader@0.4.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 html-webpack-plugin@3.2.0 loader-utils@0.2.17 json5@0.5.1
    Remediation: Upgrade to html-webpack-plugin@4.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 babel-register@6.26.0 babel-core@6.26.3 json5@0.5.1

Overview

Affected versions of this package are vulnerable to Prototype Pollution via the parse method , which does not restrict parsing of keys named __proto__, allowing specially crafted strings to pollute the prototype of the resulting object. This pollutes the prototype of the object returned by JSON5.parse and not the global Object prototype (which is the commonly understood definition of Prototype Pollution). Therefore, the actual impact will depend on how applications utilize the returned object and how they filter unwanted keys.

Details

Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. JavaScript allows all Object attributes to be altered, including their magical attributes such as __proto__, constructor and prototype. An attacker manipulates these attributes to overwrite, or pollute, a JavaScript application object prototype of the base object by injecting other values. Properties on the Object.prototype are then inherited by all the JavaScript objects through the prototype chain. When that happens, this leads to either denial of service by triggering JavaScript exceptions, or it tampers with the application source code to force the code path that the attacker injects, thereby leading to remote code execution.

There are two main ways in which the pollution of prototypes occurs:

  • Unsafe Object recursive merge

  • Property definition by path

Unsafe Object recursive merge

The logic of a vulnerable recursive merge function follows the following high-level model:

merge (target, source)

  foreach property of source

    if property exists and is an object on both the target and the source

      merge(target[property], source[property])

    else

      target[property] = source[property]

When the source object contains a property named __proto__ defined with Object.defineProperty() , the condition that checks if the property exists and is an object on both the target and the source passes and the merge recurses with the target, being the prototype of Object and the source of Object as defined by the attacker. Properties are then copied on the Object prototype.

Clone operations are a special sub-class of unsafe recursive merges, which occur when a recursive merge is conducted on an empty object: merge({},source).

lodash and Hoek are examples of libraries susceptible to recursive merge attacks.

Property definition by path

There are a few JavaScript libraries that use an API to define property values on an object based on a given path. The function that is generally affected contains this signature: theFunction(object, path, value)

If the attacker can control the value of “path”, they can set this value to __proto__.myValue. myValue is then assigned to the prototype of the class of the object.

Types of attacks

There are a few methods by which Prototype Pollution can be manipulated:

Type Origin Short description
Denial of service (DoS) Client This is the most likely attack.
DoS occurs when Object holds generic functions that are implicitly called for various operations (for example, toString and valueOf).
The attacker pollutes Object.prototype.someattr and alters its state to an unexpected value such as Int or Object. In this case, the code fails and is likely to cause a denial of service.
For example: if an attacker pollutes Object.prototype.toString by defining it as an integer, if the codebase at any point was reliant on someobject.toString() it would fail.
Remote Code Execution Client Remote code execution is generally only possible in cases where the codebase evaluates a specific attribute of an object, and then executes that evaluation.
For example: eval(someobject.someattr). In this case, if the attacker pollutes Object.prototype.someattr they are likely to be able to leverage this in order to execute code.
Property Injection Client The attacker pollutes properties that the codebase relies on for their informative value, including security properties such as cookies or tokens.
For example: if a codebase checks privileges for someuser.isAdmin, then when the attacker pollutes Object.prototype.isAdmin and sets it to equal true, they can then achieve admin privileges.

Affected environments

The following environments are susceptible to a Prototype Pollution attack:

  • Application server

  • Web server

  • Web browser

How to prevent

  1. Freeze the prototype— use Object.freeze (Object.prototype).

  2. Require schema validation of JSON input.

  3. Avoid using unsafe recursive merge functions.

  4. Consider using objects without prototypes (for example, Object.create(null)), breaking the prototype chain and preventing pollution.

  5. As a best practice use Map instead of Object.

For more information on this vulnerability type:

Arteau, Oliver. “JavaScript prototype pollution attack in NodeJS application.” GitHub, 26 May 2018

Remediation

Upgrade json5 to version 1.0.2, 2.2.2 or higher.

References

medium severity

Prototype Pollution

  • Vulnerable module: node-forge
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 selfsigned@1.10.14 node-forge@0.10.0
    Remediation: Upgrade to webpack-dev-server@4.7.3.

Overview

node-forge is a JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.

Affected versions of this package are vulnerable to Prototype Pollution via the forge.debug API if called with untrusted input.

Details

Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. JavaScript allows all Object attributes to be altered, including their magical attributes such as __proto__, constructor and prototype. An attacker manipulates these attributes to overwrite, or pollute, a JavaScript application object prototype of the base object by injecting other values. Properties on the Object.prototype are then inherited by all the JavaScript objects through the prototype chain. When that happens, this leads to either denial of service by triggering JavaScript exceptions, or it tampers with the application source code to force the code path that the attacker injects, thereby leading to remote code execution.

There are two main ways in which the pollution of prototypes occurs:

  • Unsafe Object recursive merge

  • Property definition by path

Unsafe Object recursive merge

The logic of a vulnerable recursive merge function follows the following high-level model:

merge (target, source)

  foreach property of source

    if property exists and is an object on both the target and the source

      merge(target[property], source[property])

    else

      target[property] = source[property]

When the source object contains a property named __proto__ defined with Object.defineProperty() , the condition that checks if the property exists and is an object on both the target and the source passes and the merge recurses with the target, being the prototype of Object and the source of Object as defined by the attacker. Properties are then copied on the Object prototype.

Clone operations are a special sub-class of unsafe recursive merges, which occur when a recursive merge is conducted on an empty object: merge({},source).

lodash and Hoek are examples of libraries susceptible to recursive merge attacks.

Property definition by path

There are a few JavaScript libraries that use an API to define property values on an object based on a given path. The function that is generally affected contains this signature: theFunction(object, path, value)

If the attacker can control the value of “path”, they can set this value to __proto__.myValue. myValue is then assigned to the prototype of the class of the object.

Types of attacks

There are a few methods by which Prototype Pollution can be manipulated:

Type Origin Short description
Denial of service (DoS) Client This is the most likely attack.
DoS occurs when Object holds generic functions that are implicitly called for various operations (for example, toString and valueOf).
The attacker pollutes Object.prototype.someattr and alters its state to an unexpected value such as Int or Object. In this case, the code fails and is likely to cause a denial of service.
For example: if an attacker pollutes Object.prototype.toString by defining it as an integer, if the codebase at any point was reliant on someobject.toString() it would fail.
Remote Code Execution Client Remote code execution is generally only possible in cases where the codebase evaluates a specific attribute of an object, and then executes that evaluation.
For example: eval(someobject.someattr). In this case, if the attacker pollutes Object.prototype.someattr they are likely to be able to leverage this in order to execute code.
Property Injection Client The attacker pollutes properties that the codebase relies on for their informative value, including security properties such as cookies or tokens.
For example: if a codebase checks privileges for someuser.isAdmin, then when the attacker pollutes Object.prototype.isAdmin and sets it to equal true, they can then achieve admin privileges.

Affected environments

The following environments are susceptible to a Prototype Pollution attack:

  • Application server

  • Web server

  • Web browser

How to prevent

  1. Freeze the prototype— use Object.freeze (Object.prototype).

  2. Require schema validation of JSON input.

  3. Avoid using unsafe recursive merge functions.

  4. Consider using objects without prototypes (for example, Object.create(null)), breaking the prototype chain and preventing pollution.

  5. As a best practice use Map instead of Object.

For more information on this vulnerability type:

Arteau, Oliver. “JavaScript prototype pollution attack in NodeJS application.” GitHub, 26 May 2018

Remediation

Upgrade node-forge to version 1.0.0 or higher.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: inflight
  • Introduced through: babel-cli@6.26.0, nyc@14.1.1 and others

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 nyc@14.1.1 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 mocha@6.2.3 glob@7.1.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 nyc@14.1.1 rimraf@2.7.1 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 nyc@14.1.1 test-exclude@5.2.3 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 clean-webpack-plugin@3.0.0 del@4.1.1 globby@6.1.0 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 del@4.1.1 globby@6.1.0 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 clean-webpack-plugin@3.0.0 del@4.1.1 rimraf@2.7.1 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 del@4.1.1 rimraf@2.7.1 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 nyc@14.1.1 istanbul-lib-source-maps@3.0.6 rimraf@2.7.1 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 nyc@14.1.1 spawn-wrap@1.4.3 rimraf@2.7.1 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 terser-webpack-plugin@1.4.6 cacache@12.0.4 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 terser-webpack-plugin@1.4.6 cacache@12.0.4 rimraf@2.7.1 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 terser-webpack-plugin@1.4.6 cacache@12.0.4 move-concurrently@1.0.1 rimraf@2.7.1 glob@7.2.3 inflight@1.0.6
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 terser-webpack-plugin@1.4.6 cacache@12.0.4 move-concurrently@1.0.1 copy-concurrently@1.0.5 rimraf@2.7.1 glob@7.2.3 inflight@1.0.6

Overview

Affected versions of this package are vulnerable to Missing Release of Resource after Effective Lifetime via the makeres function due to improperly deleting keys from the reqs object after execution of callbacks. This behavior causes the keys to remain in the reqs object, which leads to resource exhaustion.

Exploiting this vulnerability results in crashing the node process or in the application crash.

Note: This library is not maintained, and currently, there is no fix for this issue. To overcome this vulnerability, several dependent packages have eliminated the use of this library.

To trigger the memory leak, an attacker would need to have the ability to execute or influence the asynchronous operations that use the inflight module within the application. This typically requires access to the internal workings of the server or application, which is not commonly exposed to remote users. Therefore, “Attack vector” is marked as “Local”.

PoC

const inflight = require('inflight');

function testInflight() {
  let i = 0;
  function scheduleNext() {
    let key = `key-${i++}`;
    const callback = () => {
    };
    for (let j = 0; j < 1000000; j++) {
      inflight(key, callback);
    }

    setImmediate(scheduleNext);
  }


  if (i % 100 === 0) {
    console.log(process.memoryUsage());
  }

  scheduleNext();
}

testInflight();

Remediation

There is no fixed version for inflight.

References

medium severity

Cross-site Scripting (XSS)

  • Vulnerable module: serialize-javascript
  • Introduced through: webpack@4.47.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 terser-webpack-plugin@1.4.6 serialize-javascript@4.0.0
    Remediation: Upgrade to webpack@5.1.1.

Overview

serialize-javascript is a package to serialize JavaScript to a superset of JSON that includes regular expressions and functions.

Affected versions of this package are vulnerable to Cross-site Scripting (XSS) due to unsanitized URLs. An Attacker can introduce unsafe HTML characters through non-http URLs.

PoC

const serialize = require('serialize-javascript');

let x = serialize({
    x: new URL("x:</script>")
});

console.log(x)

Details

Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.

This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.

Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.

Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, < can be coded as &lt; and > can be coded as &gt; in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses < and > as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.

The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.

Types of attacks

There are a few methods by which XSS can be manipulated:

Type Origin Description
Stored Server The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link.
Reflected Server The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser.
DOM-based Client The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data.
Mutated The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters.

Affected environments

The following environments are susceptible to an XSS attack:

  • Web servers
  • Application servers
  • Web application environments

How to prevent

This section describes the top best practices designed to specifically protect your code:

  • Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
  • Convert special characters such as ?, &, /, <, > and spaces to their respective HTML or URL encoded equivalents.
  • Give users the option to disable client-side scripts.
  • Redirect invalid requests.
  • Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
  • Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
  • Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.

Remediation

Upgrade serialize-javascript to version 6.0.2 or higher.

References

medium severity

Exposed Dangerous Method or Function

  • Vulnerable module: webpack-dev-server
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3
    Remediation: Upgrade to webpack-dev-server@5.2.1.

Overview

webpack-dev-server is an Uses webpack with a development server that provides live reloading. It should be used for development only.

Affected versions of this package are vulnerable to Exposed Dangerous Method or Function via the __webpack_modules__ object. An attacker can extract sensitive source code by injecting a malicious script into their site that utilizes Function::toString to access and serialize the functions stored within __webpack_modules__.

Note: This is only exploitable if the attacker knows both the specific port and the output entrypoint script path.

Remediation

Upgrade webpack-dev-server to version 5.2.1 or higher.

References

medium severity

Cross-site Scripting (XSS)

  • Vulnerable module: webpack
  • Introduced through: webpack@4.47.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0
    Remediation: Upgrade to webpack@5.94.0.

Overview

Affected versions of this package are vulnerable to Cross-site Scripting (XSS) via DOM clobbering in the AutoPublicPathRuntimeModule class. Non-script HTML elements with unsanitized attributes such as name and id can be leveraged to execute code in the victim's browser. An attacker who can control such elements on a page that includes Webpack-generated files, can cause subsequent scripts to be loaded from a malicious domain.

PoC

<!DOCTYPE html>
<html>
<head>
  <title>Webpack Example</title>
  <!-- Attacker-controlled Script-less HTML Element starts--!>
  <img name="currentScript" src="https://attacker.controlled.server/"></img>
  <!-- Attacker-controlled Script-less HTML Element ends--!>
</head>
<script src="./dist/webpack-gadgets.bundle.js"></script>
<body>
</body>
</html>

Details

Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.

This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.

Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.

Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, < can be coded as &lt; and > can be coded as &gt; in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses < and > as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.

The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.

Types of attacks

There are a few methods by which XSS can be manipulated:

Type Origin Description
Stored Server The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link.
Reflected Server The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser.
DOM-based Client The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data.
Mutated The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters.

Affected environments

The following environments are susceptible to an XSS attack:

  • Web servers
  • Application servers
  • Web application environments

How to prevent

This section describes the top best practices designed to specifically protect your code:

  • Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
  • Convert special characters such as ?, &, /, <, > and spaces to their respective HTML or URL encoded equivalents.
  • Give users the option to disable client-side scripts.
  • Redirect invalid requests.
  • Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
  • Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
  • Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.

Remediation

Upgrade webpack to version 5.94.0 or higher.

References

medium severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: node-forge
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 selfsigned@1.10.14 node-forge@0.10.0
    Remediation: Upgrade to webpack-dev-server@4.7.3.

Overview

node-forge is a JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.

Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature due to RSA's PKCS#1 v1.5 signature verification code which does not properly check DigestInfo for a proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.

Remediation

Upgrade node-forge to version 1.3.0 or higher.

References

medium severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: node-forge
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 selfsigned@1.10.14 node-forge@0.10.0
    Remediation: Upgrade to webpack-dev-server@4.7.3.

Overview

node-forge is a JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.

Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature due to RSAs PKCS#1` v1.5 signature verification code which is lenient in checking the digest algorithm structure. This can allow a crafted structure that steals padding bytes and uses unchecked portion of the PKCS#1 encoded message to forge a signature when a low public exponent is being used.

Remediation

Upgrade node-forge to version 1.3.0 or higher.

References

medium severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: content-type-parser
  • Introduced through: mock-browser@0.92.14

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 mock-browser@0.92.14 jsdom@9.12.0 content-type-parser@1.0.2

Overview

content-type-parser is a Parse the value of the Content-Type header. content-type-parser package has been replaced by whatwg-mimetype.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS). It used a regular expression (/^(.*?)\/(.*?)([\t ]*;.*)?$/) in order to parse user agents. This can cause a very moderate impact of about 4 seconds matching time for data 30k characters long.

Note: content-type-parser has been replaced by the whatwg-mimetype package and the fix for this vulnerability can be found within whatwg-mimetype.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

There is no fixed version for content-type-parser.

References

medium severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: glob-parent
  • Introduced through: webpack-dev-server@3.11.3 and webpack@4.47.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 glob-parent@3.1.0
    Remediation: Upgrade to webpack-dev-server@4.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 glob-parent@3.1.0

Overview

glob-parent is a package that helps extracting the non-magic parent path from a glob string.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS). The enclosure regex used to check for strings ending in enclosure containing path separator.

PoC by Yeting Li

var globParent = require("glob-parent")
function build_attack(n) {
var ret = "{"
for (var i = 0; i < n; i++) {
ret += "/"
}

return ret;
}

globParent(build_attack(5000));

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade glob-parent to version 5.1.2 or higher.

References

medium severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: html-minifier
  • Introduced through: html-webpack-plugin@3.2.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 html-webpack-plugin@3.2.0 html-minifier@3.5.21

Overview

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) through the value parameter of the minify function. This vulnerability derives from the usage of insecure regular expression in reCustomIgnore.

PoC

  const { minify } = require('html-minifier');

const testReDoS = (repeatCount) => {
    const input = '\t'.repeat(repeatCount) + '.\t1x';

    const startTime = performance.now();

    try {
        minify(input);
    } catch (e) {
        console.error('Error during minification:', e);
    }

    const endTime = performance.now();
    console.log(`Input length: ${repeatCount} - Processing time: ${endTime - startTime} ms`);
};


for (let i = 5000; i <= 60000; i += 5000) {
    testReDoS(i);
}

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

There is no fixed version for html-minifier.

References

medium severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: loader-utils
  • Introduced through: ejs-loader@0.3.7 and html-webpack-plugin@3.2.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 ejs-loader@0.3.7 loader-utils@0.2.17
    Remediation: Upgrade to ejs-loader@0.4.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 html-webpack-plugin@3.2.0 loader-utils@0.2.17
    Remediation: Upgrade to html-webpack-plugin@4.0.0.

Overview

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via the resourcePath variable in interpolateName.js.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade loader-utils to version 1.4.2, 2.0.4, 3.2.1 or higher.

References

medium severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: loader-utils
  • Introduced through: ejs-loader@0.3.7 and html-webpack-plugin@3.2.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 ejs-loader@0.3.7 loader-utils@0.2.17
    Remediation: Upgrade to ejs-loader@0.4.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 html-webpack-plugin@3.2.0 loader-utils@0.2.17
    Remediation: Upgrade to html-webpack-plugin@4.0.0.

Overview

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) in interpolateName function via the URL variable.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade loader-utils to version 1.4.2, 2.0.4, 3.2.1 or higher.

References

medium severity

Inefficient Regular Expression Complexity

  • Vulnerable module: micromatch
  • Introduced through: babel-cli@6.26.0, webpack@4.47.0 and others

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 anymatch@1.3.2 micromatch@2.3.11
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 micromatch@3.1.10
    Remediation: Upgrade to webpack@5.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-cli@3.3.12 findup-sync@3.0.0 micromatch@3.1.10
    Remediation: Upgrade to webpack-cli@4.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 http-proxy-middleware@0.19.1 micromatch@3.1.10
    Remediation: Upgrade to webpack-dev-server@4.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 readdirp@2.2.1 micromatch@3.1.10
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 readdirp@2.2.1 micromatch@3.1.10
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack@4.47.0 watchpack@1.7.5 watchpack-chokidar2@2.0.1 chokidar@2.1.8 anymatch@2.0.0 micromatch@3.1.10

Overview

Affected versions of this package are vulnerable to Inefficient Regular Expression Complexity due to the use of unsafe pattern configurations that allow greedy matching through the micromatch.braces() function. An attacker can cause the application to hang or slow down by passing a malicious payload that triggers extensive backtracking in regular expression processing.

Remediation

Upgrade micromatch to version 4.0.8 or higher.

References

medium severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: minimatch
  • Introduced through: mocha@6.2.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 mocha@6.2.3 minimatch@3.0.4
    Remediation: Upgrade to mocha@9.2.2.

Overview

minimatch is a minimal matching utility.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via the braceExpand function in minimatch.js.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade minimatch to version 3.0.5 or higher.

References

medium severity

Open Redirect

  • Vulnerable module: node-forge
  • Introduced through: webpack-dev-server@3.11.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 webpack-dev-server@3.11.3 selfsigned@1.10.14 node-forge@0.10.0
    Remediation: Upgrade to webpack-dev-server@4.7.3.

Overview

node-forge is a JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.

Affected versions of this package are vulnerable to Open Redirect via parseUrl function when it mishandles certain uses of backslash such as https:/\/\/\ and interprets the URI as a relative path.

PoC:


// poc.js
var forge = require("node-forge");
var url = forge.util.parseUrl("https:/\/\/\www.github.com/foo/bar");
console.log(url);

// Output of node poc.js:

{
  full: 'https://',
  scheme: 'https',
  host: '',
  port: 443,
  path: '/www.github.com/foo/bar',                        <<<---- path  should be "/foo/bar"
  fullHost: ''
}

Remediation

Upgrade node-forge to version 1.0.0 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: postcss
  • Introduced through: css-loader@3.6.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 css-loader@3.6.0 postcss@7.0.39
    Remediation: Upgrade to css-loader@5.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 css-loader@3.6.0 icss-utils@4.1.1 postcss@7.0.39
    Remediation: Upgrade to css-loader@5.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 css-loader@3.6.0 postcss-modules-extract-imports@2.0.0 postcss@7.0.39
    Remediation: Upgrade to css-loader@5.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 css-loader@3.6.0 postcss-modules-local-by-default@3.0.3 postcss@7.0.39
    Remediation: Upgrade to css-loader@5.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 css-loader@3.6.0 postcss-modules-scope@2.2.0 postcss@7.0.39
    Remediation: Upgrade to css-loader@5.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 css-loader@3.6.0 postcss-modules-values@3.0.0 postcss@7.0.39
    Remediation: Upgrade to css-loader@5.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 css-loader@3.6.0 postcss-modules-local-by-default@3.0.3 icss-utils@4.1.1 postcss@7.0.39
    Remediation: Upgrade to css-loader@5.0.0.
  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 css-loader@3.6.0 postcss-modules-values@3.0.0 icss-utils@4.1.1 postcss@7.0.39
    Remediation: Upgrade to css-loader@5.0.0.

Overview

postcss is a PostCSS is a tool for transforming styles with JS plugins.

Affected versions of this package are vulnerable to Improper Input Validation when parsing external Cascading Style Sheets (CSS) with linters using PostCSS. An attacker can cause discrepancies by injecting malicious CSS rules, such as @font-face{ font:(\r/*);}. This vulnerability is because of an insecure regular expression usage in the RE_BAD_BRACKET variable.

Remediation

Upgrade postcss to version 8.4.31 or higher.

References

medium severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: uglify-js
  • Introduced through: html-webpack-plugin@3.2.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 html-webpack-plugin@3.2.0 html-minifier@3.5.21 uglify-js@3.4.10
    Remediation: Upgrade to html-webpack-plugin@4.0.0.

Overview

uglify-js is a JavaScript parser, minifier, compressor and beautifier toolkit.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via the string_template and the decode_template functions.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade uglify-js to version 3.14.3 or higher.

References

medium severity

Reverse Tabnabbing

  • Vulnerable module: istanbul-reports
  • Introduced through: nyc@14.1.1

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 nyc@14.1.1 istanbul-reports@2.2.7
    Remediation: Upgrade to nyc@15.0.0.

Overview

Affected versions of this package are vulnerable to Reverse Tabnabbing because of no rel attribute in the link to https://istanbul.js.org/.

Remediation

Upgrade istanbul-reports to version 3.1.3 or higher.

References

low severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: braces
  • Introduced through: babel-cli@6.26.0

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 babel-cli@6.26.0 chokidar@1.7.0 anymatch@1.3.2 micromatch@2.3.11 braces@1.8.5

Overview

braces is a Bash-like brace expansion, implemented in JavaScript.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS). It used a regular expression (^\{(,+(?:(\{,+\})*),*|,*(?:(\{,+\})*),+)\}) in order to detects empty braces. This can cause an impact of about 10 seconds matching time for data 50K characters long.

Disclosure Timeline

  • Feb 15th, 2018 - Initial Disclosure to package owner
  • Feb 16th, 2018 - Initial Response from package owner
  • Feb 18th, 2018 - Fix issued
  • Feb 19th, 2018 - Vulnerability published

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade braces to version 2.3.1 or higher.

References

low severity

Regular Expression Denial of Service (ReDoS)

  • Vulnerable module: debug
  • Introduced through: mocha@6.2.3

Detailed paths

  • Introduced through: @theidentityselector/thiss-jquery-plugin@TheIdentitySelector/thiss-jquery-plugin#3c3b53bf87ce50293d86e8fa022c2ad1fd19a415 mocha@6.2.3 debug@3.2.6
    Remediation: Upgrade to mocha@8.3.0.

Overview

debug is a small debugging utility.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) in the function useColors via manipulation of the str argument. The vulnerability can cause a very low impact of about 2 seconds of matching time for data 50k characters long.

Note: CVE-2017-20165 is a duplicate of this vulnerability.

PoC

Use the following regex in the %o formatter.

/\s*\n\s*/

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade debug to version 2.6.9, 3.1.0, 3.2.7, 4.3.1 or higher.

References