[LOW] Mesh network status script world-readable with topology info #29
Labels
No labels
area:documentation
area:infrastructure
area:network
area:security
priority:critical
priority:high
priority:low
priority:medium
status:blocked
type:bug
type:deployment
type:enhancement
type:investigation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
reinitialized.net/infrastructure#29
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?
Labels: area:security, area:network, priority:low, type:enhancement
Description
In modules/profiles/meshNetwork/default.nix, the mesh status script at /etc/meshNetwork/status.sh has mode 0555 (world-readable/executable). It reveals all mesh IPs, node IDs, and peer connectivity status.
Impact
Information disclosure of internal network topology to any local user.
Recommended Fix
Change permissions to 0750, restrict to wheel group.