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

nuke.common.8.1.1.nupkg: 2 vulnerabilities (highest severity is: 7.5) #51

Open
mend-bolt-for-github bot opened this issue Oct 9, 2024 · 0 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, 2024

Vulnerable Library - nuke.common.8.1.1.nupkg

The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '1688d821b6cef6e19f869ca665d7b0ba4c33255a' (see contained AppVeyorSettings.json file for build settings).

Library home page: https://api.nuget.org/packages/nuke.common.8.1.1.nupkg

Path to dependency file: /build/_build.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/nuke.common/8.1.1/nuke.common.8.1.1.nupkg

Found in HEAD commit: 09b7babfafd9683a996c84ae89758fb0eb7f2156

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (nuke.common.8.1.1.nupkg version) Remediation Possible**
CVE-2024-43485 High 7.5 system.text.json.8.0.4.nupkg Transitive N/A*
CVE-2024-38095 High 7.5 detected in multiple dependencies Direct Microsoft.NetCore.App.Runtime - 6.0.32,8.0.7, System.Formats.Asn1 - 6.0.1,8.0.1

*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-43485

Vulnerable Library - system.text.json.8.0.4.nupkg

Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.

The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.

Library home page: https://api.nuget.org/packages/system.text.json.8.0.4.nupkg

Path to dependency file: /build/_build.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.json/8.0.4/system.text.json.8.0.4.nupkg

Dependency Hierarchy:

  • nuke.common.8.1.1.nupkg (Root Library)
    • nuke.build.shared.8.1.1.nupkg
      • system.text.json.8.0.4.nupkg (Vulnerable Library)

Found in HEAD commit: 09b7babfafd9683a996c84ae89758fb0eb7f2156

Found in base branch: main

Vulnerability Details

.NET and Visual Studio Denial of Service Vulnerability

Publish Date: 2024-10-08

URL: CVE-2024-43485

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: GHSA-8g4q-xg66-9fp4

Release Date: 2024-10-08

Fix Resolution: System.Text.Json - 6.0.10,8.0.5

Step up your Open Source Security Game with Mend here

CVE-2024-38095

Vulnerable Libraries - nuke.common.8.1.1.nupkg, system.formats.asn1.8.0.0.nupkg

nuke.common.8.1.1.nupkg

The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '1688d821b6cef6e19f869ca665d7b0ba4c33255a' (see contained AppVeyorSettings.json file for build settings).

Library home page: https://api.nuget.org/packages/nuke.common.8.1.1.nupkg

Path to dependency file: /build/_build.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/nuke.common/8.1.1/nuke.common.8.1.1.nupkg

Dependency Hierarchy:

  • nuke.common.8.1.1.nupkg (Vulnerable Library)

system.formats.asn1.8.0.0.nupkg

Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.

Commonly Used Types:
System.Formats.Asn1.AsnReader
System.Formats.Asn1.AsnWriter

Library home page: https://api.nuget.org/packages/system.formats.asn1.8.0.0.nupkg

Path to dependency file: /build/_build.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.formats.asn1/8.0.0/system.formats.asn1.8.0.0.nupkg

Dependency Hierarchy:

  • nuke.common.8.1.1.nupkg (Root Library)
    • nuke.projectmodel.8.1.1.nupkg
      • microsoft.build.tasks.core.17.10.4.nupkg
        • system.security.cryptography.xml.8.0.0.nupkg
          • system.security.cryptography.pkcs.8.0.0.nupkg
            • system.formats.asn1.8.0.0.nupkg (Vulnerable Library)

Found in HEAD commit: 09b7babfafd9683a996c84ae89758fb0eb7f2156

Found in base branch: main

Vulnerability Details

.NET and Visual Studio Denial of Service Vulnerability

Publish Date: 2024-07-09

URL: CVE-2024-38095

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: GHSA-447r-wph3-92pm

Release Date: 2024-07-09

Fix Resolution: Microsoft.NetCore.App.Runtime - 6.0.32,8.0.7, System.Formats.Asn1 - 6.0.1,8.0.1

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, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title nuke.common.8.1.1.nupkg: 1 vulnerabilities (highest severity is: 7.5) nuke.common.8.1.1.nupkg: 2 vulnerabilities (highest severity is: 7.5) Oct 10, 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