-
Notifications
You must be signed in to change notification settings - Fork 0
Description
CVE-2021-22570 - Medium Severity Vulnerability
Vulnerable Library - google.protobuf.3.5.1.nupkg
C# runtime library for Protocol Buffers - Google's data interchange format.
Library home page: https://api.nuget.org/packages/google.protobuf.3.5.1.nupkg
Path to dependency file: /Integrations/Google/UiPath.Google/UiPath.Google.csproj
Path to vulnerable library: /tmp/ws-ua_20230620162214_SSRFPG/dotnet_EGMXVM/20230620162214/Google.Protobuf.3.5.1/Google.Protobuf.3.5.1.nupkg
Dependency Hierarchy:
- ❌ google.protobuf.3.5.1.nupkg (Vulnerable Library)
Found in base branch: develop
Vulnerability Details
Nullptr dereference when a null char is present in a proto symbol. The symbol is parsed incorrectly, leading to an unchecked call into the proto file's name during generation of the resulting error message. Since the symbol is incorrectly parsed, the file is nullptr. We recommend upgrading to version 3.15.0 or greater.
Publish Date: 2022-01-26
URL: CVE-2021-22570
CVSS 3 Score Details (6.5)
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: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-77rm-9x9h-xj3g
Release Date: 2022-01-26
Fix Resolution: Google.Protobuf - 3.15.0
- Check this box to open an automated fix PR