Description
Vinchin Backup & Recovery through 9.0.0.86562 contains a stack buffer overflow vulnerability in the ModuleHandShake function of the agentlink_server service that allows unauthenticated remote attackers to overwrite the saved return address by supplying an oversized _listen_uuid field that is measured via strlen() and copied without bounds checking into a fixed-length stack buffer using strcpy(). Attackers can send a crafted request with a malicious _listen_uuid value to corrupt the stack and achieve process crash or potential control flow hijack without requiring authentication.
Published: 2026-07-09
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a stack buffer overflow in the ModuleHandShake function of the agentlink_server service in Vinchin Backup & Recovery. The function copies the _listen_uuid field into a fixed-size stack buffer using strcpy without validating its length, allowing an attacker to supply an oversized value measured by strlen(). Overwriting the return address can cause the process to crash or, if the attacker controls the overwritten data, hijack execution flow, providing an avenue for code execution. The flaw can be triggered by unauthenticated remote clients that connect to the service.

Affected Systems

This flaw affects installations of Vinchin Backup & Recovery version 9.0 up to 9.0.0.86562, specifically the agentlink_server component.

Risk and Exploitability

The CVSS score is 6.9, indicating a medium severity. The EPSS score is < 1%, suggesting a low probability of exploitation, and vulnerability is not listed in CISA KEV. It can be triggered remotely by sending a crafted ModuleHandShake request over the network to the agentlink_server service; no authentication or special privileges are required. Successful exploitation may lead to a crash or potential remote code execution if the attacker can influence the overwritten control data.

Generated by OpenCVE AI on July 28, 2026 at 08:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Obtain and install the vendor‑supplied patch that corrects the buffer overflow in the agentlink_server ModuleHandShake function; if no patch is available for the affected build, upgrade to a newer 9.0 release that includes the fix or contact Vinchin support for guidance.
  • Restrict network exposure of the agentlink_server service by limiting connections to trusted hosts or through a VPN, thereby reducing the attack surface for unauthenticated clients.
  • Enable logging and alerting for anomalous ModuleHandShake requests, focusing on oversized _listen_uuid payloads that may indicate an attempted exploit.

Generated by OpenCVE AI on July 28, 2026 at 08:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Vinchin
Vinchin backup & Recovery
Vendors & Products Vinchin
Vinchin backup & Recovery

Thu, 09 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Description Vinchin Backup & Recovery through 9.0.0.86562 contains a stack buffer overflow vulnerability in the ModuleHandShake function of the agentlink_server service that allows unauthenticated remote attackers to overwrite the saved return address by supplying an oversized _listen_uuid field that is measured via strlen() and copied without bounds checking into a fixed-length stack buffer using strcpy(). Attackers can send a crafted request with a malicious _listen_uuid value to corrupt the stack and achieve process crash or potential control flow hijack without requiring authentication.
Title Vinchin Backup & Recovery 9.0.0.86562 Stack Buffer Overflow via ModuleHandShake
Weaknesses CWE-121
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Vinchin Backup & Recovery
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-09T13:37:55.073Z

Reserved: 2026-07-08T13:27:53.029Z

Link: CVE-2026-60095

cve-icon Vulnrichment

Updated: 2026-07-09T13:37:48.689Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T09:00:06Z

Weaknesses
  • CWE-121

    Stack-based Buffer Overflow