Terminology Index
Glossary
1801 terms
Showing 673-704 of 1801 terms
Forced Browsing
A web attack technique of directly requesting URLs or resources that are not linked or shown in the interface, to reach hidden pages, files, or functions that the application failed to properly protect.
Forced browsing exploits the mistake of relying on obscurity, hiding a page or function in the UI without enforcing access control on the server. An attacker guesses or enumerates URLs (admin panels, backup files, unlinked endpoints) and accesses them directly. The defense is server-side authorization on every resource, denying by default, rather than assuming unlinked means unreachable. It is a common manifestation of broken access control.
Introduced in: Defensive Web Fundamentals
Examples
- Directly requesting an unlinked admin page the UI never displayed.
- Guessing the URL of a backup file left accessible on the server.
- Reaching a hidden function because the server never checked authorization.
No related terms linked yet.
