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

landing-site-1.0.0.tgz: 4 vulnerabilities (highest severity is: 7.5) #185

Open
mend-bolt-for-github bot opened this issue Oct 9, 2023 · 6 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-bolt-for-github
Copy link

mend-bolt-for-github bot commented Oct 9, 2023

Vulnerable Library - landing-site-1.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (landing-site version) Remediation Possible**
CVE-2024-51479 High 7.5 next-12.2.4.tgz Transitive N/A*
CVE-2024-47831 Medium 5.9 next-12.2.4.tgz Transitive N/A*
CVE-2023-44270 Medium 5.3 postcss-8.4.14.tgz Transitive N/A*
CVE-2024-55565 Medium 4.3 nanoid-3.3.7.tgz Transitive N/A*

*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-2024-51479

Vulnerable Library - next-12.2.4.tgz

The React Framework

Library home page: https://registry.npmjs.org/next/-/next-12.2.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • landing-site-1.0.0.tgz (Root Library)
    • next-12.2.4.tgz (Vulnerable Library)

Found in base branch: main

Vulnerability Details

Next.js is a React framework for building full-stack web applications. In affected versions if a Next.js application is performing authorization in middleware based on pathname, it was possible for this authorization to be bypassed for pages directly under the application's root directory. For example: * [Not affected] "https://example.com/" * [Affected] "https://example.com/foo" * [Not affected] "https://example.com/foo/bar". This issue is patched in Next.js "14.2.15" and later. If your Next.js application is hosted on Vercel, this vulnerability has been automatically mitigated, regardless of Next.js version. There are no official workarounds for this vulnerability.

Publish Date: 2024-12-17

URL: CVE-2024-51479

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: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-7gfc-8cq8-jh5f

Release Date: 2024-12-17

Fix Resolution: next - 14.2.15

Step up your Open Source Security Game with Mend here

CVE-2024-47831

Vulnerable Library - next-12.2.4.tgz

The React Framework

Library home page: https://registry.npmjs.org/next/-/next-12.2.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • landing-site-1.0.0.tgz (Root Library)
    • next-12.2.4.tgz (Vulnerable Library)

Found in base branch: main

Vulnerability Details

Next.js is a React Framework for the Web. Cersions on the 10.x, 11.x, 12.x, 13.x, and 14.x branches before version 14.2.7 contain a vulnerability in the image optimization feature which allows for a potential Denial of Service (DoS) condition which could lead to excessive CPU consumption. Neither the next.config.js file that is configured with images.unoptimized set to true or images.loader set to a non-default value nor the Next.js application that is hosted on Vercel are affected. This issue was fully patched in Next.js 14.2.7. As a workaround, ensure that the next.config.js file has either images.unoptimized, images.loader or images.loaderFile assigned.

Publish Date: 2024-10-14

URL: CVE-2024-47831

CVSS 3 Score Details (5.9)

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: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-g77x-44xx-532m

Release Date: 2024-10-14

Fix Resolution: next - 14.2.7

Step up your Open Source Security Game with Mend here

CVE-2023-44270

Vulnerable Library - postcss-8.4.14.tgz

Tool for transforming styles with JS plugins

Library home page: https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • landing-site-1.0.0.tgz (Root Library)
    • next-12.2.4.tgz
      • postcss-8.4.14.tgz (Vulnerable Library)

Found in base branch: main

Vulnerability Details

An issue was discovered in PostCSS before 8.4.31. The vulnerability affects linters using PostCSS to parse external untrusted CSS. An attacker can prepare CSS in such a way that it will contains parts parsed by PostCSS as a CSS comment. After processing by PostCSS, it will be included in the PostCSS output in CSS nodes (rules, properties) despite being included in a comment.

Publish Date: 2023-09-29

URL: CVE-2023-44270

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: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2023-44270

Release Date: 2023-09-29

Fix Resolution: postcss - 8.4.31

Step up your Open Source Security Game with Mend here

CVE-2024-55565

Vulnerable Library - nanoid-3.3.7.tgz

Library home page: https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • landing-site-1.0.0.tgz (Root Library)
    • next-12.2.4.tgz
      • postcss-8.4.14.tgz
        • nanoid-3.3.7.tgz (Vulnerable Library)

Found in base branch: main

Vulnerability Details

nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.

Publish Date: 2024-12-09

URL: CVE-2024-55565

CVSS 3 Score Details (4.3)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2024-55565

Release Date: 2024-12-09

Fix Resolution: nanoid - 3.3.8,5.0.9

Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Oct 9, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) - autoclosed Sep 12, 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-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) - autoclosed landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) Sep 12, 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.

@mend-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) - autoclosed Sep 16, 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-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) - autoclosed landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) Sep 23, 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-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) - autoclosed Sep 25, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) - autoclosed landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) Oct 14, 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.

@mend-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) landing-site-1.0.0.tgz: 2 vulnerabilities (highest severity is: 5.9) Oct 15, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 2 vulnerabilities (highest severity is: 5.9) landing-site-1.0.0.tgz: 3 vulnerabilities (highest severity is: 7.5) Dec 9, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 3 vulnerabilities (highest severity is: 7.5) landing-site-1.0.0.tgz: 3 vulnerabilities (highest severity is: 5.9) Dec 13, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title landing-site-1.0.0.tgz: 3 vulnerabilities (highest severity is: 5.9) landing-site-1.0.0.tgz: 4 vulnerabilities (highest severity is: 7.5) Dec 18, 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 Mend
Projects
None yet
Development

No branches or pull requests

0 participants