A team secures the public admin entry and later discovers that an internal or legacy hostname still exposes the same interface without the edge restriction.
An admin surface seems protected by an edge allowlist but an alternate hostname still bypasses it through another proxy chain
The main route is locked down, yet the same backend remains reachable through a secondary hostname that never traverses the allowlisted edge path.
Scenario
What to check first
- Identify the primary failure signal in the WAF / AppSec scenario.
- Separate visible symptoms from the underlying technical dependency.
- Describe the safest recovery path and the follow-up prevention work.
Checking checklist
- Summarize the current impact and the last known change.
- Collect direct evidence from logs, runtime state, and configuration before changing anything.
- Separate immediate recovery from permanent prevention work.
Recovery and prevention
Inventory every hostname and proxy chain that can reach the protected backend.
Questions worth viewing together
Community-field security problem inspired by Reddit and Server Fault discussions where alternate hostnames bypassed edge allowlists. An allowlist only protects the request paths that actually pass through it.
Teams often blame DNS propagation or caching when the real issue is a second hostname bypassing the protected edge path.
Legacy hostnames frequently outlive current proxy and security assumptions.
Similar cases seen in the field