Description
A server-side request forgery (SSRF) vulnerability in duhow/xiaoai-patch through commit fb07049 allows a remote attacker to make the Xiaomi smart speaker perform HTTP requests to arbitrary internal or external URLs. The /auth endpoint in api/main.py uses the user-supplied url POST parameter to redirect to a Home Assistant instance without validating the destination URL, enabling internal network scanning and access to internal services.
Published: 2026-08-10
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A server‑side request forgery flaw in the /auth endpoint of duhow/xiaoai-patch allows a remote attacker to supply an arbitrary URL in the POST parameter, which the software forwards without validation. The resulting HTTP request is made by the smart speaker itself, granting the attacker the ability to access internal network resources or any external web service reachable from the target. The compromise can lead to interrogation of internal services, potential credential leakage, or further lateral movement within the network, as the vulnerability is a classic example of CWE‑918.

Affected Systems

The vulnerability affects the duhow/xiaoai-patch software. All released versions that include the /auth endpoint without URL validation are impacted; no specific product or version range was listed.

Risk and Exploitability

The CVSS score of 8.6 classifies the issue as High severity, indicating substantial impact if exploited. No EPSS score is available, so the precise exploitation likelihood is uncertain, though the public exposure of the vuln on GitHub suggests attackers may target it. It is not listed in the CISA KEV catalog, implying no confirmed widespread exploitation yet. The likely attack vector requires sending a crafted POST request to the exposed /auth endpoint, which is reachable from the internet, giving remote attackers straightforward access to the SSRF.

Generated by OpenCVE AI on August 10, 2026 at 12:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest release of duhow/xiaoai-patch that includes validation of the redirect URL in the /auth endpoint
  • If an update is not yet available, remove or restrict external access to the /auth endpoint until patched
  • Configure network firewalls or isolation to block outbound HTTP(S) requests from the smart speaker to prevent internal network exposure

Generated by OpenCVE AI on August 10, 2026 at 12:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 10 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
Description A server-side request forgery (SSRF) vulnerability in duhow/xiaoai-patch through commit fb07049 allows a remote attacker to make the Xiaomi smart speaker perform HTTP requests to arbitrary internal or external URLs. The /auth endpoint in api/main.py uses the user-supplied url POST parameter to redirect to a Home Assistant instance without validating the destination URL, enabling internal network scanning and access to internal services.
Title duhow xiaoai-patch - Server-Side Request Forgery in /auth Endpoint
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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T13:17:02.096Z

Reserved: 2026-08-10T10:32:53.854Z

Link: CVE-2026-72581

cve-icon Vulnrichment

Updated: 2026-08-10T13:16:57.876Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T12:30:07Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)