Multiple choice technology security

Which type of vulnerability allows an attacker to browse files that shouldnt be accessible (eg. *.bak,"Copy of", *.inc, etc) or pages restricted for users with higher previleges?

  1. Insecure cryptographic storage

  2. Injection Flaw

  3. Failure to restrict URL access

  4. Insecure communication

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Failure to restrict URL access allows attackers to browse sensitive directories, files, or privileged pages directly. Injection flaws involve untrusted input execution, insecure storage exposes data at rest, and insecure communication lacks encryption, none of which directly permit directory browsing via URLs.