Authentication Bypass in Aim Remote Tracking Server
The Aim remote tracking server version 3.29.1 contains an authentication bypass vulnerability allowing unauthenticated attackers to execute arbitrary methods and perform unauthorized data access or deletion.
CVE search metadata
CVE search record: CVE-2026-85663. Severity: critical. CVSS: 9.8. KEV: no. Product: Aim (3.29.1). Brief: Authentication Bypass in Aim Remote Tracking Server. Brief link: https://feed.craftedsignal.io/briefs/2026-09-aim-auth-bypass/
The Aim remote tracking server, specifically version 3.29.1, is affected by an authentication bypass vulnerability. The server fails to validate client requests and improperly dispatches arbitrary methods using the getattr function without an enforced allowlist. This flaw allows unauthenticated remote attackers to register new clients, instantiate Repo resources, and invoke unauthorized methods directly against the tracking server. Successful exploitation allows an attacker to manipulate sensitive experiment data, including reading private experiment logs or deleting recorded execution runs, potentially resulting in data loss or unauthorized exfiltration of model development telemetry. Defenders should prioritize restricting access to the Aim tracking server interface and monitoring for unauthorized API calls.
Impact
Successful exploitation of CVE-2026-85663 allows unauthenticated remote actors to gain control over the tracking server's resources. This can lead to the complete loss of experiment integrity, the unauthorized deletion of training runs, and the leakage of metadata related to machine learning projects.
Recommendation
- Restrict network access to the Aim tracking server instance to authorized internal networks only.
- Monitor web logs for unexpected POST requests directed at the Aim tracking server API endpoints that do not originate from known, authorized client IP addresses.
- Upgrade to a version of Aim that enforces server-side authentication and request validation once the vendor releases a patch.
Immediate actions
Restrict network access to the Aim tracking server to trusted CIDR blocks
Threat Hunt
Unauthorized client registration or Repo resource instantiation on Aim servers
Data: Web server logs
Mitigations
Isolate affected Aim 3.29.1 instances from the public internet
CVE-2026-85663