RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2117192 - The new enable_authselect SCAP rule needs some tweaking
Summary: The new enable_authselect SCAP rule needs some tweaking
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: scap-security-guide
Version: 8.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Vojtech Polasek
QA Contact: Milan Lysonek
URL:
Whiteboard:
Depends On:
Blocks: 2117306 2117307
TreeView+ depends on / blocked
 
Reported: 2022-08-10 09:42 UTC by Watson Yuuma Sato
Modified: 2022-11-08 10:33 UTC (History)
8 users (show)

Fixed In Version: scap-security-guide-0.1.63-2.el8
Doc Type: No Doc Update
Doc Text:
Clone Of: 2114979
: 2117306 2117307 (view as bug list)
Environment:
Last Closed: 2022-11-08 09:40:01 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-130810 0 None None None 2022-08-10 09:52:29 UTC
Red Hat Product Errata RHBA-2022:7563 0 None None None 2022-11-08 09:40:17 UTC

Description Watson Yuuma Sato 2022-08-10 09:42:25 UTC
+++ This bug was initially created as a clone of Bug #2114979 +++

The RHEL8 OSPP profile also needs to select authselect minimal profile.

Description of problem:

The scap-security-guide-0.1.63-1.el9 build seems to bring new SCAP rule enable_authselect to the OSPP profile, with var_authselect_profile=sssd.

However, the rule does not have any ospp references, and sssd is not even installed on the OSPP TOE based on @core group, so that rule will fail to remediate.

Version-Release number of selected component (if applicable):

scap-security-guide-0.1.63-1.el9

How reproducible:

Deterministic.

Steps to Reproduce:
1. Have RHEL 9 with @core group installed.
2. Run oscap xccdf eval --remediate --rule xccdf_org.ssgproject.content_rule_enable_authselect --profile xccdf_org.ssgproject.content_profile_ospp /usr/share/xml/scap/ssg/content/ssg-rhel9-ds.xml

Actual results:

WARNING: Datastream component 'scap_org.open-scap_cref_security-data-oval-com.redhat.rhsa-RHEL9.xml.bz2' points out to the remote 'https://access.redhat.com/security/data/oval/com.redhat.rhsa-RHEL9.xml.bz2'. Use '--fetch-remote-resources' option to download it.
WARNING: Skipping 'https://access.redhat.com/security/data/oval/com.redhat.rhsa-RHEL9.xml.bz2' file which is referenced from datastream
WARNING: Skipping ./security-data-oval-com.redhat.rhsa-RHEL9.xml.bz2 file which is referenced from XCCDF content
--- Starting Evaluation ---

Title   Enable authselect
Rule    xccdf_org.ssgproject.content_rule_enable_authselect
Ident   CCE-89732-2
Result  fail

--- Starting Remediation ---

WARNING: Skipping ./security-data-oval-com.redhat.rhsa-RHEL9.xml.bz2 file which is referenced from XCCDF content
Title   Enable authselect
Rule    xccdf_org.ssgproject.content_rule_enable_authselect
Ident   CCE-89732-2
Result  error

Expected results:

WARNING: Datastream component 'scap_org.open-scap_cref_security-data-oval-com.redhat.rhsa-RHEL9.xml.bz2' points out to the remote 'https://access.redhat.com/security/data/oval/com.redhat.rhsa-RHEL9.xml.bz2'. Use '--fetch-remote-resources' option to download it.
WARNING: Skipping 'https://access.redhat.com/security/data/oval/com.redhat.rhsa-RHEL9.xml.bz2' file which is referenced from datastream
WARNING: Skipping ./security-data-oval-com.redhat.rhsa-RHEL9.xml.bz2 file which is referenced from XCCDF content
--- Starting Evaluation ---

Title   Enable authselect
Rule    xccdf_org.ssgproject.content_rule_enable_authselect
Ident   CCE-89732-2
Result  fail

--- Starting Remediation ---

WARNING: Skipping ./security-data-oval-com.redhat.rhsa-RHEL9.xml.bz2 file which is referenced from XCCDF content
Title   Enable authselect
Rule    xccdf_org.ssgproject.content_rule_enable_authselect
Ident   CCE-89732-2
Result  fixed

Additional info:

Since without authselect configured, rules

   no_empty_passwords
   accounts_passwords_pam_faillock_deny
   accounts_passwords_pam_faillock_interval
   accounts_passwords_pam_faillock_unlock_time

fail to remediate as well, please also add their ospp references (FIA_UAU.1, FIA_AFL.1) to rule enable_authselect.

--- Additional comment from Jan Pazdziora on 2022-08-03 18:10:49 CEST ---

I forgot to mention, the authselect selection that we are looking for for OSPP is minimal.

--- Additional comment from Vojtech Polasek on 2022-08-05 12:21:21 CEST ---

Analysis:
* change var_authselect_profile to minimal in rhel9 ospp profile.
* put FIA_UAU.1, FIA_AFL.1 references to enable_authselect.

--- Additional comment from Watson Yuuma Sato on 2022-08-08 16:09:49 CEST ---

Patch upstream: https://github.com/ComplianceAsCode/content/pull/9298

--- Additional comment from RHEL Program Management on 2022-08-10 09:28:34 CEST ---

DevMissed

The Current Deadline for this BZ has passed. Please discuss with your PO & QE Contact and revise the Current Deadline in one of the following ways:

1. Update the Devel Target Milestone (DTM) to when you think the work will be ready for verification.
2. Set a Custom Deadline Type and Date to when you think the work will be ready for verification. 
3. Update the Internal Target Milestone (ITM) according to QE guidance.  In the absence of 1 and 2 above, the Current Deadline is automatically set to 6 days before the ITM date.

Note that BZs that miss their due date by more than 2 weeks will automatically lose their ITM and thus their release+. 
 Resetting ITM will cause release+ to be restored.

More details about deadline management are available at https://one.redhat.com/rhel-developer-guide/#proc_using-deadlines-to-prioritize-work_assembly_development

Comment 4 Watson Yuuma Sato 2022-08-10 09:44:21 UTC
https://github.com/ComplianceAsCode/content/pull/9298

Comment 16 errata-xmlrpc 2022-11-08 09:40:01 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (scap-security-guide bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:7563


Note You need to log in before you can comment on or make changes to this bug.