RHEL 10 must have the "pcscd" socket set to active.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-280973 | SRG-OS-000375-GPOS-00160 | RHEL-10-200611 | SV-280973r1208793_rule | 2026-05-14 | 1 |
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.
ℹ️ Check
Verify RHEL 10 has the "pcscd" socket set to active with the following command:
$ systemctl is-active pcscd.socket
active
If the "pcscd" socket is not active, this is a finding.
✔️ Fix
Configure RHEL 10 to have the "pcscd" socket set to active with the following command:
$ sudo systemctl enable --now pcscd.socket