OL 9 must be configured to disable the Controller Area Network (CAN) kernel module.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-271444 | OL09-00-000041 | SV-271444r1091044_rule | CCI-000381 | medium |
| Description | ||||
| Disabling CAN protects the system against exploitation of any flaws in its implementation. | ||||
| STIG | Date | |||
| Oracle Linux 9 Security Technical Implementation Guide | 2025-05-08 | |||
Related Frameworks
3 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-7
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.4.6
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000381
1.00
- DISA · 1 · disa_xccdf · related
Details
Check Text (C-271444r1091044_chk)
Verify that OL 9 disables the ability to load the CAN kernel module with the following command:
$ grep -r can /etc/modprobe.conf /etc/modprobe.d/*
install can /bin/false
blacklist can
If the command does not return any output, or the line is commented out, and use of CAN is not documented with the information system security officer (ISSO) as an operational requirement, this is a finding.
Fix Text (F-75401r1091043_fix)
Configure OL 9 to prevent the can kernel module from being loaded.
Add the following line to the file /etc/modprobe.d/can.conf (or create atm.conf if it does not exist):
install can /bin/false
blacklist can