Skip to content

Commit

Permalink
Merge pull request containers#12497 from mheon/fix_2021_4024
Browse files Browse the repository at this point in the history
Fix CVE-2021-4024 - v3.4 branch
  • Loading branch information
openshift-merge-robot authored Dec 3, 2021
2 parents 815f36a + 57c5e22 commit fe44757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machine/qemu/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ func (v *MachineVM) startHostNetworking() error {

// Listen on all at port 7777 for setting up and tearing
// down forwarding
listenSocket := "tcp://0.0.0.0:7777"
listenSocket := "tcp://127.0.0.1:7777"
qemuSocket, pidFile, err := v.getSocketandPid()
if err != nil {
return err
Expand Down

0 comments on commit fe44757

Please sign in to comment.