MEDIUM 5.3

CVE-2026-12203: HKUDS AI-Trader Research Export Information Disclosure

HKUDS AI-Trader contains a flaw in its research export functionality that allows unauthenticated attackers to access sensitive information through the /api/research/agents.csv endpoint. An attacker can remotely exploit this vulnerability without user interaction to retrieve confidential data. The issue stems from insufficient access controls on the export feature. Public exploit code exists for this vulnerability. The vendor has addressed this by enforcing authentication and capability-based authorization on research export endpoints.

Source data · NVD / CISA · public domain

CVSS
3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weaknesses (CWE)
CWE-200, CWE-284
Affected products
0 configuration(s)
Published / Modified
2026-06-15 / 2026-06-17

NVD description (verbatim)

A vulnerability was found in HKUDS AI-Trader up to 74caf996f78dcc0c657df8365c8544678a16e215. This affects an unknown part of the file /api/research/agents.csv of the component Research Export. Performing a manipulation results in information disclosure. Remote exploitation of the attack is possible. The exploit has been made public and could be used. This product follows a rolling release approach for continuous delivery, so version details for affected or updated releases are not provided. The patch is named 91a31aac1b0f4dbc6b8bef9f6eff0b7912e0bc65. Applying a patch is the recommended action to fix this issue. The vendor confirms: "Research export endpoints now require an authenticated agent with the research_exports capability".

9 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-12203 is an information disclosure vulnerability in HKUDS AI-Trader affecting the Research Export component, specifically the /api/research/agents.csv endpoint. The flaw is classified as improper access control (CWE-284) combined with information exposure (CWE-200). The vulnerability allows remote, unauthenticated attackers to retrieve sensitive data without authentication or user interaction. Attack complexity is low, indicating no special conditions are required. The vendor's remediation enforces authentication and validates that requesters possess the research_exports capability before permitting access to export endpoints. The patch commit is 91a31aac1b0f4dbc6b8bef9f6eff0b7912e0bc65.

Business impact

Information disclosure through unprotected research export endpoints poses moderate risk to organizations deploying HKUDS AI-Trader. Attackers could harvest sensitive research data, agent configurations, or related metadata that may inform further attacks or competitive intelligence gathering. Given the public availability of exploit code, risk of opportunistic exploitation is elevated. The impact is primarily confidentiality-focused; integrity and availability are not affected. Organizations relying on this platform for sensitive research workflows should prioritize remediation.

Affected systems

HKUDS AI-Trader up to commit 74caf996f78dcc0c657df8365c8544678a16e215 is vulnerable. The product uses a rolling release model without traditional version numbers, so affected releases are identified by commit hash. The Research Export component is the specific attack surface. Organizations running any build prior to the patch commit should be considered at risk.

Exploitability

Exploitability is high. The vulnerability is network-accessible, requires no authentication, no user interaction, and has low attack complexity. Proof-of-concept code is publicly available, lowering the barrier for opportunistic threat actors. An attacker needs only network access and knowledge of the endpoint path to attempt data extraction.

Remediation

Apply the vendor patch (commit 91a31aac1b0f4dbc6b8bef9f6eff0b7912e0bc65) which implements authentication requirements and capability-based authorization for research export endpoints. Verify the patch has been deployed by confirming that unauthenticated requests to /api/research/agents.csv are rejected with authentication errors. No workarounds are documented; patching is the recommended action.

Patch guidance

Update HKUDS AI-Trader to a build incorporating commit 91a31aac1b0f4dbc6b8bef9f6eff0b7912e0bc65 or later. Because this product follows rolling releases, consult the vendor's release notes or advisory to identify the next available build that includes this patch. Test the update in a non-production environment first to ensure the authentication changes do not disrupt legitimate research export workflows. Verify that the research_exports capability is properly assigned to intended users and service accounts.

Detection guidance

Monitor for suspicious access attempts to /api/research/agents.csv from external or untrusted sources, particularly unauthenticated requests. Log analysis should flag any successful data exports from this endpoint prior to the patch date. Network-based detection can identify requests to this URI without proper authentication headers. Check application logs for repeated failed authentication attempts or permission denied responses, which may indicate reconnaissance or exploitation attempts.

Why prioritize this

While the CVSS score of 5.3 (Medium) reflects the lack of impact to integrity and availability, the presence of public exploit code and the ease of exploitation warrant prompt attention. The vulnerability enables direct data theft with minimal attacker effort. Organizations should prioritize patching within their standard security update cycles, treating this as a medium-urgency remediation task.

Risk score, explained

The CVSS 3.1 score of 5.3 reflects: network-accessible attack vector (no local access required), low attack complexity (no special conditions), no privilege requirement, no user interaction needed, and limited scope. The impact is restricted to confidentiality loss; integrity and availability are unaffected. The presence of public exploits elevates practical risk beyond the base score, warranting timely mitigation despite the moderate rating.

Frequently asked questions

What data can be exposed through this vulnerability?

The /api/research/agents.csv endpoint exposes research agent configurations and related metadata. While the exact schema is not publicly disclosed, an attacker can download this CSV file to extract information about the research agents configured in the system.

Does this vulnerability require authentication before exploitation?

No. The vulnerability exists precisely because the endpoint lacks proper authentication controls. An attacker can make requests from the internet without any credentials or prior access to the system.

How do I know if my HKUDS AI-Trader deployment is vulnerable?

If your deployment is running a build prior to commit 91a31aac1b0f4dbc6b8bef9f6eff0b7912e0bc65, you are vulnerable. Test by attempting an unauthenticated request to the /api/research/agents.csv endpoint; if you receive research data without authentication, the vulnerability is present.

Are there temporary mitigations if I cannot patch immediately?

Network-level controls such as restricting access to the /api/research/agents.csv endpoint via WAF, firewall rules, or API gateway policies can reduce exposure. However, these are not substitutes for patching. Apply the vendor patch as soon as possible.

This analysis is provided for informational purposes to assist security decision-making. The vulnerability details, CVSS scores, and patch information are derived from the published CVE record and vendor advisory. Organizations should verify patch applicability and compatibility within their own environments before deployment. SEC.co makes no warranty regarding the completeness or accuracy of this information and recommends consulting the vendor's official advisory for authoritative guidance. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).