Ubuntu 22.04 LTS must have the "chrony" package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-260479 | UBTU-22-215015 | SV-260479r991589_rule | CCI-000366 | low |
| Description | ||||
| Inaccurate time stamps make it more difficult to correlate events and can lead to an inaccurate analysis. Determining the correct time a particular event occurred on a system is critical when conducting forensic analysis and investigating system events. Sources outside the configured acceptable allowance (drift) may be inaccurate. Organizations must consider endpoints that may not have regular access to the authoritative time server (e.g., mobile, teleworking, and tactical endpoints). | ||||
| STIG | Date | |||
| Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide | 2025-05-16 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-6
1.00
- DISA · 2 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.4.1
1.00
- DISA · 2 · 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
3.4.2
1.00
- DISA · 2 · 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-000366
1.00
- DISA · 2 · disa_xccdf · related
Details
Check Text (C-260479r991589_chk)
Verify the "chrony" package is installed using the following command:
$ dpkg -l | grep chrony
ii chrony 4.2-2ubuntu2 amd64 Versatile implementation of the Network Time Protocol
If the "chrony" package is not installed, this is a finding.
Fix Text (F-64116r953249_fix)
Install the "chrony" network time protocol package using the following command:
$ sudo apt-get install chrony