Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsdom-9.12.0.tgz: 7 vulnerabilities (highest severity is: 9.8) - autoclosed #12

Closed
mend-for-github-com bot opened this issue Mar 17, 2022 · 11 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-github-com
Copy link

mend-for-github-com bot commented Mar 17, 2022

Vulnerable Library - jsdom-9.12.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/qs/package.json

Found in HEAD commit: eb47eeefc02a252a76628fec10a3c26aacb34024

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (jsdom version) Remediation Possible**
CVE-2021-3918 Critical 9.8 json-schema-0.2.3.tgz Transitive 10.0.0
CVE-2018-1000620 Critical 9.8 cryptiles-2.0.5.tgz Transitive 10.0.0
CVE-2022-24999 High 7.5 qs-6.4.0.tgz Transitive 10.0.0
CVE-2020-15366 Medium 5.6 ajv-4.11.8.tgz Transitive 10.0.0
CVE-2018-3728 Medium 5.5 hoek-2.16.3.tgz Transitive 10.0.0
WS-2017-3757 Medium 5.3 content-type-parser-1.0.1.tgz Transitive N/A*
WS-2018-0589 Low 3.7 nwmatcher-1.4.1.tgz Transitive 10.0.0

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2021-3918

Vulnerable Library - json-schema-0.2.3.tgz

JSON Schema validation and specifications

Library home page: https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/json-schema/package.json

Dependency Hierarchy:

  • jsdom-9.12.0.tgz (Root Library)
    • request-2.81.0.tgz
      • http-signature-1.1.1.tgz
        • jsprim-1.4.0.tgz
          • json-schema-0.2.3.tgz (Vulnerable Library)

Found in HEAD commit: eb47eeefc02a252a76628fec10a3c26aacb34024

Found in base branch: master

Vulnerability Details

json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

Publish Date: 2021-11-13

URL: CVE-2021-3918

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2021-3918

Release Date: 2021-11-13

Fix Resolution (json-schema): 0.4.0

Direct dependency fix Resolution (jsdom): 10.0.0

In order to enable automatic remediation, please create workflow rules

CVE-2018-1000620

Vulnerable Library - cryptiles-2.0.5.tgz

General purpose crypto utilities

Library home page: https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/cryptiles/package.json

Dependency Hierarchy:

  • jsdom-9.12.0.tgz (Root Library)
    • request-2.81.0.tgz
      • hawk-3.1.3.tgz
        • cryptiles-2.0.5.tgz (Vulnerable Library)

Found in HEAD commit: eb47eeefc02a252a76628fec10a3c26aacb34024

Found in base branch: master

Vulnerability Details

Eran Hammer cryptiles version 4.1.1 earlier contains a CWE-331: Insufficient Entropy vulnerability in randomDigits() method that can result in An attacker is more likely to be able to brute force something that was supposed to be random.. This attack appear to be exploitable via Depends upon the calling application.. This vulnerability appears to have been fixed in 4.1.2.

Publish Date: 2018-07-09

URL: CVE-2018-1000620

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-1000620

Release Date: 2018-07-09

Fix Resolution (cryptiles): 4.1.2

Direct dependency fix Resolution (jsdom): 10.0.0

In order to enable automatic remediation, please create workflow rules

CVE-2022-24999

Vulnerable Library - qs-6.4.0.tgz

A querystring parser that supports nesting and arrays, with a depth limit

Library home page: https://registry.npmjs.org/qs/-/qs-6.4.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/qs/package.json

Dependency Hierarchy:

  • jsdom-9.12.0.tgz (Root Library)
    • request-2.81.0.tgz
      • qs-6.4.0.tgz (Vulnerable Library)

Found in HEAD commit: eb47eeefc02a252a76628fec10a3c26aacb34024

Found in base branch: master

Vulnerability Details

qs before 6.10.3, as used in Express before 4.17.3 and other products, allows attackers to cause a Node process hang for an Express application because an __ proto__ key can be used. In many typical Express use cases, an unauthenticated remote attacker can place the attack payload in the query string of the URL that is used to visit the application, such as a[proto]=b&a[proto]&a[length]=100000000. The fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4 (and therefore Express 4.17.3, which has "deps: [email protected]" in its release description, is not vulnerable).

Publish Date: 2022-11-26

URL: CVE-2022-24999

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2022-24999

Release Date: 2022-11-26

Fix Resolution (qs): 6.4.1

Direct dependency fix Resolution (jsdom): 10.0.0

In order to enable automatic remediation, please create workflow rules

CVE-2020-15366

Vulnerable Library - ajv-4.11.8.tgz

Another JSON Schema Validator

Library home page: https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/ajv/package.json

Dependency Hierarchy:

  • jsdom-9.12.0.tgz (Root Library)
    • request-2.81.0.tgz
      • har-validator-4.2.1.tgz
        • ajv-4.11.8.tgz (Vulnerable Library)

Found in HEAD commit: eb47eeefc02a252a76628fec10a3c26aacb34024

Found in base branch: master

Vulnerability Details

An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)

Publish Date: 2020-07-15

URL: CVE-2020-15366

CVSS 3 Score Details (5.6)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2020-07-15

Fix Resolution (ajv): 6.12.3

Direct dependency fix Resolution (jsdom): 10.0.0

In order to enable automatic remediation, please create workflow rules

CVE-2018-3728

Vulnerable Library - hoek-2.16.3.tgz

General purpose node utilities

Library home page: https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/hoek/package.json

Dependency Hierarchy:

  • jsdom-9.12.0.tgz (Root Library)
    • request-2.81.0.tgz
      • hawk-3.1.3.tgz
        • hoek-2.16.3.tgz (Vulnerable Library)

Found in HEAD commit: eb47eeefc02a252a76628fec10a3c26aacb34024

Found in base branch: master

Vulnerability Details

hoek node module before 4.2.0 and 5.0.x before 5.0.3 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via 'merge' and 'applyToDefaults' functions, which allows a malicious user to modify the prototype of "Object" via proto, causing the addition or modification of an existing property that will exist on all objects.

Publish Date: 2018-03-30

URL: CVE-2018-3728

CVSS 3 Score Details (5.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16082

Release Date: 2018-03-30

Fix Resolution (hoek): 4.2.0

Direct dependency fix Resolution (jsdom): 10.0.0

In order to enable automatic remediation, please create workflow rules

WS-2017-3757

Vulnerable Library - content-type-parser-1.0.1.tgz

Parse the value of the Content-Type header

Library home page: https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/content-type-parser/package.json

Dependency Hierarchy:

  • jsdom-9.12.0.tgz (Root Library)
    • content-type-parser-1.0.1.tgz (Vulnerable Library)

Found in HEAD commit: eb47eeefc02a252a76628fec10a3c26aacb34024

Found in base branch: master

Vulnerability Details

all versions prior to 2.0.0 of content-type-parser npm package are vulnerable to ReDoS via the user agent parser. the vulnerability was fixed by reintroducing a new parser and deleting the old one.

Publish Date: 2017-12-10

URL: WS-2017-3757

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2017-12-10

Fix Resolution: v2.0.0

WS-2018-0589

Vulnerable Library - nwmatcher-1.4.1.tgz

A CSS3-compliant JavaScript selector engine.

Library home page: https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.4.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/nwmatcher/package.json

Dependency Hierarchy:

  • jsdom-9.12.0.tgz (Root Library)
    • nwmatcher-1.4.1.tgz (Vulnerable Library)

Found in HEAD commit: eb47eeefc02a252a76628fec10a3c26aacb34024

Found in base branch: master

Vulnerability Details

A Regular Expression vulnerability was found in nwmatcher before 1.4.4. The fix replacing multiple repeated instances of the "\s*" pattern.

Publish Date: 2018-03-05

URL: WS-2018-0589

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2018-03-05

Fix Resolution (nwmatcher): 1.4.4

Direct dependency fix Resolution (jsdom): 10.0.0

In order to enable automatic remediation, please create workflow rules


In order to enable automatic remediation for this issue, please create workflow rules

@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Mar 17, 2022
@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 4 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) Mar 17, 2022
@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 4 vulnerabilities (highest severity is: 9.8) Mar 18, 2022
@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 4 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) Mar 23, 2022
@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) - autoclosed Mar 25, 2022
@mend-for-github-com
Copy link
Author

✔️ This issue was automatically closed by WhiteSource because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the WhiteSource inventory.

@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) - autoclosed jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) Mar 25, 2022
@mend-for-github-com mend-for-github-com bot reopened this Mar 25, 2022
@mend-for-github-com
Copy link
Author

ℹ️ This issue was automatically re-opened by WhiteSource because the vulnerable library in the specific branch(es) has been detected in the WhiteSource inventory.

@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) - autoclosed Mar 25, 2022
@mend-for-github-com
Copy link
Author

✔️ This issue was automatically closed by WhiteSource because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the WhiteSource inventory.

@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) - autoclosed jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) Mar 28, 2022
@mend-for-github-com
Copy link
Author

ℹ️ This issue was automatically re-opened by WhiteSource because the vulnerable library in the specific branch(es) has been detected in the WhiteSource inventory.

@mend-for-github-com mend-for-github-com bot reopened this Mar 28, 2022
@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 5 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 6 vulnerabilities (highest severity is: 9.8) May 6, 2022
@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 6 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 6 vulnerabilities (highest severity is: 9.8) - autoclosed Jun 6, 2022
@mend-for-github-com
Copy link
Author

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 6 vulnerabilities (highest severity is: 9.8) - autoclosed jsdom-9.12.0.tgz: 6 vulnerabilities (highest severity is: 9.8) Jun 6, 2022
@mend-for-github-com mend-for-github-com bot reopened this Jun 6, 2022
@mend-for-github-com
Copy link
Author

ℹ️ This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 6 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 6 vulnerabilities (highest severity is: 9.8) - autoclosed Mar 8, 2023
@mend-for-github-com
Copy link
Author

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 6 vulnerabilities (highest severity is: 9.8) - autoclosed jsdom-9.12.0.tgz: 7 vulnerabilities (highest severity is: 9.8) Mar 16, 2023
@mend-for-github-com mend-for-github-com bot reopened this Mar 16, 2023
@mend-for-github-com
Copy link
Author

ℹ️ This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 7 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 8 vulnerabilities (highest severity is: 9.8) Dec 5, 2023
@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 8 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 7 vulnerabilities (highest severity is: 9.8) Feb 1, 2024
@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 7 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 3 vulnerabilities (highest severity is: 9.8) Feb 1, 2024
@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 3 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 3 vulnerabilities (highest severity is: 9.8) - autoclosed Feb 1, 2024
Copy link
Author

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 3 vulnerabilities (highest severity is: 9.8) - autoclosed jsdom-9.12.0.tgz: 7 vulnerabilities (highest severity is: 9.8) Feb 1, 2024
@mend-for-github-com mend-for-github-com bot reopened this Feb 1, 2024
Copy link
Author

ℹ️ This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

Copy link
Author

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

@mend-for-github-com mend-for-github-com bot changed the title jsdom-9.12.0.tgz: 7 vulnerabilities (highest severity is: 9.8) jsdom-9.12.0.tgz: 7 vulnerabilities (highest severity is: 9.8) - autoclosed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants