Debian Package Tracker
Register | Log in
Subscribe

gvfs

userspace virtual filesystem - GIO module

Choose email to subscribe with

general
  • source: gvfs (main)
  • version: 1.60.0-2
  • maintainer: Debian GNOME Maintainers (archive) (DMD)
  • uploaders: Laurent Bigonville [DMD] – Sebastien Bacher [DMD] – Jeremy Bícha [DMD]
  • arch: all any
  • std-ver: 4.7.3
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1.46.2-1
  • o-o-sec: 1.46.2-2+deb11u1
  • oldstable: 1.50.3-1+deb12u1
  • stable: 1.57.2-2+deb13u1
  • testing: 1.60.0-2
  • unstable: 1.60.0-2
versioned links
  • 1.46.2-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.46.2-2+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.50.3-1+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.57.2-2+deb13u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.60.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • gvfs (39 bugs: 0, 38, 1, 0)
  • gvfs-backends (42 bugs: 0, 37, 5, 0)
  • gvfs-common (3 bugs: 0, 1, 2, 0)
  • gvfs-daemons (12 bugs: 0, 10, 2, 0)
  • gvfs-fuse (6 bugs: 0, 6, 0, 0)
  • gvfs-libs (1 bugs: 0, 1, 0, 0)
action needed
A new upstream version is available: 1.61.91 high
A new upstream version 1.61.91 is available, you should consider packaging it.
Created: 2026-06-29 Last update: 2026-09-09 05:31
4 security issues in sid high

There are 4 open security issues in sid.

4 important issues:
  • CVE-2026-84267: 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).
  • CVE-2026-84268: 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.
  • CVE-2026-84269: A flaw was found in the AFP backend in gvfs. When mounting a share, a malicious AFP server can cause the DSI read path to process a length that exceeds the size requested by the client. The function does not verify the server-provided length against the pre-sized reply buffer, causing the operation to access past the intended boundaries. This issue allows a malicious server to overflow a heap buffer and crash the gvfsd-afp process, resulting in a denial of service.
  • CVE-2026-84270: A flaw was found in the MTP backend in gvfs. When reading a file from a mounted MTP device, do_read() in gvfsbackendmtp.c trusts the data length returned by the device without limiting it to the original size requested by the client. If a malicious MTP device responds with more bytes than requested, this unrestricted length is passed directly to memcpy(). This causes the operation to read memory outside the intended boundaries. This allows an attacker who plugs in a malicious MTP device to cause a segmentation fault when a file is read and crash the gvfsd-mtp process, resulting in a denial of service.
Created: 2026-09-01 Last update: 2026-09-04 15:02
4 security issues in forky high

There are 4 open security issues in forky.

4 important issues:
  • CVE-2026-84267: 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).
  • CVE-2026-84268: 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.
  • CVE-2026-84269: A flaw was found in the AFP backend in gvfs. When mounting a share, a malicious AFP server can cause the DSI read path to process a length that exceeds the size requested by the client. The function does not verify the server-provided length against the pre-sized reply buffer, causing the operation to access past the intended boundaries. This issue allows a malicious server to overflow a heap buffer and crash the gvfsd-afp process, resulting in a denial of service.
  • CVE-2026-84270: A flaw was found in the MTP backend in gvfs. When reading a file from a mounted MTP device, do_read() in gvfsbackendmtp.c trusts the data length returned by the device without limiting it to the original size requested by the client. If a malicious MTP device responds with more bytes than requested, this unrestricted length is passed directly to memcpy(). This causes the operation to read memory outside the intended boundaries. This allows an attacker who plugs in a malicious MTP device to cause a segmentation fault when a file is read and crash the gvfsd-mtp process, resulting in a denial of service.
Created: 2026-09-01 Last update: 2026-09-04 15:02
1 bug tagged patch in the BTS normal
The BTS contains patches fixing 1 bug, consider including or untagging them.
Created: 2026-09-02 Last update: 2026-09-09 08:30
lintian reports 4 warnings normal
Lintian reports 4 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-03-18 Last update: 2026-03-18 18:31
4 low-priority security issues in trixie low

There are 4 open security issues in trixie.

4 issues left for the package maintainer to handle:
  • CVE-2026-84267: (needs triaging) 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).
  • CVE-2026-84268: (needs triaging) 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.
  • CVE-2026-84269: (needs triaging) A flaw was found in the AFP backend in gvfs. When mounting a share, a malicious AFP server can cause the DSI read path to process a length that exceeds the size requested by the client. The function does not verify the server-provided length against the pre-sized reply buffer, causing the operation to access past the intended boundaries. This issue allows a malicious server to overflow a heap buffer and crash the gvfsd-afp process, resulting in a denial of service.
  • CVE-2026-84270: (needs triaging) A flaw was found in the MTP backend in gvfs. When reading a file from a mounted MTP device, do_read() in gvfsbackendmtp.c trusts the data length returned by the device without limiting it to the original size requested by the client. If a malicious MTP device responds with more bytes than requested, this unrestricted length is passed directly to memcpy(). This causes the operation to read memory outside the intended boundaries. This allows an attacker who plugs in a malicious MTP device to cause a segmentation fault when a file is read and crash the gvfsd-mtp process, resulting in a denial of service.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-09-01 Last update: 2026-09-04 15:02
debian/patches: 2 patches to forward upstream low

Among the 6 debian patches available in version 1.60.0-2 of the package, we noticed the following issues:

  • 2 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-05-29 06:47
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.3).
Created: 2026-03-31 Last update: 2026-05-28 22:37
news
[rss feed]
  • [2026-06-03] gvfs 1.60.0-2 MIGRATED to testing (Debian testing watch)
  • [2026-05-28] Accepted gvfs 1.60.0-2 (source) into unstable (Alessandro Astone) (signed by: Sebastien Bacher)
  • [2026-04-03] Accepted gvfs 1.50.3-1+deb12u1 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Andreas Henriksson)
  • [2026-04-03] Accepted gvfs 1.57.2-2+deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Andreas Henriksson)
  • [2026-03-28] Accepted gvfs 1.46.2-2+deb11u1 (source) into oldoldstable-security (Andreas Henriksson)
  • [2026-03-22] gvfs 1.60.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-03-17] Accepted gvfs 1.60.0-1 (source) into unstable (Alessandro Astone) (signed by: Sebastien Bacher)
  • [2026-03-05] gvfs 1.59.90-3 MIGRATED to testing (Debian testing watch)
  • [2026-03-01] Accepted gvfs 1.59.90-3 (source) into unstable (Jeremy Bícha)
  • [2026-02-28] Accepted gvfs 1.59.90-2 (source) into unstable (Jeremy Bícha)
  • [2026-02-28] Accepted gvfs 1.59.90-1 (source) into unstable (Jeremy Bícha)
  • [2026-02-26] gvfs 1.59.1-1 MIGRATED to testing (Debian testing watch)
  • [2026-02-19] Accepted gvfs 1.59.1-1 (source) into unstable (Alessandro Astone) (signed by: Jeremy Bícha)
  • [2025-12-11] gvfs 1.58.0-2 MIGRATED to testing (Debian testing watch)
  • [2025-12-05] Accepted gvfs 1.58.0-2 (source) into unstable (Jeremy Bícha)
  • [2025-09-21] gvfs 1.58.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-16] Accepted gvfs 1.58.0-1 (source) into unstable (Jeremy Bícha)
  • [2025-08-19] gvfs 1.57.2-3 MIGRATED to testing (Debian testing watch)
  • [2025-08-12] Accepted gvfs 1.57.2-3 (source) into unstable (Simon McVittie)
  • [2025-03-29] gvfs 1.57.2-2 MIGRATED to testing (Debian testing watch)
  • [2025-03-23] Accepted gvfs 1.57.2-2 (source) into unstable (Simon McVittie)
  • [2025-02-23] gvfs 1.57.2-1 MIGRATED to testing (Debian testing watch)
  • [2025-02-18] Accepted gvfs 1.57.2-1 (source) into unstable (Jeremy Bícha) (signed by: Jeremy Bicha)
  • [2025-02-18] gvfs 1.57.1-1 MIGRATED to testing (Debian testing watch)
  • [2025-02-12] Accepted gvfs 1.57.1-1 (source) into unstable (Jeremy Bícha) (signed by: Jeremy Bicha)
  • [2024-10-23] gvfs 1.56.1-1 MIGRATED to testing (Debian testing watch)
  • [2024-10-18] Accepted gvfs 1.56.1-1 (source) into unstable (Jeremy Bícha) (signed by: Jeremy Bicha)
  • [2024-09-29] gvfs 1.56.0-2 MIGRATED to testing (Debian testing watch)
  • [2024-09-23] Accepted gvfs 1.56.0-2 (source) into unstable (Alessandro Astone) (signed by: Jeremy Bicha)
  • [2024-09-19] gvfs 1.56.0-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 110 112
  • RC: 0
  • I&N: 99 100
  • M&W: 11 12
  • F&P: 0
  • patch: 1
links
  • homepage
  • lintian (0, 4)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (-, 91)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.61.1-0ubuntu1
  • 528 bugs (8 patches)
  • patches for 1.61.1-0ubuntu1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing