-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Vulnerable Library - dapr.aspnetcore.1.8.0.nupkg
Path to dependency file: /src/TechTalksConsumer/TechTalksConsumer.csproj
Path to vulnerable library: /home/wss-scanner/.nuget/packages/google.protobuf/3.15.0/google.protobuf.3.15.0.nupkg
Found in HEAD commit: b5364dace8accd65bacfebc49674d5def088bd0c
Vulnerabilities
| CVE | Severity | Dependency | Type | Fixed in (dapr.aspnetcore.1.8.0.nupkg version) | Remediation Available | |
|---|---|---|---|---|---|---|
| CVE-2022-1941 | 7.5 | google.protobuf.3.15.0.nupkg | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the section "Details" below to see if there is a version of transitive dependency where vulnerability is fixed.
Details
CVE-2022-1941
Vulnerable Library - google.protobuf.3.15.0.nupkg
C# runtime library for Protocol Buffers - Google's data interchange format.
Library home page: https://api.nuget.org/packages/google.protobuf.3.15.0.nupkg
Path to dependency file: /src/TechTalksConsumer/TechTalksConsumer.csproj
Path to vulnerable library: /home/wss-scanner/.nuget/packages/google.protobuf/3.15.0/google.protobuf.3.15.0.nupkg
Dependency Hierarchy:
- dapr.aspnetcore.1.8.0.nupkg (Root Library)
- dapr.client.1.8.0.nupkg
- google.api.commonprotos.2.2.0.nupkg
- ❌ google.protobuf.3.15.0.nupkg (Vulnerable Library)
- google.api.commonprotos.2.2.0.nupkg
- dapr.client.1.8.0.nupkg
Found in HEAD commit: b5364dace8accd65bacfebc49674d5def088bd0c
Found in base branch: main
Vulnerability Details
A parsing vulnerability for the MessageSet type in the ProtocolBuffers versions prior to and including 3.16.1, 3.17.3, 3.18.2, 3.19.4, 3.20.1 and 3.21.5 for protobuf-cpp, and versions prior to and including 3.16.1, 3.17.3, 3.18.2, 3.19.4, 3.20.1 and 4.21.5 for protobuf-python can lead to out of memory failures. A specially crafted message with multiple key-value per elements creates parsing issues, and can lead to a Denial of Service against services receiving unsanitized input. We recommend upgrading to versions 3.18.3, 3.19.5, 3.20.2, 3.21.6 for protobuf-cpp and 3.18.3, 3.19.5, 3.20.2, 4.21.6 for protobuf-python. Versions for 3.16 and 3.17 are no longer updated.
Publish Date: 2022-09-22
URL: CVE-2022-1941
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
Suggested Fix
Type: Upgrade version
Origin: https://cloud.google.com/support/bulletins#GCP-2022-019
Release Date: 2022-09-22
Fix Resolution: Google.Protobuf - 3.18.3,3.19.5,3.20.2,3.21.6;protobuf-python - 3.18.3,3.19.5,3.20.2,4.21.6
Step up your Open Source Security Game with Mend here