CAS-001 · Question #189
A breach at a government agency resulted in the public release of top secret information. The Chief Information Security Officer has tasked a group of security professionals to deploy a system which…
The correct answer is C. A MAC which enforces no read-up, a MAC which enforces no write-down, and a DAC which uses. The Bell-LaPadula model enforces confidentiality through MAC rules of no read-up and no write-down, preventing subjects from reading above their clearance or writing sensitive data to lower classification levels.
Question
A breach at a government agency resulted in the public release of top secret information. The Chief Information Security Officer has tasked a group of security professionals to deploy a system which will protect against such breaches in the future. Which of the following can the government agency deploy to meet future security needs?
Options
- AA DAC which enforces no read-up, a DAC which enforces no write-down, and a MAC which uses
- BA MAC which enforces no write-up, a MAC which enforces no read-down, and a DAC which uses
- CA MAC which enforces no read-up, a MAC which enforces no write-down, and a DAC which uses
- DA DAC which enforces no write-up, a DAC which enforces no read-down, and a MAC which uses
How the community answered
(49 responses)- A6% (3)
- B18% (9)
- C63% (31)
- D12% (6)
Why each option
The Bell-LaPadula model enforces confidentiality through MAC rules of no read-up and no write-down, preventing subjects from reading above their clearance or writing sensitive data to lower classification levels.
DAC cannot enforce no read-up and no write-down in a mandatory sense because DAC allows resource owners to grant permissions discretionarily, undermining strict classification enforcement.
No write-up and no read-down are the properties of the Biba integrity model, which protects data integrity rather than confidentiality, and would not prevent top secret data from being read by lower-clearance subjects.
The Bell-LaPadula model uses MAC to enforce two core rules: the Simple Security Property (no read-up) prevents subjects from reading objects classified above their clearance level, and the Star Property (no write-down) prevents subjects from writing data to objects at a lower classification, which would leak sensitive information. Combining these two MAC controls with DAC for discretionary access within classification levels provides a comprehensive confidentiality model appropriate for government top secret data. This combination directly addresses the breach by blocking both unauthorized reads and downward data leakage.
DAC cannot enforce no write-up and no read-down in a mandatory classification hierarchy; DAC is discretionary and does not enforce mandatory labels across all subjects.
Concept tested: Bell-LaPadula MAC model no read-up no write-down
Source: https://csrc.nist.gov/glossary/term/bell_lapadula_model
Topics
Community Discussion
No community discussion yet for this question.