mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #106] gstfsd and security #70
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nitmir on GitHub (May 3, 2016).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/106
Hi
Then following installation, gstfsd is launch by supervisor and it is binding to 0.0.0.0:16510. Hence it seems to me that anyone on the internet can send a json and change a VM root password by doing so:
If so it seems to me that this is a major security issue. gstfsd should at least bind to 127.0.0.1 and in fact, it should bind to a unix socket and only webvirtcloud should be allowed to talk to it.
@nitmir commented on GitHub (May 3, 2016):
As a hotfix, I came up with the following firewall rules (I am running webvirtcloud with the user webvirt):
@retspen commented on GitHub (May 5, 2016):
Simple way - Private network for managing or VPN
@zingmars commented on GitHub (Jun 6, 2018):
Still doesn't change the fact that you're binding the daemon to 0.0.0.0 by default which is a really bad idea. Changing it is fairly simple (it's a single line in the script itself), but the defaults are definitely insecure.
@qixinwuchen commented on GitHub (May 18, 2022):
@nitmir when run "supervisorctl status", I got it:

the gstfsd don't show in output, why?
@qixinwuchen commented on GitHub (May 18, 2022):
in your answer, " gstfsd is launch by supervisor" , I want to know Where to configure gstfsd lauch by supervisor