AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-70619

HIGH · CVSS 8.8 EPSS 0.36% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-04 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

Authenticated non-admin users in Odysseus prior to a specific commit can exploit a missing authorization vulnerability to manipulate server-wide embedding backend configurations. This allows attackers to redirect sensitive data, such as chat messages and queries, to an unauthorized destination in plaintext or disrupt the embedding service entirely. Organizations utilizing Odysseus should prioritize patching this vulnerability to safeguard against potential data exposure and service denial.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-70619
Severity
HIGH
CVSS
8.8
EPSS
0.36%

Original NVD Description

Odysseus before commit bf325f6 contains a missing authorization vulnerability that allows authenticated non-admin users to manage server-wide embedding backend configuration by invoking endpoint management routes that verify session authentication but omit the admin authorization guard. Attackers can supply an attacker-controlled URL to overwrite the embedding backend persisted in the endpoint configuration file and process environment, causing all subsequent embedding operations including chat messages, RAG queries, memory entries, and vault text to be transmitted in plaintext to the attacker-controlled destination, or delete the endpoint configuration to deny embedding service to all users.