Project, notes, links, and thoughts from my corner of the internet
Recently I’ve been learning ESP32 development and made a voice recorder firmware that runs on the Cardputer ADV. Maybe it’s the most powerful recorder firmware for the Cardputer ADV? (Since nobody else seems to have made one XD)
• Nezha JWT and agent secrets should be considered leaked • All connected nodes should be treated as exposed • Any API keys, cloud credentials, SSH keys, TLS keys, or tokens on those servers should be rotated
Recommendations:
• Upgrade Nezha immediately, at least to v2.0.13+ • Stop all old agents • Re-register every node with new secrets • Do not reuse old config.yaml, SQLite DB, agent secret, or UUIDs • Do not expose the dashboard directly to the public Internet • Rotate passwords, SSH keys, API tokens, and TLS certificates
Lesson learned:
A monitoring dashboard with remote command execution is not “just a dashboard”. Treat it like critical infrastructure.