vipinsun / fabric

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
0 stars 0 forks source link

CVE-2022-41721 (High) detected in github.com/golang/net-v0.0.0-20190603091049-60506f45cf65, golang.org/x/net-v0.0.0-20210226172049-e18ecbb05110 - autoclosed #61

Closed mend-bolt-for-github[bot] closed 1 month ago

mend-bolt-for-github[bot] commented 1 year ago

CVE-2022-41721 - High Severity Vulnerability

Vulnerable Libraries - github.com/golang/net-v0.0.0-20190603091049-60506f45cf65, golang.org/x/net-v0.0.0-20210226172049-e18ecbb05110

github.com/golang/net-v0.0.0-20190603091049-60506f45cf65

[mirror] Go supplementary network libraries

Library home page: https://proxy.golang.org/github.com/golang/net/@v/v0.0.0-20190603091049-60506f45cf65.zip

Path to dependency file: /integration/chaincode/module/go.mod

Path to vulnerable library: /integration/chaincode/module/go.mod

Dependency Hierarchy: - github.com/hyperledger/fabric-protos-go-v0.0.0-20190903152505-b42e76e96ddd (Root Library) - github.com/grpc/grpc-go-v1.23.0 - :x: **github.com/golang/net-v0.0.0-20190603091049-60506f45cf65** (Vulnerable Library)

golang.org/x/net-v0.0.0-20210226172049-e18ecbb05110

[mirror] Go supplementary network libraries

Library home page: https://proxy.golang.org/golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy: - github.com/onsi/Gomega-v1.9.0 (Root Library) - :x: **golang.org/x/net-v0.0.0-20210226172049-e18ecbb05110** (Vulnerable Library)

Found in base branch: master

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


Step up your Open Source Security Game with Mend here

mend-bolt-for-github[bot] commented 1 month 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.