-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: workaround STIG Viewer 3.2 ruleId abnormalities (#17)
- Loading branch information
Showing
11 changed files
with
1,448 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!--DISA STIG Viewer :: 3.2.0 --> | ||
<CHECKLIST> | ||
<ASSET> | ||
<ROLE>None</ROLE> | ||
<ASSET_TYPE>Computing</ASSET_TYPE> | ||
<HOST_NAME>aasfsefsefe</HOST_NAME> | ||
<HOST_IP></HOST_IP> | ||
<HOST_MAC></HOST_MAC> | ||
<HOST_FQDN></HOST_FQDN> | ||
<TARGET_COMMENT></TARGET_COMMENT> | ||
<TECH_AREA></TECH_AREA> | ||
<TARGET_KEY></TARGET_KEY> | ||
<WEB_OR_DATABASE>false</WEB_OR_DATABASE> | ||
<WEB_DB_SITE></WEB_DB_SITE> | ||
<WEB_DB_INSTANCE></WEB_DB_INSTANCE> | ||
</ASSET> | ||
<STIGS> | ||
<iSTIG> | ||
<STIG_INFO> | ||
<SI_DATA> | ||
<SID_NAME>version</SID_NAME> | ||
<SID_DATA>1</SID_DATA> | ||
</SI_DATA> | ||
<SI_DATA> | ||
<SID_NAME>classification</SID_NAME> | ||
<SID_DATA>UNCLASSIFIED</SID_DATA> | ||
</SI_DATA> | ||
<SI_DATA> | ||
<SID_NAME>customname</SID_NAME> | ||
<SID_DATA></SID_DATA> | ||
</SI_DATA> | ||
<SI_DATA> | ||
<SID_NAME>stigid</SID_NAME> | ||
<SID_DATA>CAN_Ubuntu_18-04_STIG</SID_DATA> | ||
</SI_DATA> | ||
<SI_DATA> | ||
<SID_NAME>description</SID_NAME> | ||
<SID_DATA></SID_DATA> | ||
</SI_DATA> | ||
<SI_DATA> | ||
<SID_NAME>releaseinfo</SID_NAME> | ||
<SID_DATA>Release: 11 Benchmark Date: 27 Apr 2023</SID_DATA> | ||
</SI_DATA> | ||
<SI_DATA> | ||
<SID_NAME>title</SID_NAME> | ||
<SID_DATA>Canonical Ubuntu 18.04 LTS Security Technical Implementation Guide</SID_DATA> | ||
</SI_DATA> | ||
<SI_DATA> | ||
<SID_NAME>uuid</SID_NAME> | ||
<SID_DATA>ea415ef5-b2ad-4dd8-914d-3eb1e0080e78</SID_DATA> | ||
</SI_DATA> | ||
<SI_DATA> | ||
<SID_NAME>notice</SID_NAME> | ||
<SID_DATA>terms-of-use</SID_DATA> | ||
</SI_DATA> | ||
<SI_DATA> | ||
<SID_NAME>source</SID_NAME> | ||
<SID_DATA>Unknown</SID_DATA> | ||
</SI_DATA> | ||
</STIG_INFO> | ||
<VULN> | ||
|
||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Rule_ID</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>SV-219147r802349_rule</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Rule_Ver</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>UBTU-18-010000</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Rule_Title</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>Ubuntu operating systems booted with a BIOS must require authentication upon booting into single-user and maintenance modes.</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Vuln_Discuss</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>To mitigate the risk of unauthorized access to sensitive information by entities that have been issued certificates by DoD-approved PKIs, all DoD systems (e.g., web servers and web portals) must be properly configured to incorporate access control methods that do not rely solely on the possession of a certificate for access. Successful authentication must not automatically give an entity access to an asset or security boundary. Authorization procedures and controls must be implemented to ensure each authenticated entity also has a validated and current authorization. Authorization is the process of determining whether an entity, once authenticated, is permitted to access a specific asset. Information systems use access control policies and enforcement mechanisms to implement this requirement. | ||
|
||
Access control policies include: identity-based policies, role-based policies, and attribute-based policies. Access enforcement mechanisms include: access control lists, access control matrices, and cryptography. These policies and mechanisms must be employed by the application to control access between users (or processes acting on behalf of users) and objects (e.g., devices, files, records, processes, programs, and domains) in the information system.</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>IA_Controls</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA></ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Check_Content</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>Verify that an encrypted root password is set. This is only applicable on systems that use a basic Input/Output System BIOS. | ||
|
||
Run the following command to verify the encrypted password is set: | ||
$ grep –i password /boot/grub/grub.cfg | ||
|
||
password_pbkdf2 root grub.pbkdf2.sha512.10000.MFU48934NJA87HF8NSD34493GDHF84NG | ||
|
||
If the root password entry does not begin with “password_pbkdf2”, this is a finding.</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Fix_Text</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>Configure the system to require a password for authentication upon booting into single-user and maintenance modes. | ||
|
||
Generate an encrypted (grub) password for root with the following command: | ||
$ grub-mkpasswd-pbkdf2 | ||
Enter Password: | ||
Reenter Password: | ||
PBKDF2 hash of your password is grub.pbkdf2.sha512.10000.MFU48934NJD84NF8NSD39993JDHF84NG | ||
|
||
Using the hash from the output, modify the "/etc/grub.d/40_custom" file with the following command to add a boot password: | ||
$ sudo sed -i '$i set superusers=\"root\"\npassword_pbkdf2 root <hash>' /etc/grub.d/40_custom | ||
|
||
where <hash> is the hash generated by grub-mkpasswd-pbdkf2 command. | ||
|
||
Configure grub to only require a password when accessing the bootloader: | ||
$ sudo sed -i -E 's/^CLASS="[^"]*/& --unrestricted/' /etc/grub.d/10_linux | ||
|
||
Generate an updated "grub.conf" file with the new password by using the following command: | ||
$ update-grub</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>False_Positives</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA></ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>False_Negatives</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA></ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Documentable</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>false</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Mitigations</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA></ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Potential_Impact</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA></ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Third_Party_Tools</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA></ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Mitigation_Control</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA></ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Responsibility</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA></ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Security_Override_Guidance</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA></ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Check_Content_Ref</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>M</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Weight</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>10.0</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>Class</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>Unclassified</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>STIG_UUID</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>b0e43528-a14f-40ef-9cdc-595910c9a835</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>LEGACY_ID</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>V-100519</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>LEGACY_ID</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>SV-109623</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STIG_DATA> | ||
<VULN_ATTRIBUTE>CCI_REF</VULN_ATTRIBUTE> | ||
<ATTRIBUTE_DATA>CCI-000213</ATTRIBUTE_DATA> | ||
</STIG_DATA> | ||
<STATUS>Not_Reviewed</STATUS> | ||
<FINDING_DETAILS>Comment</FINDING_DETAILS> | ||
<COMMENTS></COMMENTS> | ||
<SEVERITY_OVERRIDE></SEVERITY_OVERRIDE> | ||
<SEVERITY_JUSTIFICATION></SEVERITY_JUSTIFICATION> | ||
</VULN> | ||
</iSTIG> | ||
</STIGS> | ||
</CHECKLIST> |
Oops, something went wrong.