JoshRMendDemo / test-net-renovate

MIT License
0 stars 0 forks source link

Conduit-1.0.0: 4 vulnerabilities (highest severity is: 8.7) #10

Open mend-for-github-com[bot] opened 1 year ago

mend-for-github-com[bot] commented 1 year ago
Vulnerable Library - Conduit-1.0.0

Path to dependency file: /tests/Conduit.IntegrationTests/Conduit.IntegrationTests.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg

Found in HEAD commit: 9a4622272e65c0b664ddf7d8c540a38f0ef74c89

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (Conduit version) Remediation Possible**
CVE-2024-0056 High 8.7 microsoft.data.sqlclient.1.0.19269.1.nupkg Transitive N/A*
CVE-2024-21907 High 7.5 detected in multiple dependencies Transitive N/A*
CVE-2024-21319 Medium 6.8 detected in multiple dependencies Transitive N/A*
CVE-2022-41064 Medium 5.8 microsoft.data.sqlclient.1.0.19269.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-0056 ### Vulnerable Library - microsoft.data.sqlclient.1.0.19269.1.nupkg

Provides the data provider for SQL Server. These classes provide access to versions of SQL Server an...

Library home page: https://api.nuget.org/packages/microsoft.data.sqlclient.1.0.19269.1.nupkg

Path to dependency file: /tests/Conduit.IntegrationTests/Conduit.IntegrationTests.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.data.sqlclient/1.0.19269.1/microsoft.data.sqlclient.1.0.19269.1.nupkg

Dependency Hierarchy: - Conduit-1.0.0 (Root Library) - microsoft.entityframeworkcore.sqlserver.3.1.3.nupkg - :x: **microsoft.data.sqlclient.1.0.19269.1.nupkg** (Vulnerable Library)

Found in HEAD commit: 9a4622272e65c0b664ddf7d8c540a38f0ef74c89

Found in base branch: master

### Vulnerability Details

Microsoft.Data.SqlClient and System.Data.SqlClient SQL Data Provider Security Feature Bypass Vulnerability

Publish Date: 2024-01-09

URL: CVE-2024-0056

### CVSS 3 Score Details (8.7)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://github.com/advisories/GHSA-98g6-xh36-x2p7

Release Date: 2024-01-09

Fix Resolution: Microsoft.Data.SqlClient - 2.1.7,3.1.5,4.0.5,5.1.3, System.Data.SqlClient - 4.8.6

CVE-2024-21907 ### Vulnerable Libraries - newtonsoft.json.10.0.1.nupkg, microsoft.extensions.apidescription.server.3.0.0.nupkg

### newtonsoft.json.10.0.1.nupkg

Json.NET is a popular high-performance JSON framework for .NET

Library home page: https://api.nuget.org/packages/newtonsoft.json.10.0.1.nupkg

Path to dependency file: /tests/Conduit.IntegrationTests/Conduit.IntegrationTests.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/newtonsoft.json/10.0.1/newtonsoft.json.10.0.1.nupkg

Dependency Hierarchy: - Conduit-1.0.0 (Root Library) - microsoft.aspnetcore.authentication.jwtbearer.3.1.18.nupkg - microsoft.identitymodel.protocols.openidconnect.5.5.0.nupkg - microsoft.identitymodel.protocols.5.5.0.nupkg - microsoft.identitymodel.tokens.5.5.0.nupkg - :x: **newtonsoft.json.10.0.1.nupkg** (Vulnerable Library) ### microsoft.extensions.apidescription.server.3.0.0.nupkg

MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was b...

Library home page: https://api.nuget.org/packages/microsoft.extensions.apidescription.server.3.0.0.nupkg

Path to dependency file: /tests/Conduit.IntegrationTests/Conduit.IntegrationTests.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.extensions.apidescription.server/3.0.0/microsoft.extensions.apidescription.server.3.0.0.nupkg

Dependency Hierarchy: - Conduit-1.0.0 (Root Library) - swashbuckle.aspnetcore.5.3.1.nupkg - :x: **microsoft.extensions.apidescription.server.3.0.0.nupkg** (Vulnerable Library)

Found in HEAD commit: 9a4622272e65c0b664ddf7d8c540a38f0ef74c89

Found in base branch: master

### Vulnerability Details

Newtonsoft.Json before version 13.0.1 is affected by a mishandling of exceptional conditions vulnerability. Crafted data that is passed to the JsonConvert.DeserializeObject method may trigger a StackOverflow exception resulting in denial of service. Depending on the usage of the library, an unauthenticated and remote attacker may be able to cause the denial of service condition.

Publish Date: 2024-01-03

URL: CVE-2024-21907

### 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://github.com/advisories/GHSA-5crp-9r3c-p9vr

Release Date: 2024-01-03

Fix Resolution: Newtonsoft.Json - 13.0.1

CVE-2024-21319 ### Vulnerable Libraries - system.identitymodel.tokens.jwt.5.5.0.nupkg, microsoft.identitymodel.jsonwebtokens.5.5.0.nupkg

### system.identitymodel.tokens.jwt.5.5.0.nupkg

Includes types that provide support for creating, serializing and validating JSON Web Tokens.

Library home page: https://api.nuget.org/packages/system.identitymodel.tokens.jwt.5.5.0.nupkg

Path to dependency file: /tests/Conduit.IntegrationTests/Conduit.IntegrationTests.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.identitymodel.tokens.jwt/5.5.0/system.identitymodel.tokens.jwt.5.5.0.nupkg

Dependency Hierarchy: - Conduit-1.0.0 (Root Library) - microsoft.aspnetcore.authentication.jwtbearer.3.1.18.nupkg - microsoft.identitymodel.protocols.openidconnect.5.5.0.nupkg - :x: **system.identitymodel.tokens.jwt.5.5.0.nupkg** (Vulnerable Library) ### microsoft.identitymodel.jsonwebtokens.5.5.0.nupkg

Includes types that provide support for creating, serializing and validating JSON Web Tokens.

Library home page: https://api.nuget.org/packages/microsoft.identitymodel.jsonwebtokens.5.5.0.nupkg

Path to dependency file: /tests/Conduit.IntegrationTests/Conduit.IntegrationTests.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.identitymodel.jsonwebtokens/5.5.0/microsoft.identitymodel.jsonwebtokens.5.5.0.nupkg

Dependency Hierarchy: - Conduit-1.0.0 (Root Library) - microsoft.aspnetcore.authentication.jwtbearer.3.1.18.nupkg - microsoft.identitymodel.protocols.openidconnect.5.5.0.nupkg - system.identitymodel.tokens.jwt.5.5.0.nupkg - :x: **microsoft.identitymodel.jsonwebtokens.5.5.0.nupkg** (Vulnerable Library)

Found in HEAD commit: 9a4622272e65c0b664ddf7d8c540a38f0ef74c89

Found in base branch: master

### Vulnerability Details

Microsoft Identity Denial of service vulnerability

Publish Date: 2024-01-09

URL: CVE-2024-21319

### CVSS 3 Score Details (6.8)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Changed - 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://github.com/advisories/GHSA-8g9c-28fc-mcx2

Release Date: 2024-01-09

Fix Resolution: System.IdentityModel.Tokens.Jwt - 5.7.0,6.34.0,7.1.2, Microsoft.IdentityModel.JsonWebTokens - 5.7.0,6.34.0,7.1.2

CVE-2022-41064 ### Vulnerable Library - microsoft.data.sqlclient.1.0.19269.1.nupkg

Provides the data provider for SQL Server. These classes provide access to versions of SQL Server an...

Library home page: https://api.nuget.org/packages/microsoft.data.sqlclient.1.0.19269.1.nupkg

Path to dependency file: /tests/Conduit.IntegrationTests/Conduit.IntegrationTests.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.data.sqlclient/1.0.19269.1/microsoft.data.sqlclient.1.0.19269.1.nupkg

Dependency Hierarchy: - Conduit-1.0.0 (Root Library) - microsoft.entityframeworkcore.sqlserver.3.1.3.nupkg - :x: **microsoft.data.sqlclient.1.0.19269.1.nupkg** (Vulnerable Library)

Found in HEAD commit: 9a4622272e65c0b664ddf7d8c540a38f0ef74c89

Found in base branch: master

### Vulnerability Details

.NET Framework Information Disclosure Vulnerability Mend Note: Converted from WS-2022-0377, on 2022-11-10.

Publish Date: 2022-11-09

URL: CVE-2022-41064

### CVSS 3 Score Details (5.8)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Adjacent - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Changed - 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: https://github.com/advisories/GHSA-8g2p-5pqh-5jmc

Release Date: 2022-11-09

Fix Resolution: Microsoft.Data.SqlClient - 1.1.4,2.1.2;System.Data.SqlClient - 4.8.5