Open mend-for-github-com[bot] opened 4 years ago
:heavy_check_mark: This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.
:information_source: This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.
CVE-2020-8911 - Medium Severity Vulnerability
Vulnerable Library - github.com/Aws/aws-sdk-go-v1.28.2
AWS SDK for the Go programming language.
Library home page: https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.28.2.zip
Dependency Hierarchy: - k8s.io/kubernetes/cmd/cloud-controller-manager/app-v1.18.2-k3s.1 (Root Library) - k8s.io/kubernetes/pkg/controller/cloud-v1.18.2-k3s.1 - github.com/kubernetes/kubernetes/pkg/kubelet/apis-v1.19.0-rc.4 - k8s.io/kubernetes/pkg/kubelet/util-v1.18.2-k3s.1 - github.com/kubernetes/kubernetes/pkg/kubelet/container-v1.19.0-rc.4 - k8s.io/kubernetes/pkg/volume-v1.18.2-k3s.1 - k8s.io/legacy-cloud-providers/aws-v1.18.2-k3s.1 - github.com/aws/aws-sdk-go/service/ec2-v1.28.2 - github.com/aws/aws-sdk-go/aws/signer/v4-v1.28.2 - github.com/aws/aws-sdk-go/private/protocol/rest-v1.28.2 - github.com/aws/aws-sdk-go/private/protocol-v1.28.2 - github.com/aws/aws-sdk-go/aws/request-v1.28.2 - :x: **github.com/Aws/aws-sdk-go-v1.28.2** (Vulnerable Library)
Found in HEAD commit: d176fc163fbd69f1a628cf9b7ea217423ee02d31
Found in base branch: master
Vulnerability Details
A padding oracle vulnerability exists in the AWS S3 Crypto SDK for GoLang versions prior to V2. The SDK allows users to encrypt files with AES-CBC without computing a Message Authentication Code (MAC), which then allows an attacker who has write access to the target's S3 bucket and can observe whether or not an endpoint with access to the key can decrypt a file, they can reconstruct the plaintext with (on average) 128*length (plaintext) queries to the endpoint, by exploiting CBC's ability to manipulate the bytes of the next block and PKCS5 padding errors. It is recommended to update your SDK to V2 or later, and re-encrypt your files.
Publish Date: 2020-08-11
URL: CVE-2020-8911
CVSS 3 Score Details (5.6)
Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8911
Release Date: 2020-07-21
Fix Resolution: v1.34.1