CVE Catalog

CVE-2026-84268

HighCVSS 8.8
Published: Translated: NVD NIST

Summary

A flaw was found in the SFTP backend in gvfs. When mounting a share and reading a file, a malicious SFTP server can cause read_reply() to process a length that exceeds the size requested by the client, leading to out-of-bounds write. This can corrupt heap memory in the gvfsd-sftp process, resulting in denial of service or potentially arbitrary code execution.

Risk Assessment

Risk of remote denial of service or code execution in the gvfsd-sftp process, potentially compromising system integrity and service availability.

Recommendation

Update gvfs to a patched version and avoid mounting SFTP shares from untrusted sources.

Other vulnerabilities in gvfs

See all
Original NVD description (English source)

A flaw was found in the SFTP backend in gvfs. When mounting a share and reading a file, a malicious SFTP server can cause read_reply() to process a length that exceeds the size requested by the client. The function does not verify the server-provided length against the allocated buffer size, causing the operation to write past the intended boundaries. This issue allows a malicious server to corrupt adjacent heap memory in the gvfsd-sftp process, resulting in a denial of service as the process aborts upon detecting the heap corruption or potentially allowing arbitrary code execution.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS