A civic cache or queue service binds on an internal host with no authentication. What does that represent?
Select an answer to reveal the explanation.
Short Explanation
A cache or queue with no login is an open notebook on the conference table—anyone on that network can read or scribble. Internal doesn’t mean trusted forever. Put auth on it and limit who can connect.
Full Explanation
In-memory caches and message queues often store sensitive objects, session data, or job payloads. Binding without authentication allows any reachable client to read or manipulate contents, enabling data exposure and integrity attacks. Network location alone is insufficient protection in modern flat or partially compromised environments. Findings should drive authentication, network ACLs, and encryption-in-transit for these common data services.