If you have studied for the CISSP even briefly, you have encountered the CIA triad. Confidentiality, Integrity, and Availability are the three pillars taught in every security course — but the exam tests them in ways that go well beyond memorisation. The CISSP also recognises two additional pillars: Authenticity and Non-Repudiation. Understanding all five, and knowing how to identify which one is threatened in a scenario, is essential for passing the exam.

Why the CIA Triad Is Only Part of the Picture

Most introductory security courses stop at CIA. The CISSP 2024 exam outline acknowledges that information security has expanded beyond three pillars. Modern security programmes must also guarantee that data and communications are genuine (authenticity) and that parties cannot deny their actions (non-repudiation). Ignoring these two pillars will cost you points on scenario-based questions.

Confidentiality

Confidentiality ensures that information is accessible only to those authorised to access it. It protects data from unauthorised disclosure — whether through hacking, insider threats, or simple misconfiguration.

Controls that support confidentiality include encryption (protecting data at rest and in transit), access controls (restricting who can read data), data classification (determining what needs protecting and at what level), and need-to-know policies (limiting access to the minimum required for job functions).

On the exam, confidentiality is violated when data is exposed to unauthorised parties. Classic scenarios include: an employee emailing sensitive files to a personal account, an unencrypted laptop being stolen, or a misconfigured S3 bucket making private records publicly accessible.

A common distractor: confidentiality is about disclosure, not modification. If data is changed without authorisation, that is an integrity violation, not confidentiality.

Integrity

Integrity ensures that information is accurate, complete, and has not been modified without authorisation. It protects data from both accidental and deliberate alteration.