A vulnerability has been found in YunaiV yudao-cloud 2026.03. This affects the function IotDataSinkHttpConfig of the file /admin-api/iot/data-sink/create of the component Admin API Endpoint. Such manipulation leads to server-side request forgery. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVE-2026-9464 is a server-side request forgery issue in YunaiV yudao-cloud 2026.03. An authenticated remote user could make the application send unintended requests through the Admin API. This can expose internal services or support further compromise, depending on network placement and privileges.
Executive priority
Treat as a near-term exposure review, not an emergency absent evidence of active exploitation. Prioritize systems where the Admin API is externally reachable, broadly accessible, or connected to sensitive internal networks.
Technical view
The issue affects IotDataSinkHttpConfig in /admin-api/iot/data-sink/create, part of the yudao-cloud Admin API Endpoint. VulDB rates it CVSS 5.8 with network access, low complexity, and authentication required. The public record cites CWE-918 SSRF and states a public exploit exists.
Likely exposure
Exposure is most likely where yudao-cloud 2026.03 is deployed and the Admin API is reachable by users or networks beyond tightly trusted administrators. Authentication is required, so risk depends heavily on admin account access, role design, and network segmentation.
Exploitation context
The source bundle says exploit details were publicly disclosed and may be used. It does not cite CISA KEV listing or confirmed active exploitation. The vendor reportedly did not respond, and no vendor patch or official mitigation is named in the provided sources.
Researcher notes
Evidence identifies SSRF in an authenticated Admin API data-sink creation path. Public exploit disclosure increases monitoring urgency, but the provided bundle lacks vendor confirmation, patch status, and safe detection details beyond endpoint and component names.
Mitigation direction
Inventory any YunaiV yudao-cloud 2026.03 deployments.
Check vendor channels for official updates or mitigation guidance.
Restrict Admin API access to trusted administrator networks only.
Review and tighten permissions for accounts able to create IoT data sinks.
Monitor application servers for unexpected outbound connections.
Validation and detection
Confirm whether yudao-cloud 2026.03 is present in production or staging.
Verify /admin-api/iot/data-sink/create is not internet-accessible.
Review Admin API logs for unusual data sink creation activity.
Check outbound firewall logs from yudao-cloud hosts.
Validate that only intended administrators can access the affected workflow.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-918: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
4CVSS vectors
6Timeline events
0ADP providers
5Source links
CVSS vector scores
4 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-918 · source CWE mapping
Server-Side Request Forgery (SSRF)
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.