Description
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.
Published: 2026-09-01
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via heap buffer overflow
Action: Apply Workaround
AI Analysis

Impact

A heap-based buffer overflow occurs in the AFP backend of gvfs when the DSI read path processes a server‑supplied length that exceeds the allocated reply buffer. The flaw does not validate the length against the pre‑sized buffer, allowing a malicious AFP server to overflow the heap and crash the gvfsd‑afp process. The result is a denial of service because the affected process terminates, interrupting file operations over AFP shares. This weakness maps to CWE‑122 "Heap Based Buffer Overflow".

Affected Systems

The vulnerability affects Red Hat Enterprise Linux releases 6 through 10. The specific impacted product is the gvfs component that manages AFP shares, and all systems running these operating‑system versions include it by default. No sub‑version details are provided; users should assume all releases contain the unpatched gvfs package.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity. EPSS is not available, but the vulnerability is not listed in CISA KEV, suggesting no known widespread exploitation at this time. The attack requires the ability to mount an AFP share, so access can be granted by an attacker who controls or tricks a client into connecting to a malicious AFP server. The crash is local to the gvfsd‑afp process; it does not directly compromise system integrity or confidentiality, but repeated crashes can cause significant availability disruption.

Generated by OpenCVE AI on September 2, 2026 at 03:05 UTC.

Remediation

Vendor Workaround

To mitigate this vulnerability, do not connect to untrusted AFP servers.


OpenCVE Recommended Actions

  • Update gvfs to a version that includes the fix for the AFP backend buffer overflow.
  • Disable AFP that is not needed for operation or block AFP traffic (port 548) at the firewall to prevent untrusted servers from connecting.
  • Follow the vendor’s guidance to avoid connecting to untrusted AFP servers until a patch is applied.

Generated by OpenCVE AI on September 2, 2026 at 03:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Gvfs: afp: heap-based buffer overflow in dsi read path
First Time appeared Redhat
Redhat enterprise Linux
Weaknesses CWE-122
CPEs cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:6
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'}


Subscriptions

Redhat Enterprise Linux
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-04T02:04:56.643Z

Reserved: 2026-09-01T14:05:54.145Z

Link: CVE-2026-84269

cve-icon Vulnrichment

Updated: 2026-09-04T02:04:43.423Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-01T16:17:37.690

Modified: 2026-09-04T03:17:43.110

Link: CVE-2026-84269

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T16:27:46Z

Weaknesses
  • CWE-122

    Heap-based Buffer Overflow