SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-47187

CRITICAL · CVSS 9.3 EPSS 0.41% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

SSHFS versions prior to 3.7.6 are vulnerable to exploitation by rogue SFTP servers that can manipulate symlink targets, allowing attackers to access or modify local files on the client system. This critical vulnerability can lead to unauthorized disclosure of sensitive data or the injection of malicious content into local files. Organizations using SSHFS for secure file transfers should prioritize upgrading to version 3.7.6 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-47187
Severity
CRITICAL
CVSS
9.3
EPSS
0.41%

Original NVD Description

SSHFS is a network filesystem client for connecting to SSH servers. Prior to version 3.7.6, a rogue SFTP server can return absolute symlink targets or relative targets containing parent-directory components that SSHFS passes through FUSE for resolution by the client kernel against the local filesystem. The documented transform_symlinks mitigation does not contain relative targets because transform_symlink() returns early at sshfs.c:2181, while sshfs_readlink() at sshfs.c:2234 to sshfs.c:2236 otherwise copies the server-supplied link target to the kernel. A victim or victim-side tool that follows such a link through ordinary operations such as cp, rsync, backup tooling, or an editor can disclose readable local files back to the server or write server-controlled content to writable local files, potentially including startup or scheduled-task files. This issue is fixed in version 3.7.6.