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

EC-CouncilCertified Application Security Engineer (Java)

Domain 4Objective 1

Common Threats on Authentication and Authorization CASEJAVA Practice Questions (Page 1)

Part of the Secure Coding: Authentication and Authorization domain, which makes up ~11% of our current practice bank. EC-Council does not publish an official question count, but from its 120-minute exam (~50–80 total, ~6–9 in this domain), expect 3–5 from this objective — we provide 41 practice questions to prepare you well beyond it. (estimate)

41questions here
9free pages
3concepts

Questions 1–5

  1. 1expert · hard

    A Java application uses a microservices architecture where each service has its own authorization logic. The API gateway authenticates users and passes a JWT to downstream services. A security audit finds that one downstream service trusts the 'role' claim in the JWT without verifying the token's signature. An attacker who can obtain a valid JWT for a low-privileged user can modify the role claim to 'admin' and access admin endpoints in that service. What is the most effective fix that maintains the current architecture?

    Select an answer first
  2. 2foundation · easy

    Which attack is characterized by an attacker using a large list of username/password pairs obtained from previous data breaches to try against a web application, relying on the fact that users often reuse passwords across different services?

    Select an answer first
  3. 3application · medium

    A Java application uses a role-based access control system where users can have multiple roles. The application checks the user's role in a filter and allows access to certain pages. A security audit finds that the filter only checks the first role in the list, and an attacker can add a second role to their account via a self-service API. What is the most likely authorization threat?

    Select an answer first
  4. 4foundation · easy

    An authorization flaw allows any authenticated user to view other users' personal data, including health records. Which of the following is a potential business impact of this vulnerability?

    Select an answer first
  5. 5foundation · easy

    A successful authentication flaw allows an attacker to impersonate a legitimate user and perform financial transactions on their behalf. What is the most direct business impact of this vulnerability?

    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. “CASEJAVA” is a trademark of its owner, used for identification only.