Cyber Resilience

CVE-2026-2629

Medium

Published: 17 February 2026

Published
17 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0042 62.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2629 is a medium-severity Command Injection (CWE-77) vulnerability. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 37.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-6 (Least Privilege).

Deeper analysis

CVE-2026-2629 is an OS command injection vulnerability (CWE-77, CWE-78) in the jishi/node-sonos-http-api project, affecting commits up to 3776f0ee2261c924c7b7204de121a38100a08ca7. The flaw resides in the Promise function of the lib/tts-providers/mac-os.js file within the TTS Provider component, where manipulation of the 'phrase' argument enables command injection.

Attackers can exploit this remotely without authentication or user interaction, given the CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Unauthenticated remote parties can achieve limited impacts on confidentiality, integrity, and availability, such as executing arbitrary OS commands on the host system running the affected software.

The project uses a rolling release model, providing no specific details on affected or patched commits. It was informed early via GitHub issue #915 but has not responded. No mitigations or patches are mentioned in available advisories from VulDB or the referenced research repository.

A public exploit is available and could be used for attacks, as noted in vulnerability databases.

EU & UK References

Vulnerability details

A weakness has been identified in jishi node-sonos-http-api up to 3776f0ee2261c924c7b7204de121a38100a08ca7. Affected is the function Promise of the file lib/tts-providers/mac-os.js of the component TTS Provider. This manipulation of the argument phrase causes os command injection. It is possible to initiate…

more

the attack remotely. The exploit has been made available to the public and could be used for attacks. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

OS command injection in public-facing node-sonos-http-api (mac-os.js TTS provider) enables remote unauthenticated RCE via arbitrary shell commands.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-9454Shared CWE-77, CWE-78
CVE-2026-6116Shared CWE-77, CWE-78
CVE-2026-6158Shared CWE-77, CWE-78
CVE-2026-7138Shared CWE-77, CWE-78
CVE-2025-9387Shared CWE-77, CWE-78
CVE-2025-15472Shared CWE-77, CWE-78
CVE-2026-2260Shared CWE-77, CWE-78
CVE-2026-9385Shared CWE-77, CWE-78
CVE-2026-4465Shared CWE-77, CWE-78
CVE-2026-7125Shared CWE-77, CWE-78

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the untrusted 'phrase' argument before it reaches the OS command execution path in mac-os.js, blocking the CWE-78 injection.

prevent

Limits the privileges of the node process running the TTS provider so that any injected OS commands have minimal impact on confidentiality, integrity, or availability.

prevent

Restricts the set of OS commands and utilities available to the TTS component, reducing the attack surface that the unsanitized phrase can exploit.

References