Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-242405 | CNTR-K8-000860 | SV-242405r879586_rule | Medium |
Description |
---|
The manifest files contain the runtime configuration of the API server, proxy, scheduler, controller, and etcd. If an attacker can gain access to these files, changes can be made to open vulnerabilities and bypass user authorizations inherit within Kubernetes with RBAC implemented. |
STIG | Date |
---|---|
Kubernetes Security Technical Implementation Guide | 2023-06-20 |
Check Text ( C-45680r863812_chk ) |
---|
On the Control Plane, change to the /etc/kubernetes/manifest directory. Run the command: ls -l * Each manifest file must be owned by root:root. If any manifest file is not owned by root:root, this is a finding. |
Fix Text (F-45638r863813_fix) |
---|
On the Control Plane, change to the /etc/kubernetes/manifest directory. Run the command: chown root:root * To verify the change took place, run the command: ls -l * All the manifest files should be owned by root:root. |