Which item is an example of improper access control?

Study for the PCI Data Security Standard Exam. Master your knowledge with interactive flashcards and multiple-choice questions, each with hints and explanations. Prepare confidently for your certification test!

Multiple Choice

Which item is an example of improper access control?

Explanation:
Access control means every request to view or manipulate a resource should be allowed only if the user is authorized for that specific resource. Insecure direct object references shows improper access control because the application uses a user-supplied reference to access an object directly without verifying that the user has permission to access that exact object. This lets someone alter a parameter (like an ID in a URL) to reach data or resources they shouldn’t be able to view, which is the essence of weak access control. The other options aren’t about who can access a resource: insecure cryptographic storage is about protecting data at rest through encryption and key management; buffer overflows are about memory safety and can lead to exploits unrelated to access permissions; insecure communications concerns protecting data in transit.

Access control means every request to view or manipulate a resource should be allowed only if the user is authorized for that specific resource. Insecure direct object references shows improper access control because the application uses a user-supplied reference to access an object directly without verifying that the user has permission to access that exact object. This lets someone alter a parameter (like an ID in a URL) to reach data or resources they shouldn’t be able to view, which is the essence of weak access control.

The other options aren’t about who can access a resource: insecure cryptographic storage is about protecting data at rest through encryption and key management; buffer overflows are about memory safety and can lead to exploits unrelated to access permissions; insecure communications concerns protecting data in transit.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy