Check: UBTU-18-010502
Canonical Ubuntu 18.04 LTS STIG:
UBTU-18-010502
(in versions v2 r14 through v2 r9)
Title
The Ubuntu operating system must synchronize internal information system clocks to the authoritative time source when the time difference is greater than one second. (Cat III impact)
Discussion
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. Synchronizing internal information system clocks provides uniformity of time stamps for information systems with multiple system clocks and systems connected over a network. Organizations should consider setting time periods for different types of systems (e.g., financial, legal, or mission-critical systems). Organizations should also consider endpoints that may not have regular access to the authoritative time server (e.g., mobile, teleworking, and tactical endpoints). This requirement is related to the comparison done every 24 hours in SRG-OS-000355 because a comparison must be done in order to determine the time difference.
Check Content
Verify the operating system synchronizes internal system clocks to the authoritative time source when the time difference is greater than one second. Check the value of "makestep" by running the following command: # sudo grep makestep /etc/chrony/chrony.conf makestep 1 -1 If the makestep option is commented out or is not set to "1 -1", this is a finding.
Fix Text
Configure chrony to synchronize the internal system clocks to the authoritative source when the time difference is greater than one second by doing the following, Edit the /etc/chrony/chrony.conf file and add: makestep 1 -1 Restart the chrony service, # sudo systemctl restart chrony.service
Additional Identifiers
Rule ID: SV-219332r853394_rule
Vulnerability ID: V-219332
Group Title: SRG-OS-000356-GPOS-00144
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-002046 |
The information system synchronizes the internal system clocks to the authoritative time source when the time difference is greater than the organization-defined time period. |
Controls
Number | Title |
---|---|
AU-8 (1) |
Synchronization With Authoritative Time Source |