CVE-2026-3497: Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions.
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.
Security readout for executives and security teams
Plain-English summary
This is a high-severity flaw in some Linux distribution patches to OpenSSH, not in upstream OpenSSH itself. A remote unauthenticated attacker can trigger faulty GSSAPI key-exchange handling that may destabilize sshd. The main business concern is SSH service availability, with limited confidentiality impact reported.
Executive priority
Treat as urgent for internet-exposed SSH servers on affected Linux distributions, especially production access gateways. Prioritize patching over emergency shutdown unless vendor guidance or local exposure analysis indicates a higher operational risk.
Technical view
During GSSAPI key exchange, an unexpected message can reach sshpkt_disconnect(), which does not terminate execution. Connection variables remain uninitialized and may later be dereferenced, causing undefined behavior. CVSS 3.1 is 8.2: network, low complexity, no privileges, no user interaction, confidentiality low, availability high.
Likely exposure
Exposure is most likely on Linux systems running distribution-patched OpenSSH packages that include the GSSAPI delta. The bundle names Ubuntu openssh versions and includes Debian and Red Hat advisories, but does not provide complete affected-version detail for every distribution.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. The flaw is remotely reachable before authentication when the affected GSSAPI key-exchange path is present, but practical impact depends heavily on compiler hardening configuration.
Researcher notes
Do not generalize this to all OpenSSH. The vulnerable code is described as a distribution GSSAPI delta. The source bundle names the bug class as uninitialized pointer/read behavior, with availability impact dominant and exploitability shaped by compiler hardening.
Mitigation direction
Apply vendor OpenSSH security updates for affected Linux distributions.
Check Ubuntu openssh versions against the Ubuntu CVE advisory.
Review Debian LTS and Red Hat errata for applicable fixed packages.
If patching is delayed, follow vendor-specific mitigation guidance.
Confirm any source-level workaround with the vendor before relying on it.
Validation and detection
Inventory systems running distribution-provided OpenSSH server packages.
Identify whether installed packages match affected vendor versions or errata.
Verify upstream-only OpenSSH builds separately; upstream is stated unaffected.
Check whether GSSAPI key exchange is present in the deployed build.
After updates, confirm package versions match vendor fixed releases.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-824: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-824 · source CWE mapping
Access of Uninitialized Pointer
Access of Uninitialized Pointer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Use of Uninitialized Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.