@times-components/interactive-wrapper@0.4.46
Vulnerabilities |
12 via 126 paths |
---|---|
Dependencies |
691 |
Source |
npm |
Find, fix and prevent vulnerabilities in your code.
high severity
- Vulnerable module: logkitty
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1
Overview
logkitty is a Display pretty Android and iOS logs without Android Studio or Console.app, with intuitive Command Line Interface.
Affected versions of this package are vulnerable to Remote Code Execution (RCE). The issue occurs because user input is formatted inside a command that will be executed without any sanitization.
PoC
logkitty android app 'test; touch HACKED'
Remediation
Upgrade logkitty
to version 0.7.1 or higher.
References
high severity
- Vulnerable module: react-native-webview
- Introduced through: react-native-webview@7.0.5
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › react-native-webview@7.0.5Remediation: Upgrade to react-native-webview@11.0.0.
Overview
react-native-webview is a React Native WebView component for iOS, Android, macOS, and Windows
Affected versions of this package are vulnerable to Cross-site Scripting (XSS). A universal cross-site scripting (UXSS) vulnerability has been identified in the Android WebView system component, which allows cross-origin iframes to execute arbitrary JavaScript in the top-level document. This vulnerability affects React Native apps which use a react-native-webview that allows navigation to arbitrary URLs, and when that app runs on systems with an Android WebView version prior to 83.0.4103.106.
Details
A cross-site scripting attack occurs when the attacker tricks a legitimate web-based application or site to accept a request as originating from a trusted source.
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 <
; and >
can be coded as >
; 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 react-native-webview
to version 11.0.0 or higher.
References
medium severity
- Vulnerable module: hermes-engine
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
Overview
hermes-engine is an A JavaScript engine optimized for running React Native on Android
Affected versions of this package are vulnerable to Cross-site Scripting (XSS). A logic vulnerability when handling the SaveGeneratorLong
instruction allows attackers to potentially read out of bounds or theoretically execute arbitrary code via crafted JavaScript. Note that this is only exploitable if the application using Hermes permits evaluation of untrusted JavaScript. Hence, most React Native applications are not affected.
Details
A cross-site scripting attack occurs when the attacker tricks a legitimate web-based application or site to accept a request as originating from a trusted source.
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 <
; and >
can be coded as >
; 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 hermes-engine
to version 0.7.2 or higher.
References
medium severity
- Vulnerable module: hermes-engine
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
Overview
hermes-engine is an A JavaScript engine optimized for running React Native on Android
Affected versions of this package are vulnerable to Denial of Service (DoS). An Integer signedness error in the JavaScript Interpreter allows attackers to cause a denial of service attack or a potential RCE via crafted JavaScript. Note that this is only exploitable if the application using Hermes permits evaluation of untrusted JavaScript. Hence, most React Native applications are not affected.
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 hermes-engine
to version 0.7.0 or higher.
References
medium severity
- Vulnerable module: hermes-engine
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
Overview
hermes-engine is an A JavaScript engine optimized for running React Native on Android
Affected versions of this package are vulnerable to Denial of Service (DoS). An Integer signedness error in the JavaScript Interpreter allows attackers to cause a denial of service attack or a potential RCE via crafted JavaScript. Note that this is only exploitable if the application using Hermes permits evaluation of untrusted JavaScript. Hence, most React Native applications are not affected.
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 hermes-engine
to version 0.7.0 or higher.
References
medium severity
- Vulnerable module: hermes-engine
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
Overview
hermes-engine is an A JavaScript engine optimized for running React Native on Android
Affected versions of this package are vulnerable to Out-of-Bounds. An out-of-bounds read/write vulnerability when executing lazily compiled inner generator functions allows attackers to potentially execute arbitrary code via crafted JavaScript. Note that this is only exploitable if the application using Hermes permits evaluation of untrusted JavaScript. Hence, most React Native applications are not affected.
Remediation
Upgrade hermes-engine
to version 0.7.0 or higher.
References
medium severity
- Vulnerable module: hermes-engine
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › hermes-engine@0.2.1
Overview
hermes-engine is an A JavaScript engine optimized for running React Native on Android
Affected versions of this package are vulnerable to Prototype Pollution via HostObject
computed 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
How to prevent
- Freeze the prototype— use
Object.freeze (Object.prototype)
. - Require schema validation of JSON input.
- Avoid using unsafe recursive merge functions.
- Consider using objects without prototypes (for example,
Object.create(null)
), breaking the prototype chain and preventing pollution. - As a best practice use
Map
instead ofObject
.
For more information on this vulnerability type:
Arteau, Oliver. “JavaScript prototype pollution attack in NodeJS application.” GitHub, 26 May 2018
Remediation
Upgrade hermes-engine
to version 0.7.0 or higher.
References
medium severity
- Vulnerable module: mem
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › os-locale@2.1.0 › mem@1.1.0
Overview
mem is an optimization used to speed up consecutive function calls by caching the result of calls with identical input.
Affected versions of this package are vulnerable to Denial of Service (DoS). Old results were deleted from the cache and could cause a memory leak.
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 mem to version 4.0.0 or higher.
References
medium severity
- Vulnerable module: minimist
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › @times-components/schema@0.6.23 › mkdirp@0.5.1 › minimist@0.0.8
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › @times-components/schema@0.6.23 › mkdirp@0.5.1 › minimist@0.0.8
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › @times-components/schema@0.6.23 › mkdirp@0.5.1 › minimist@0.0.8
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › @times-components/schema@0.6.23 › mkdirp@0.5.1 › minimist@0.0.8
Overview
minimist is a parse argument options module.
Affected versions of this package are vulnerable to Prototype Pollution. The library could be tricked into adding or modifying properties of Object.prototype
using a constructor
or __proto__
payload.
PoC by Snyk
require('minimist')('--__proto__.injected0 value0'.split(' '));
console.log(({}).injected0 === 'value0'); // true
require('minimist')('--constructor.prototype.injected1 value1'.split(' '));
console.log(({}).injected1 === 'value1'); // true
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
How to prevent
- Freeze the prototype— use
Object.freeze (Object.prototype)
. - Require schema validation of JSON input.
- Avoid using unsafe recursive merge functions.
- Consider using objects without prototypes (for example,
Object.create(null)
), breaking the prototype chain and preventing pollution. - As a best practice use
Map
instead ofObject
.
For more information on this vulnerability type:
Arteau, Oliver. “JavaScript prototype pollution attack in NodeJS application.” GitHub, 26 May 2018
Remediation
Upgrade minimist
to version 0.2.1, 1.2.3 or higher.
References
medium severity
- Vulnerable module: node-fetch
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › @times-components/schema@0.6.23 › node-fetch@2.2.0Remediation: Upgrade to @times-components/interactive-wrapper@0.8.5.
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › @times-components/schema@0.6.23 › node-fetch@2.2.0Remediation: Upgrade to @times-components/interactive-wrapper@0.8.5.
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › @times-components/schema@0.6.23 › node-fetch@2.2.0Remediation: Upgrade to @times-components/interactive-wrapper@0.8.5.
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › @times-components/schema@0.6.23 › node-fetch@2.2.0Remediation: Upgrade to @times-components/interactive-wrapper@0.8.5.
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › fbjs@1.0.0 › isomorphic-fetch@2.2.1 › node-fetch@1.7.3
Overview
node-fetch is an A light-weight module that brings window.fetch to node.js
Affected versions of this package are vulnerable to Denial of Service. Node Fetch did not honor the size
option after following a redirect, which means that when a content size was over the limit, a FetchError would never get thrown and the process would end without failure.
Remediation
Upgrade node-fetch
to version 2.6.1, 3.0.0-beta.9 or higher.
References
medium severity
- Vulnerable module: url-parse
- Introduced through: @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › url-parse@1.4.7
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › url-parse@1.4.7
Overview
url-parse is a Small footprint URL parser that works seamlessly across Node.js and browser environments.
Affected versions of this package are vulnerable to Improper Input Validation. It mishandles certain uses of backslash such as http:\/
and interprets the URI as a relative path.
Remediation
Upgrade url-parse
to version 1.5.0 or higher.
References
medium severity
- Vulnerable module: yargs-parser
- Introduced through: @times-components/utils@6.3.7 and @times-components/image@6.7.18
Detailed paths
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli@3.2.1 › metro@0.56.4 › metro-config@0.56.4 › metro@0.56.4 › metro-inspector-proxy@0.56.4 › yargs@9.0.1 › yargs-parser@7.0.0
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1 › yargs@12.0.5 › yargs-parser@11.1.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1 › yargs@12.0.5 › yargs-parser@11.1.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1 › yargs@12.0.5 › yargs-parser@11.1.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive@0.6.8 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1 › yargs@12.0.5 › yargs-parser@11.1.1
-
Introduced through: @times-components/interactive-wrapper@0.4.46 › @times-components/image@6.7.18 › @times-components/responsive-image@0.6.5 › @times-components/utils@6.3.7 › react-native@0.61.1 › @react-native-community/cli-platform-android@3.1.4 › logkitty@0.6.1 › yargs@12.0.5 › yargs-parser@11.1.1
Overview
yargs-parser is a mighty option parser used by yargs.
Affected versions of this package are vulnerable to Prototype Pollution. The library could be tricked into adding or modifying properties of Object.prototype
using a __proto__
payload.
Our research team checked several attack vectors to verify this vulnerability:
- It could be used for privilege escalation.
- The library could be used to parse user input received from different sources:
- terminal emulators
- system calls from other code bases
- CLI RPC servers
PoC by Snyk
const parser = require("yargs-parser");
console.log(parser('--foo.__proto__.bar baz'));
console.log(({}).bar);
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
How to prevent
- Freeze the prototype— use
Object.freeze (Object.prototype)
. - Require schema validation of JSON input.
- Avoid using unsafe recursive merge functions.
- Consider using objects without prototypes (for example,
Object.create(null)
), breaking the prototype chain and preventing pollution. - As a best practice use
Map
instead ofObject
.
For more information on this vulnerability type:
Arteau, Oliver. “JavaScript prototype pollution attack in NodeJS application.” GitHub, 26 May 2018
Remediation
Upgrade yargs-parser
to version 5.0.0-security.0, 13.1.2, 15.0.1, 18.1.1 or higher.