Cyber Resilience

CVE-2019-25607

HighPublic PoC

Published: 22 March 2026

Published
22 March 2026
Modified
16 April 2026
KEV Added
Patch
CVSS Score v4 8.6 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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.0015 4.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25607 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Labf (inferred from references). Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 4.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2019-25607 is a stack-based buffer overflow vulnerability in Axessh version 4.2, specifically affecting the log file name field. Local attackers can exploit this by supplying an excessively long filename, overflowing the buffer at an offset of 214 bytes to overwrite the instruction pointer and execute arbitrary shellcode with system privileges. The issue is classified under CWE-787 (Out-of-bounds Write) and carries a CVSS v3.1 base score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for complete system compromise.

The vulnerability can be exploited by local attackers with no required privileges (PR:N), low attack complexity (AC:L), and no user interaction (UI:N). Successful exploitation allows arbitrary code execution with system-level privileges, potentially granting full control over the affected system, including high impacts on confidentiality, integrity, and availability.

References for CVE-2019-25607 include the vendor site at http://www.labf.com and a download link for axessh.exe at http://www.labf.com/download/axessh.exe, alongside Exploit-DB entries such as exploits at https://www.exploit-db.com/exploits/46858 and https://www.exploit-db.com/exploits/46922, and a shellcode at https://www.exploit-db.com/shellcodes/46281, indicating public proof-of-concept exploits are available. No specific mitigation or patch details are provided in the given information.

EU & UK References

Vulnerability details

Axessh 4.2 contains a stack-based buffer overflow vulnerability in the log file name field that allows local attackers to execute arbitrary code by supplying an excessively long filename. Attackers can overflow the buffer at offset 214 bytes to overwrite the…

more

instruction pointer and execute shellcode with system privileges.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Local stack buffer overflow in Axessh log filename field enables arbitrary shellcode execution with system privileges via direct instruction pointer overwrite.

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

CVEs Like This One

CVE-2016-20044Shared CWE-787
CVE-2026-23326Shared CWE-787
CVE-2024-43077Shared CWE-787
CVE-2024-53697Shared CWE-787
CVE-2025-20890Shared CWE-787
CVE-2026-23073Shared CWE-787
CVE-2025-20708Shared CWE-787
CVE-2025-1471Shared CWE-787
CVE-2024-35273Shared CWE-787
CVE-2022-49062Shared CWE-787

Affected Assets

Labf
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Establishes a risk-based process to identify, prioritize, and remediate the stack-based buffer overflow flaw in Axessh, directly preventing exploitation through patching or upgrades.

prevent

Validates the length and format of log file name inputs to ensure they do not exceed buffer boundaries, preventing the out-of-bounds write condition.

prevent

Implements memory safeguards like non-executable stacks and address space randomization to block arbitrary code execution even if the buffer overflow occurs.

References