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

CVE-2021-38561 (High) detected in github.com/golang/text-v0.3.0, github.com/envoyproxy/protoc-gen-validate-v0.1.0 #4

Open
mend-for-github-com bot opened this issue Jan 13, 2022 · 0 comments
Labels
security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-github-com
Copy link

CVE-2021-38561 - High Severity Vulnerability

Vulnerable Libraries - github.com/golang/text-v0.3.0, github.com/envoyproxy/protoc-gen-validate-v0.1.0

github.com/golang/text-v0.3.0

[mirror] Go text processing support

Dependency Hierarchy:

  • github.com/grpc/grpc-go-v1.25.1 (Root Library)
    • github.com/golang/net-b630fd6fe46bcfc98f989005d8b8ec1400e60a6e
      • github.com/golang/text-v0.3.0 (Vulnerable Library)
github.com/envoyproxy/protoc-gen-validate-v0.1.0

protoc plugin to generate polyglot message validators

Dependency Hierarchy:

  • github.com/envoyproxy/go-control-plane-v0.9.5 (Root Library)
    • github.com/envoyproxy/protoc-gen-validate-v0.1.0 (Vulnerable Library)

Found in HEAD commit: fa466b4cb231cf20de932a98d0953a1952d1cac5

Found in base branch: main

Vulnerability Details

Due to improper index calculation, an incorrectly formatted language tag can cause Parse
to panic, due to an out of bounds read. If Parse is used to process untrusted user inputs,
this may be used as a vector for a denial of service attack.

Publish Date: 2021-08-12

URL: CVE-2021-38561

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://osv.dev/vulnerability/GO-2021-0113

Release Date: 2021-08-12

Fix Resolution: v0.3.7

@mend-for-github-com mend-for-github-com bot added the security vulnerability Security vulnerability detected by WhiteSource label Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants