Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Isaca CCOA Exam - Topic 2 Question 25 Discussion

Which of the following tactics is associated with application programming interface (API) requests that may result in bypassing access control checks?
D) Broken access control
A) Insecure direct object reference
B) Input injection
C) Forced browsing

Isaca CCOA Exam - Topic 2 Question 25 Discussion

Actual exam question for Isaca's CCOA exam
Question #: 25
Topic #: 2
[All CCOA Questions]

Which of the following tactics is associated with application programming interface (API) requests that may result in bypassing access control checks?

Show Suggested Answer Hide Answer
Suggested Answer: D

API requests that bypass access control checks typically fall under the category of Broken Access Control. This vulnerability occurs when the API fails to enforce restrictions on authenticated users, allowing them to access data or functionality they are not authorized to use.

Example: An API endpoint that does not properly verify user roles might allow a standard user to perform admin actions.

Related Issues: Insecure direct object references (IDOR), where APIs expose objects without sufficient authorization checks, often lead to broken access control.

Impact: Attackers can exploit this to gain unauthorized access, modify data, or escalate privileges.

Incorrect Options:

A . Insecure direct object reference: This is a type of broken access control, but the broader category is more appropriate.

B . Input injection: Typically related to injection or command injection, not directly related to bypassing access controls.

C . Forced browsing: Involves accessing unlinked or unauthorized resources via predictable URLs but is not specific to API vulnerabilities.

Exact Extract from CCOA Official Review Manual, 1st Edition:

Refer to Chapter 7, Section 'API Security,' Subsection 'Common API Vulnerabilities' - Broken access control remains a primary issue when API endpoints fail to enforce proper access restrictions.


Contribute your Thoughts:

0/2000 characters
Krystina
4 days ago
I thought broken access control was the main issue with APIs, but now I'm questioning if it could be one of the other options too.
upvoted 0 times
...
Dominic
9 days ago
I feel like forced browsing was mentioned in a similar practice question, but I can't recall if it specifically relates to API requests.
upvoted 0 times
...
Brigette
14 days ago
I think I remember something about insecure direct object references being a way to access resources without proper checks, but I'm not entirely sure if that's the right answer here.
upvoted 0 times
...

Save Cancel