Skip to content
Threat Feed
high advisory

Authorization Bypass in iFlytek astron-agent

iFlytek astron-agent versions through 1.1.1 contain an authorization bypass vulnerability in the copyFlow endpoint, allowing authenticated attackers to access, overwrite, or exfiltrate workflows across tenant boundaries.

CVE search metadata

CVE search record: CVE-2026-82475. Severity: high. CVSS: 8.1. KEV: no. Product: astron-agent (<= 1.1.1). Brief: Authorization Bypass in iFlytek astron-agent. Brief link: https://feed.craftedsignal.io/briefs/2026-08-astron-agent-auth-bypass/

iFlytek astron-agent versions through 1.1.1 are susceptible to an authorization bypass vulnerability located within the copyFlow endpoint. The vulnerability stems from a failure to perform adequate ownership validation when processing requests to copy or manipulate workflow data. Because the application does not verify if the authenticated user has appropriate permissions for the requested workflow identifier, an attacker can enumerate valid workflow IDs and perform unauthorized actions. This flaw impacts multi-tenant environments by permitting attackers to overwrite the workflows of other tenants or exfiltrate private workflow definitions. Defenders should prioritize patching, as this vulnerability allows for data exfiltration and integrity compromise within the agent platform.

Impact

The vulnerability poses a significant risk to the confidentiality and integrity of automated workflows managed within astron-agent. If exploited, an attacker can read sensitive workflow logic and configuration (exfiltration) or modify existing processes (integrity compromise), potentially leading to further unauthorized operations within the affected tenant environment. The scope of targeting includes any multi-tenant deployment where tenant isolation is expected but not enforced at the application layer.

Recommendation

  1. Patch all deployments of astron-agent to a version later than 1.1.1 immediately, as remediation for CVE-2026-82475 is required to enforce proper ownership checks.
  2. Implement strict input validation and authorization logging at the API gateway layer to detect excessive attempts to access the /copyFlow endpoint from non-authorized user contexts.
  3. Review access logs for the copyFlow endpoint to identify potential workflow enumeration activity, characterized by high-frequency requests targeting different workflow identifiers from a single user session.

Immediate actions

Upgrade astron-agent to a version beyond 1.1.1 to address CVE-2026-82475

IT Operations 48h

Threat Hunt

Search web logs for high-frequency POST requests to the /copyFlow endpoint

T1190 high medium confidence hunt now

Data: Web application request logs

Detection coverage 1

Detect CVE-2026-82475 Exploitation - Unauthorized copyFlow Access

high

Detects potential exploitation attempts of CVE-2026-82475 by monitoring for high volumes of access to the copyFlow endpoint, which may indicate enumeration or unauthorized exfiltration of workflow definitions.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →