[LOW] Mesh network status script world-readable with topology info #29

Open
opened 2026-05-05 15:45:01 -05:00 by pjennings · 0 comments
Owner

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.

Change permissions to 0750, restrict to wheel group.

**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.
Sign in to join this conversation.
No description provided.