In SFTPGo versions prior to 2.7.1, a path normalization discrepancy between the protocol handlers and the internal Virtual Filesystem routing can lead to an authorization bypass. An authenticated attacker can craft specific file paths to bypass folder-level permissions or escape the boundaries of a configured Virtual Folder.
This issue has been addressed in SFTPGo version 2.7.1. The fix introduces strict edge-level path normalization, ensuring that all protocol inputs are fully sanitized and resolved to canonical POSIX paths before any routing or permission evaluations occur.
{
"github_reviewed": true,
"cwe_ids": [
"CWE-22"
],
"nvd_published_at": "2026-03-13T19:54:35Z",
"github_reviewed_at": "2026-03-13T18:55:52Z",
"severity": "MODERATE"
}