Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-3497 Details

Description

Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:10065 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:10714 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:12071 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:13750 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:13812 redhat-SADP

see all 43 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-824Access of Uninitialized Pointerredhat-SADP
CWE-908Use of Uninitialized Resource[email protected]

Affected Products

ProductVersions
canonical ubuntu linux
25.10
20.04
22.04
24.04

CPE

  • cpe:2.3:a:canonical:ubuntu_linux:25.10:*:*:*:*:*:*:*
  • cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*
  • cpe:2.3:o:canonical:ubuntu_linux:22.04:*:*:*:lts:*:*:*
  • cpe:2.3:o:canonical:ubuntu_linux:24.04:*:*:*:lts:*:*:*

Remediation

  • No remediation found in references.
openbsd openssh
All versions

CPE

  • cpe:2.3:a:openbsd:openssh:-:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.
debian debian linux
11.0

CPE

  • cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.
redhat enterprise linux
8.0
9.0
10.0

CPE

  • cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*
  • cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*
  • cpe:2.3:o:redhat:enterprise_linux:10.0:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

14 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-3497
NVD Published Date:
Mar 12, 2026
NVD Last Modified:
Jul 15, 2026
Source:
[email protected]
CVE-2026-3497 Details - Not Deferred