CVE-2026-84267
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
Summary
A flaw was found in the SFTP backend in gvfs. When mounting a share, a malicious SFTP server can cause read_string() to allocate a buffer with a certain length but the function does not verify that the buffer is completely filled, leaving the remainder of the buffer containing uninitialized heap contents. If the server sends a short FXP_HANDLE reply, these uninitialized bytes are taken as the file handle. The client will then echo these uninitialized bytes back to the server on all subsequent requests using that handle. With a length of 128 bytes, this issue allows the malicious server to deterministically read uninitialized heap memory from the gvfsd-sftp process, leaking its heap base and the load address of the libgio library, resulting in a deterministic defeat of Address Space Layout Randomization (ASLR).
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| GNOME | gvfs | 1.10.0 < 1.60.2 | affected |
Weaknesses
- CWE-908: Use of Uninitialized Resource
Workarounds
To mitigate this vulnerability, do not connect to untrusted SFTP servers.
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: poc
- Automatable: no
- Technical Impact: partial
Additional References
References
- https://access.redhat.com/security/cve/CVE-2026-84267
- https://bugzilla.redhat.com/show_bug.cgi?id=2526466
- https://gitlab.gnome.org/GNOME/gvfs/-/issues/861
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.