Description
Next AI Draw.io through 0.4.16 contains a server-side request forgery vulnerability in the POST /api/parse-url endpoint due to hostname validation that only checks string patterns without DNS resolution. Unauthenticated attackers can supply hostnames that bypass string validation but resolve to internal addresses, allowing them to reach arbitrary internal HTTP services and exfiltrate responses including cloud metadata.
Published: 2026-08-13
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Next AI Draw.io through 0.4.16 is vulnerable to a server‑side request forgery on the POST /api/parse-url endpoint. The hostname validation only performs a string pattern check and does not resolve DNS, which allows an unauthenticated attacker to supply a hostname that bypasses the check yet resolves to an internal IP. The attacker can therefore reach arbitrary internal HTTP services and exfiltrate their responses, including cloud‑instance metadata. This weakness is identified as CWE‑918.

Affected Systems

DayuanJiang’s Next AI Draw.io, any release up to and including version 0.4.16. The vulnerability occurs in the parse‑url API exposed by this application.

Risk and Exploitability

The CVSS score of 7.7 reflects a high‑severity flaw with wide impact. Because the endpoint is unauthenticated and the server must perform an outbound request, exploitation requires only network access to the application and the ability to POST the crafted hostname. The EPSS score is not available, and the vulnerability is not yet listed in the CISA KEV catalog, but the lack of authentication and the potential for internal data exposure make it a high‑risk target for attackers.

Generated by OpenCVE AI on August 13, 2026 at 19:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Next AI Draw.io to version 0.4.17 or later where hostname validation performs DNS resolution and rejects internal addresses.
  • Restrict outbound traffic from the application server so that it cannot reach internal network services, for example by firewall or network segmentation rules.
  • Disable the /api/parse-url endpoint if it is not required for your use case.
  • Add authentication or stricter access control to the parse‑url endpoint to ensure only authorized users can invoke it.

Generated by OpenCVE AI on August 13, 2026 at 19:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Dayuanjiang
Dayuanjiang next-ai-draw-io
Vendors & Products Dayuanjiang
Dayuanjiang next-ai-draw-io

Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Description Next AI Draw.io through 0.4.16 contains a server-side request forgery vulnerability in the POST /api/parse-url endpoint due to hostname validation that only checks string patterns without DNS resolution. Unauthenticated attackers can supply hostnames that bypass string validation but resolve to internal addresses, allowing them to reach arbitrary internal HTTP services and exfiltrate responses including cloud metadata.
Title Next AI Draw.io 0.4.16 SSRF via DNS Rebinding in parse-url
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'}

cvssV4_0

{'score': 7.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Dayuanjiang Next-ai-draw-io
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T18:41:33.872Z

Reserved: 2026-08-10T15:09:12.955Z

Link: CVE-2026-72777

cve-icon Vulnrichment

Updated: 2026-08-13T18:41:30.567Z

cve-icon NVD

Status : Received

Published: 2026-08-13T19:17:32.320

Modified: 2026-08-13T19:17:32.320

Link: CVE-2026-72777

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T19:45:17Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)