Description
career-ops is an open-source AI-assisted job search and application management tool. Prior to 0.8.0, the career-ops local web dashboard web/ exposed command-spawning and user-file-writing /api routes without validating request origin or restricting clients to loopback addresses. A malicious page in another browser tab could send cross-origin localhost requests while the dashboard was running, and a dashboard bound beyond loopback could receive direct requests from the local network. Both paths allowed unauthenticated command execution as the dashboard user, but npm installations were unaffected because web/ is excluded from the published package. This issue is fixed in version 0.8.0.
Published: 2026-09-10
Score: 5.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated Local Command Execution
Action: Patch Immediately
AI Analysis

Impact

The career‑ops local dashboard was exposing an API that spawned operating‑system commands and allowed arbitrary file writes without first validating the request’s origin or limiting access to loopback addresses. An attacker could serve a malicious web page in the same browser session, send a cross‑origin request to the dashboard, and the backend would execute the supplied command as the user running the dashboard, potentially compromising the host machine. This flaw is a classic command‑injection coupled with cross‑site request forgery weakness.

Affected Systems

The vulnerability exists in the santifer career‑ops application, specifically any installation running a version prior to web‑v0.8.0. All local dashboard instances that expose the /api routes are affected; npm installations are not, because the vulnerable routes are excluded from the published npm package.

Risk and Exploitability

With a CVSS score of 5.8, the flaw is considered moderate severity; the EPSS score is not available and the issue is not listed in the CISA KEV catalog, indicating no publicly known exploits at present. The likely attack vector involves a malicious local resource or a page active in another browser tab that can issue cross‑origin HTTP requests to the dashboard. If the dashboard is bound to a non‑loopback interface, direct requests from the local network can also trigger the exploit. Because access is unauthenticated, any user with local OS privileges can exploit the vulnerability to run arbitrary commands or write files, giving the attacker full control over the host’s system privileges.

Generated by OpenCVE AI on September 10, 2026 at 22:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch by upgrading career‑ops to version 0.8.0 or later.
  • If an upgrade is not immediately possible, restrict the dashboard to listen only on loopback interfaces (127.0.0.1 or ::1) and block external network traffic at the firewall level.
  • Disable or remove the web/ command‑spawning API routes in older versions, or block them with a reverse proxy that rejects all non‑local requests.

Generated by OpenCVE AI on September 10, 2026 at 22:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Description career-ops is an open-source AI-assisted job search and application management tool. Prior to 0.8.0, the career-ops local web dashboard web/ exposed command-spawning and user-file-writing /api routes without validating request origin or restricting clients to loopback addresses. A malicious page in another browser tab could send cross-origin localhost requests while the dashboard was running, and a dashboard bound beyond loopback could receive direct requests from the local network. Both paths allowed unauthenticated command execution as the dashboard user, but npm installations were unaffected because web/ is excluded from the published package. This issue is fixed in version 0.8.0.
Title career-ops: Local dashboard API accepted cross-origin and non-loopback requests, allowing unauthenticated command execution
Weaknesses CWE-1385
CWE-352
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-10T19:08:23.112Z

Reserved: 2026-09-09T21:22:45.434Z

Link: CVE-2026-88061

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-10T20:17:31.540

Modified: 2026-09-10T20:17:31.540

Link: CVE-2026-88061

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T22:30:08Z

Weaknesses
  • CWE-1385

    Missing Origin Validation in WebSockets

  • CWE-352

    Cross-Site Request Forgery (CSRF)