CVE-2025-55192 (CNNVD-202508-1712)
中文标题:
HomeAssistant-Tapo: Cameras Control 代码注入漏洞
英文标题:
HomeAssistant-Tapo-Control Code Injection Vulnerability in issues.yml Workflow
漏洞描述
中文描述:
HomeAssistant-Tapo: Cameras Control是Juraj Nyíri个人开发者的一个Tapo摄像头控制器。 HomeAssistant-Tapo: Cameras Control存在代码注入漏洞,该漏洞源于GitHub Actions工作流中存在代码注入漏洞,可能导致在特权环境中执行任意命令。
英文描述:
HomeAssistant-Tapo-Control offers Control for Tapo cameras as a Home Assistant component. Prior to commit 2a3b80f, there is a code injection vulnerability in the GitHub Actions workflow .github/workflows/issues.yml. It does not affect users of the Home Assistant integration itself — it only impacts the GitHub Actions environment for this repository. The vulnerable workflow directly inserted user-controlled content from the issue body (github.event.issue.body) into a Bash conditional without proper sanitization. A malicious GitHub user could craft an issue body that executes arbitrary commands on the GitHub Actions runner in a privileged context whenever an issue is opened. The potential impact is limited to the repository’s CI/CD environment, which could allow access to repository contents or GitHub Actions secrets. This issue has been patched via commit 2a3b80f. Workarounds involve disabling the affected workflow (issues.yml), replacing the unsafe Bash comparison with a safe quoted grep (or a pure GitHub Actions expression check), or ensuring minimal permissions in workflows (permissions: block) to reduce possible impact.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| JurajNyiri | HomeAssistant-Tapo-Control | < 2a3b80ff128ddf4f410c97dd47a94343792ce43c | - | - |
cpe:2.3:a:jurajnyiri:homeassistant-tapo-control:<_2a3b80ff128ddf4f410c97dd47a94343792ce43c:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
CVSS评分详情
4.0 (cna)
HIGHCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-55192 |
2025-11-11 15:23:29 | 2025-11-11 07:40:43 |
| NVD | nvd_CVE-2025-55192 |
2025-11-11 15:00:59 | 2025-11-11 07:48:30 |
| CNNVD | cnnvd_CNNVD-202508-1712 |
2025-11-11 15:12:53 | 2025-11-11 08:00:05 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 代码注入
- cnnvd_id: 未提取 -> CNNVD-202508-1712
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']