CramX Logo

Which aspect of the CIA triad is violated by an unauthorized database rollback or undo? A. Availability B. Identification C. Integrity D. Confidentiality
12 months agoReport content

Answer

Full Solution Locked

Sign in to view the complete step-by-step solution and unlock all study resources.

Step 1:
Let's solve this cybersecurity problem step by step:

Step 2:
: Understand the CIA Triad

The CIA triad is a fundamental model in cybersecurity that stands for: - Confidentiality: Protecting data from unauthorized access - Integrity: Ensuring data remains accurate and unaltered - Availability: Ensuring systems and data are accessible to authorized users

Step 3:
: Analyze the Scenario

An unauthorized database rollback or undo means someone is changing the state of the database without proper authorization, potentially modifying or reverting data to a previous state.

Step 4:
: Identify the Violated Principle

This action directly impacts the integrity of the data. Integrity means that data should remain complete, accurate, and trustworthy. An unauthorized rollback: - Changes data from its current state - Potentially removes or alters recent transactions - Undermines the reliability of the database

Step 5:
: Eliminate Incorrect Options

- Availability (A): The database is still accessible - Identification (B): This relates to user authentication, not the data itself - Confidentiality (D): The data's secrecy is not the primary concern here

Step 6:
: Confirm the Correct Answer

Final Answer

Integrity The unauthorized database rollback violates the Integrity principle of the CIA triad by potentially altering or undoing data without proper authorization, compromising the accuracy and trustworthiness of the database.