Loading HuntDB...

fix(security):Path Traversal Bug

High
H
Hyperledger
Submitted None
Reported by bhaskar_ram

Vulnerability Details

Technical details and impact analysis

Path Traversal
Unsanitized input from CLI argument flows into `io.ioutil.ReadFile`, where it is used as a path. This may result in a Path Traversal vulnerability and allow an attacker to read arbitrary files. See this fix : https://github.com/hyperledger/fabric/pull/3573 ## Impact There is a path traversal vulnerability in the source code of fabric

Report Details

Additional information and metadata

State

Closed

Substate

Not-Applicable

Submitted

Weakness

Path Traversal