- Evidence
- DNS and certificate logs listed staging.<lab-domain>. The host answered HTTPS with a development banner and an unauthenticated health/debug path. No production customer data on this lab box; the pattern is the finding.
- Impact
- Staging often runs weaker auth and verbose errors. If copied to a real SaaS, this is a common path into pre-release code and extra attack surface.
- Remediation
- Remove public DNS, restrict by VPN or IP allow-list, or require SSO. Disable debug routes outside local development. Retest by confirming the name no longer resolves publicly.