You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discussed the follow-up of CVE-2025-24032 and its fixes and they way how pam_pkcs11 is implemented, it checking signature just verifies the user has some key with certificate that can do a signature.
This is insufficient when authenticating a user to a system as it does not verify the certificate against any CA that is known to the system so I believe the default should really be ca, signature and nothing less.
Therefore my suggestion would be to change the default to this and change the ca option to no_ca so it could be turned off only explicitly, same as the signature check. Any thoughts?