Debian Package Tracker
Register | Log in
Subscribe

gvfs

userspace virtual filesystem - GIO module

Choose email to subscribe with

general
  • source: gvfs (main)
  • version: 1.62.0-3
  • maintainer: Debian GNOME Maintainers (archive) (DMD)
  • uploaders: Laurent Bigonville [DMD] – Sebastien Bacher [DMD] – Jeremy Bícha [DMD]
  • arch: all any
  • std-ver: 4.7.4
  • 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.62.0-3
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]
  • 1.62.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.62.0-3: [.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 (13 bugs: 0, 10, 3, 0)
  • gvfs-fuse (6 bugs: 0, 6, 0, 0)
  • gvfs-libs (1 bugs: 0, 1, 0, 0)
action needed
5 security issues in forky high

There are 5 open security issues in forky.

5 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.
  • CVE-2026-88924: A flaw was found in the admin backend of gvfs. The privileged gvfsd-admin daemon changes the ownership of newly created private D-Bus sockets by calling the link-following chown() function on a pathname inside a user-controlled directory. A local attacker can exploit this via a Time-of-Check Time-of-Use (TOCTOU) race condition and exchange the socket pathname with a symbolic link pointing to an arbitrary root-owned file (such as /etc/pam.d/su). The daemon subsequently follows the symlink and changes the ownership of the targeted root-owned file to the attacker's user ID. This allows an authenticated local attacker to modify critical system files, leading to a full local privilege escalation to root.
Created: 2026-09-01 Last update: 2026-09-14 17:00
5 security issues in bookworm high

There are 5 open security issues in bookworm.

1 important issue:
  • CVE-2026-88924: A flaw was found in the admin backend of gvfs. The privileged gvfsd-admin daemon changes the ownership of newly created private D-Bus sockets by calling the link-following chown() function on a pathname inside a user-controlled directory. A local attacker can exploit this via a Time-of-Check Time-of-Use (TOCTOU) race condition and exchange the socket pathname with a symbolic link pointing to an arbitrary root-owned file (such as /etc/pam.d/su). The daemon subsequently follows the symlink and changes the ownership of the targeted root-owned file to the attacker's user ID. This allows an authenticated local attacker to modify critical system files, leading to a full local privilege escalation to root.
4 issues postponed or untriaged:
  • CVE-2026-84267: (postponed; to be fixed through a stable update) 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: (postponed; to be fixed through a stable update) 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: (postponed; to be fixed through a stable update) 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: (postponed; to be fixed through a stable update) 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-10 Last update: 2026-09-14 17:00
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-14 20:30
5 low-priority security issues in trixie low

There are 5 open security issues in trixie.

5 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.
  • CVE-2026-88924: (needs triaging) A flaw was found in the admin backend of gvfs. The privileged gvfsd-admin daemon changes the ownership of newly created private D-Bus sockets by calling the link-following chown() function on a pathname inside a user-controlled directory. A local attacker can exploit this via a Time-of-Check Time-of-Use (TOCTOU) race condition and exchange the socket pathname with a symbolic link pointing to an arbitrary root-owned file (such as /etc/pam.d/su). The daemon subsequently follows the symlink and changes the ownership of the targeted root-owned file to the attacker's user ID. This allows an authenticated local attacker to modify critical system files, leading to a full local privilege escalation to root.

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

Created: 2026-09-01 Last update: 2026-09-14 17:00
debian/patches: 2 patches to forward upstream low

Among the 6 debian patches available in version 1.62.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-09-12 11:00
testing migrations
  • excuses:
    • Migration status for gvfs (1.60.0-2 to 1.62.0-3): BLOCKED: Maybe temporary, maybe blocked but Britney is missing information (check below)
    • Issues preventing migration:
    • ∙ ∙ Missing build on riscv64
    • ∙ ∙ Autopkgtest deferred on riscv64: missing arch:riscv64 build
    • ∙ ∙ Autopkgtest for deb-gview/0.3.8: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for gvfs/1.62.0-3: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for nemo/6.6.4-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for reform-tools/1.88-1: amd64: No tests, superficial or marked flaky ♻, arm64: Pass, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Test triggered
    • ∙ ∙ Lintian check waiting for test results - info
    • ∙ ∙ Too young, only 1 of 2 days old
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/g/gvfs.html
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • Not considered
news
[rss feed]
  • [2026-09-14] Accepted gvfs 1.62.0-3 (source) into unstable (Alessandro Astone) (signed by: Jeremy Bícha)
  • [2026-09-11] Accepted gvfs 1.62.0-2 (source) into unstable (Jeremy Bícha)
  • [2026-09-11] Accepted gvfs 1.62.0-1 (source) into unstable (Jeremy Bícha)
  • [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)
  • 1
  • 2
bugs [bug history graph]
  • all: 110 112
  • RC: 0
  • I&N: 98 99
  • M&W: 12 13
  • F&P: 0
  • patch: 1
links
  • homepage
  • 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.62.0-2
  • 528 bugs (8 patches)

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