CVE Catalog

CVE-2026-39828

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.37%

30th percentile - higher than 30% of all known CVEs

Summary

In SSH, when an authentication callback returned PartialSuccessError with non-nil Permissions, those permissions were silently discarded. This could drop certificate restrictions like force-command after a second factor. Returning non-nil Permissions with PartialSuccessError now results in a connection error.

Risk Assessment

An attacker can bypass SSH certificate restrictions, such as forced commands, after successful multi-factor authentication.

Recommendation

Update the SSH implementation to a version where PartialSuccessError with non-nil Permissions causes a connection error.

Other vulnerabilities in SSH

See all
Original NVD description (English source)

When an SSH server authentication callback returned PartialSuccessError with non-nil Permissions, those permissions were silently discarded, potentially dropping certificate restrictions such as force-command after a second factor succeeded. Returning non-nil Permissions with PartialSuccessError now results in a connection error.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS