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-2020-14040 (High) detected in github.com/golang/text-v0.3.2, github.com/golang/text/transform-v0.3.2 #41

Open
mend-bolt-for-github bot opened this issue Apr 22, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-bolt-for-github
Copy link

CVE-2020-14040 - High Severity Vulnerability

Vulnerable Libraries - github.com/golang/text-v0.3.2, github.com/golang/text/transform-v0.3.2

github.com/golang/text-v0.3.2

[mirror] Go text processing support

Library home page: https://proxy.golang.org/github.com/golang/text/@v/v0.3.2.zip

Dependency Hierarchy:

  • github.com/elastic/beats/libbeat/outputs/elasticsearch-v7.5.0+incompatible (Root Library)
    • github.com/elastic/beats/libbeat/beat-v7.5.0+incompatible
      • github.com/elastic/beats/libbeat/common-v7.5.0+incompatible
        • k8s.io/api/core/v1
          • k8s.io/apimachinery/pkg/apis/meta/v1
            • k8s.io/apimachinery/pkg/watch
              • k8s.io/apimachinery/pkg/util/net
                • golang.org/x/net/http2
                  • golang.org/x/net/http/httpguts
                    • golang.org/x/net/idna
                    • github.com/golang/text/secure/bidirule-v0.3.2
                    • github.com/golang/text/unicode/bidi-v0.3.2
                    • github.com/golang/text-v0.3.2 (Vulnerable Library)
github.com/golang/text/transform-v0.3.2

[mirror] Go text processing support

Dependency Hierarchy:

  • github.com/golang/text/transform-v0.3.2 (Vulnerable Library)

Found in base branch: master

Vulnerability Details

The x/text package before 0.3.3 for Go has a vulnerability in encoding/unicode that could lead to the UTF-16 decoder entering an infinite loop, causing the program to crash or run out of memory. An attacker could provide a single byte to a UTF16 decoder instantiated with UseBOM or ExpectBOM to trigger an infinite loop if the String function on the Decoder is called, or the Decoder is passed to golang.org/x/text/transform.String.

Publish Date: 2020-06-17

URL: CVE-2020-14040

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-2020-0015

Release Date: 2020-06-17

Fix Resolution: v0.3.3


Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Apr 22, 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