Which item is an example of improper access control?

Study for the PCI Data Security Standard Test. Utilize flashcards and multiple-choice questions, each offering hints and detailed explanations. Prepare thoroughly for your exam and ensure compliance with PCI DSS!

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