Vulnerability  ·  2026-09-11

career-ops AI job-search tool — local dashboard CSRF-style command execution via unrestricted /api routes

VulnerabilityMedium impactGlobalCVE-2026-88061
career-ops's local dashboard fails to validate the Origin header or restrict its command-execution and file-write API endpoints to loopback-only access, allowing a malicious web page to trigger command execution on the host of any user running the dashboard, a classic local-service CSRF-to-RCE pattern.
This is representative of a recurring class of vulnerability in 'local AI assistant' tools that expose unauthenticated localhost APIs — a pattern flagged elsewhere in this same reporting window (Windows ML CLI, similar AI dev tools) — where a user simply browsing the web while the tool runs can have their machine compromised.
The local web dashboard exposes command-spawning and file-writing /api routes without validating request origin or restricting to loopback-only clients; a malicious webpage visited by the user while the dashboard is running can issue cross-origin requests that spawn commands or write files on the user's machine.
career-ops, versions prior to 0.8.0
Upgrade to career-ops 0.8.0 or later, which adds origin validation/loopback restriction to the local dashboard API.
GitHub commit - career-ops fixNVD - CVE-2026-88061
See this in the live feed Explore related AI security and governance findings — updated every morning.
Open the feed →