opensearch-project / terraform-provider-opensearch

https://registry.terraform.io/providers/opensearch-project/opensearch
Apache License 2.0
74 stars 57 forks source link

github.com/aws/aws-sdk-go-v1.44.333: 1 vulnerabilities (highest severity is: 7.5) #78

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

mend-for-github-com[bot] commented 1 year ago
Vulnerable Library - github.com/aws/aws-sdk-go-v1.44.333

Found in HEAD commit: 1ad1fc85b417b88bf19f6040c9fb3a28adb7c696

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (github.com/aws/aws-sdk-go-v1.44.333 version) Remediation Possible**
CVE-2022-41721 High 7.5 golang.org/x/net-v0.1.0 Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2022-41721 ### Vulnerable Library - golang.org/x/net-v0.1.0

[mirror] Go supplementary network libraries

Library home page: https://proxy.golang.org/golang.org/x/net/@v/v0.1.0.zip

Dependency Hierarchy: - github.com/aws/aws-sdk-go-v1.44.333 (Root Library) - :x: **golang.org/x/net-v0.1.0** (Vulnerable Library)

Found in HEAD commit: 1ad1fc85b417b88bf19f6040c9fb3a28adb7c696

Found in base branch: main

### Vulnerability Details

A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.

Publish Date: 2023-01-13

URL: CVE-2022-41721

### 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

Release Date: 2023-01-13

Fix Resolution: v0.2.0

prudhvigodithi commented 11 months ago

[Untriage] @rblcoder @afrodidact @premkirank please take a look to solve this security issue. Thank you

prudhvigodithi commented 11 months ago

Closing this issue, resolved by PR https://github.com/opensearch-project/terraform-provider-opensearch/pull/91 raised by @rblcoder.