SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-85030

LOW · CVSS 3.7 EPSS 0.36% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-03 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The vulnerability in HKUDS AI-Trader affects the selfRegister API Endpoint, specifically in the handling of the initial_balance argument, which can lead to business logic errors. While the attack can be executed remotely, it requires high complexity and is difficult to exploit, primarily impacting the integrity of leaderboard metrics in a simulated environment rather than causing direct financial loss. Organizations using this product should prioritize remediation to maintain the integrity of their simulation results and prevent potential misuse in competitive scenarios.

Public Exploit Signal

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

Detected Signals
exploit

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

CVE
CVE-2026-85030
Severity
LOW
CVSS
3.7
EPSS
0.36%

Original NVD Description

A vulnerability has been found in HKUDS AI-Trader up to d03ff6c056b32ced735adf7c19ed8175adb1c8df. The affected element is an unknown function of the file service/server/routes_agent.py of the component selfRegister API Endpoint. Such manipulation of the argument initial_balance leads to business logic errors. The attack may be launched remotely. This attack is characterized by high complexity. The exploitability is described as difficult. The exploit has been disclosed to the public and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. profit_percent_for_display() divides by INITIAL_CAPITAL + deposited, and challenge scoring's return_pct also normalises against the attacker-inflated starting_cash. So an inflated initial_balance does not yield artificial percent returns - it inflates the absolute cash/equity column only, which is a cosmetic/leaderboard-gaming concern in a simulated game.