Cyber Resilience

CVE-2025-15382

Medium

Published: 06 January 2026

Published
06 January 2026
Modified
12 January 2026
KEV Added
Patch
CVSS Score v4 5.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0030 21.7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-15382 is a medium-severity Out-of-bounds Read (CWE-125) vulnerability in Wolfssh Wolfssh. Its CVSS base score is 5.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation of Remote Services (T1210); ranked at the 21.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-15382 is a heap buffer over-read vulnerability in the wolfSSH_CleanPath() function within the wolfSSH library. The issue arises when processing crafted SCP path input containing '/./' sequences, leading to a one-byte heap over-read. It affects wolfSSH implementations that handle SCP operations.

An authenticated remote attacker with low privileges (PR:L) can exploit this vulnerability over the network (AV:N) with low complexity (AC:L) and no user interaction required (UI:N). Successful exploitation results in high confidentiality (C:H) and availability (A:H) impacts, but no integrity impact (I:N), under an unchanged scope (S:U), as reflected in its CVSS v3.1 base score of 8.1. The attacker can trigger the over-read to potentially disclose sensitive heap memory contents or cause denial-of-service.

Mitigation is addressed in a patch available via the wolfSSL wolfssh GitHub pull request #859, which security practitioners should review and apply to affected versions.

EU & UK References

Vulnerability details

A heap buffer over-read vulnerability exists in the wolfSSH_CleanPath() function in wolfSSH. An authenticated remote attacker can trigger the issue via crafted SCP path input containing '/./' sequences, resulting in a heap over read by 1 byte.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Why these techniques?

The vulnerability is a remotely exploitable heap buffer over-read in wolfSSH SCP path handling, directly enabling exploitation of a remote service (SSH/SCP) for memory disclosure or DoS.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-14942Same product: Wolfssh Wolfssh
CVE-2026-44064Shared CWE-125
CVE-2026-31393Shared CWE-125
CVE-2025-21246Shared CWE-125
CVE-2025-49657Shared CWE-125
CVE-2026-31405Shared CWE-125
CVE-2026-33516Shared CWE-125
CVE-2026-23569Shared CWE-125
CVE-2024-58015Shared CWE-125
CVE-2026-31636Shared CWE-125

Affected Assets

wolfssh
wolfssh
1.4.12 — 1.4.22

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the vulnerability by requiring timely application of the available wolfSSL wolfssh patch for the heap buffer over-read in wolfSSH_CleanPath().

prevent

Implements memory protection safeguards such as bounds checking and heap isolation to prevent exploitation of the one-byte heap over-read triggered by crafted SCP paths.

prevent

Requires validation of SCP path inputs to reject or sanitize crafted '/./' sequences before they reach the vulnerable wolfSSH_CleanPath() function.

References