Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
EC-Council logo

EC-CouncilWeb Application Hacking and Security

Domain 8Objective 1

Authentication Bypass WAHS Practice Questions (Page 13)

Part of the Authentication and Session Management domain, which makes up ~17% of our current practice bank. EC-Council does not publish an official question count, but from its 360-minute exam (~145–240 total, ~25–41 in this domain), expect 8–14 from this objective — we provide 75 practice questions to prepare you well beyond it. (estimate)

75questions here
15free pages
20concepts

Questions 61–65

  1. 61application · medium

    A web application restricts access to an administrative panel by only allowing GET requests to /admin. The application does not check the HTTP method for other endpoints. An attacker sends a POST request to /admin/deleteUser with the parameter userID=123 and successfully deletes a user without authentication. Which vulnerability is being exploited?

    Select an answer first
  2. 62application · medium

    A web application uses URL-based access control. A user with role 'user' can access /dashboard, but the admin panel is at /admin. The application checks the role only on the server-side for /dashboard, but the /admin route is not protected by any middleware. What is the most likely vulnerability and the best remediation?

    Select an answer first
  3. 63application · medium

    A web application allows users to download invoices by accessing /download?file=invoice_123.pdf. The application checks if the user is logged in but does not check if the user owns the invoice. An attacker changes the file parameter to invoice_124.pdf and downloads another user's invoice. Which two vulnerabilities are being exploited?

    Select an answer first
  4. 64expert · hard

    A web application's login form returns different error messages: 'Invalid username' when the username does not exist and 'Invalid password' when the password is wrong. An attacker uses this information to enumerate valid usernames and then performs a password spraying attack. Which two vulnerabilities are being exploited?

    Select an answer first
  5. 65foundation · easy

    What is a common flaw in logout implementation that can be exploited?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by EC-Council. “WAHS” is a trademark of its owner, used for identification only.