Description
In ssh in OpenSSH before 10.5, a use-after-free for realloc data can occur if a certain pair of remote-forwarding operations are concurrent.
Published: 2026-08-11
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In OpenSSH before 10.5, a use‑after‑free flaw occurs during realloc operations when two particular remote‑forwarding commands are issued concurrently. The bug can corrupt data structures or cause the SSH client to crash. The official description does not affirm that arbitrary code execution is possible, so the impact is limited to memory corruption and instability, potentially exposing sensitive data if the client processes untrusted input during a crash scenario. The CWE identifiers associated with the weakness are CWE‑416 (Use‑after‑free) and CWE‑825 (Data Corruption through Incorrectly Managed Reference).

Affected Systems

Any OpenSSH installation from OpenBSD prior to release 10.5 is susceptible, because the code change that removes the realloc bug is only present in that version. No additional sub‑release details are provided, so all pre‑10.5 releases should be treated as vulnerable.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity, while an EPSS score of less than 1 % suggests a low likelihood of exploitation at the time of this analysis. The vulnerability is not listed in CISA KEV. Exploitation requires a remote SSH session that initiates two forwarding operations simultaneously; the scenario that can be engineered from the network side is inferred from the description. The effect is confined to the client running the vulnerable code, potentially resulting in a crash or memory corruption but not in code execution or broader system compromise.

Generated by OpenCVE AI on August 18, 2026 at 05:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenSSH to version 10.5 or later, which removes the buggy realloc handling.
  • If an upgrade cannot occur immediately, avoid issuing concurrent remote‑forwarding commands that could trigger the flaw from the affected client.
  • After applying the fix or changing configuration, monitor SSH logs for anomalous forward attempts and restart the OpenSSH client to ensure the vulnerability is neutralized.

Generated by OpenCVE AI on August 18, 2026 at 05:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Title Concurrent Remote‑Forwarding Use‑After‑Free in OpenSSH before 10.5 openssh: OpenSSH: Information disclosure and data corruption via use-after-free in ssh client
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 12 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
Title Concurrent Remote‑Forwarding Use‑After‑Free in OpenSSH before 10.5

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description In ssh in OpenSSH before 10.5, a use-after-free for realloc data can occur if a certain pair of remote-forwarding operations are concurrent.
First Time appeared Openbsd
Openbsd openssh
Weaknesses CWE-416
CPEs cpe:2.3:a:openbsd:openssh:*:*:*:*:*:*:*:*
Vendors & Products Openbsd
Openbsd openssh
References
Metrics cvssV3_1

{'score': 4.8, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-11T20:17:22.196Z

Reserved: 2026-08-11T19:12:24.011Z

Link: CVE-2026-73282

cve-icon Vulnrichment

Updated: 2026-08-11T20:17:16.964Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T20:18:49.830

Modified: 2026-08-31T19:27:52.023

Link: CVE-2026-73282

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-11T19:12:24Z

Links: CVE-2026-73282 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T05:45:03Z

Weaknesses