Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46409 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

OpenYak is a local-first agent runtime for reliable tool-using models, with a desktop workspace built on top. Prior to version 1.1.3, the OpenYak desktop backend binds an HTTP API to `127.0.0.1:<random port>` (commonly 19141) without server-side Origin validation, loopback authentication, or Content-Type enforcement, and with a wildcard CORS policy. Any webpage a user visits while OpenYak is running can issue cross-origin requests to this local server — the browser acts as a proxy into loopback, bypassing OS-level network isolation. Chained, this lets a malicious page execute arbitrary shell commands on the host (RCE) via the build agent with `permission_presets.bash=true`, shut down the service, and exfiltrate chat history and account PII — with no user interaction beyond opening the page. Version 1.1.3 patches the issue.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-306Missing Authentication for Critical Function[email protected]
CWE-346Origin Validation Error[email protected]
CWE-352Cross-Site Request Forgery (CSRF)[email protected]
CWE-94Improper Control of Generation of Code ('Code Injection')[email protected]
CWE-942Permissive Cross-domain Policy with Untrusted Domains[email protected]

Affected Products

ProductVersions
OpenYak
<= 1.1.2 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.1.3moderate effort
  • Workaround:low effort

    Stop OpenYak when not actively in use.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46409
NVD Published Date:
Aug 7, 2026
NVD Last Modified:
Sep 18, 2026
Source:
[email protected]
CVE-2026-46409 Details - Not Deferred