CVE-2026-72580

CRITICALCVSS 9.8/10EPSS 0.93%

Last modified

CVE-2026-72580 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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.. EPSS estimates a 0.93% chance of exploitation in the next 30 days.

Description

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.

Metrics

EPSS Probability
0.93%

57.6th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
duhowxiaoai-patch<= fb07049

References

Timeline

Published
Last Modified
Status
Deferred

Frequently Asked Questions

What is CVE-2026-72580?
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.
How severe is CVE-2026-72580?
CVE-2026-72580 has a CVSS score of 9.8/10 (CRITICAL severity). The EPSS model estimates a 0.93% probability of exploitation in the next 30 days.
How do I fix CVE-2026-72580?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-72580?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST