The pcscd service on RHEL 9 must be active.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-258125 | RHEL-09-611180 | SV-258125r1045253_rule | CCI-004046 | medium |
| Description | ||||
| The information system ensures that even if the information system is compromised, that compromise will not affect credentials stored on the authentication device. The daemon program for pcsc-lite and the MuscleCard framework is pcscd. It is a resource manager that coordinates communications with smart card readers and smart cards and cryptographic tokens that are connected to the system. | ||||
| STIG | Date | |||
| Red Hat Enterprise Linux 9 Security Technical Implementation Guide | 2025-05-14 | |||
Related Frameworks
2 paths across 2 frameworks
Related Frameworks
NIST 800-531 mapping
IA-2(6)
1.00
- DISA · 2 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-004046
1.00
- DISA · 2 · disa_xccdf · related
Details
Check Text (C-258125r1045253_chk)
Verify that the "pcscd" socket is active with the following command:
$ systemctl is-active pcscd.socket
active
If the pcscd socket is not active, this is a finding.
Fix Text (F-61790r1045252_fix)
To enable the pcscd socket, run the following command:
$ sudo systemctl enable --now pcscd.socket