Red Hat Security Advisory: Red Hat Hardened Images RPM Release
🔗 CVE IDs covered (3)
📋 Description
CVE-2025-61984 — openssh: OpenSSH: Control characters in usernames can lead to code execution via ProxyCommand CVE-2025-61985 — openssh: OpenSSH: Null character in ssh:// URI can lead to code execution via ProxyCommand CVE-2026-3497 — openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables
🎯 Affected products4
- Red Hat Hardened Images
- openssh-main@aarch64 as a component of Red Hat Hardened Images
- openssh-main@src as a component of Red Hat Hardened Images
- openssh-main@x86_64 as a component of Red Hat Hardened Images
✅ Remediation
Red Hat Hardened Images RPM Release Workaround: To mitigate this issue, disable GSSAPI key exchange in the OpenSSH server configuration. This prevents the server from processing GSSAPI messages, eliminating the vulnerability's attack surface. Edit `/etc/ssh/sshd_config` and add or modify the line: ``` GSSAPIKeyExchange no ``` After saving the changes, restart the `sshd` service for the mitigation to take effect. This action will prevent users from authenticating via GSSAPI. ``` # systemctl restart sshd ```
🔗 References (6)
- selfhttps://access.redhat.com/errata/RHSA-2026:5475
- externalhttps://access.redhat.com/security/cve/CVE-2025-61985
- externalhttps://access.redhat.com/security/updates/classification/
- externalhttps://access.redhat.com/security/cve/CVE-2025-61984
- externalhttps://access.redhat.com/security/cve/CVE-2026-3497
- selfhttps://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5475.json