106k views
2 votes
Given a file containing sensitive data and residing in a Linux operating system, would setting the permissions to rw-rw-rw- cause a potential security issue? If so, which portions of the CIA triad might be affected?

A. Confidentiality
B. Integrity
C. Availability
D. All of the above

1 Answer

5 votes

Final answer:

Setting the permissions to rw-rw-rw- in a Linux operating system can cause a potential security issue and compromise the CIA triad.

Step-by-step explanation:

Setting the permissions of a file to rw-rw-rw- in a Linux operating system can indeed cause a potential security issue. This permission setting allows anyone to read from, write to, and execute the file, which means that sensitive data could be easily accessed and modified by unauthorized users.

The portions of the CIA triad that might be affected are Confidentiality, Integrity, and Availability.

Confidentiality is compromised because anyone can read the file, potentially exposing sensitive information. Integrity is compromised because anyone can modify the file, potentially altering its contents. Availability is compromised because anyone can execute the file, potentially disrupting its intended function or causing harm.

User Austinbv
by
7.6k points