Description
Missing authentication for critical function vulnerability exists in VOCALOID6. Any process running under the same local user account as a running VOCALOID6 Editor instance may escalate privileges via a local named pipe.
Published: 2026-08-21
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from a missing authentication check for a critical operation exposed via a local named pipe in the VOCALOID6 Editor. Any process that runs under the same local user account as an instance of the editor can invoke this operation without authorization, allowing an attacker to elevate their privileges on the local machine. The flaw is a classic example of CWE‑306, where lack of authentication enables unauthorized function access, potentially leading to broader system compromise if the attacker can execute additional code or manipulate protected resources.

Affected Systems

The affected product is Yamaha Corporation's VOCALOID6 software. No specific version range is listed in the advisory, implying that the exposed named pipe persists across supported releases until patched.

Risk and Exploitability

The CVSS score of 4.8 reflects a moderate severity of the flaw, and the EPSS is not available, so exact exploitation probability is unknown. The flaw is not listed in the CISA KEV catalog. The attack vector is local; an attacker must already have access to the same user account that runs the VOCALOID6 Editor to exploit the vulnerability.

Generated by OpenCVE AI on August 21, 2026 at 03:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Download and install the latest VOCALOID6 release from Yamaha’s official support site.
  • Run the VOCALOID6 Editor under a dedicated user account with minimal privileges and limit other processes from sharing that account.
  • If the software or operating system allows, restrict or disable access to the local named pipe used by VOCALOID6 to prevent unauthorized function calls.

Generated by OpenCVE AI on August 21, 2026 at 03:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Title Privilege Escalation via Local Named Pipe in VOCALOID6 Editor

Fri, 21 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Description Missing authentication for critical function vulnerability exists in VOCALOID6. Any process running under the same local user account as a running VOCALOID6 Editor instance may escalate privileges via a local named pipe.
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: jpcert

Published:

Updated: 2026-08-21T02:02:54.389Z

Reserved: 2026-08-20T02:19:38.781Z

Link: CVE-2026-76137

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-21T03:16:39.760

Modified: 2026-08-21T03:16:39.760

Link: CVE-2026-76137

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T03:45:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function