---
id: CVE-2026-72580
title: >-
  An OS command injection vulnerability in duhow/xiaoai-patch through commit
  fb07049 allows a remote attacker to execute arbitrary system commands on
  Xiaomi smart speakers running the patch
summary: >-
  An OS command injection vulnerability in duhow/xiaoai-patch through commit
  fb07049 allows a remote attacker to execute arbitrary system commands on
  Xiaomi smart speakers running the patch. The /mute and /unmute endpoint
  handlers in api/m…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-78
published: '2026-08-10'
updated: '2026-08-28'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72580'
references:
  - url: 'https://github.com/duhow/xiaoai-patch'
    label: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
  - url: 'https://github.com/duhow/xiaoai-patch/blob/main/api/main.py'
    label: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
tags:
  - nvd
epss: 0.01655
epssPercentile: 0.75531
ingestedAt: '2026-08-29T16:39:15.058Z'
---

## Overview

An OS command injection vulnerability in duhow/xiaoai-patch through commit fb07049 allows a remote attacker to execute arbitrary system commands on Xiaomi smart speakers running the patch. The /mute and /unmute endpoint handlers in api/main.py pass the user-supplied silent query parameter directly to os.system() without sanitization, enabling command injection via shell metacharacters.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
