Pio1006 / envoy

Cloud-native high-performance edge/middle/service proxy
https://www.envoyproxy.io
Apache License 2.0
0 stars 0 forks source link

CVE-2020-14040 (High) detected in github.com/golang/text-v0.3.0 - autoclosed #10

Closed mend-for-github-com[bot] closed 4 months ago

mend-for-github-com[bot] commented 3 years ago

CVE-2020-14040 - High Severity Vulnerability

Vulnerable Library - github.com/golang/text-v0.3.0

[mirror] Go text processing support

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

Path to dependency file: /examples/load-reporting-service/go.mod

Path to vulnerable library: /examples/load-reporting-service/go.mod,/examples/ext_authz/auth/grpc-service/go.mod

Dependency Hierarchy: - github.com/grpc/grpc-go-v1.25.1 (Root Library) - github.com/golang/net-v0.0.0-20190403144856-b630fd6fe46b - :x: **github.com/golang/text-v0.3.0** (Vulnerable Library)

Found in HEAD commit: d853fd7abd23b213e8ecb1eded4fd77944aa8ed5

Found in base branch: main

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

mend-for-github-com[bot] commented 4 months ago

:information_source: This issue was automatically closed by Mend because it is a duplicate of an existing issue: #61