CVE-2025-55192: GHSL-2025-101: Code injection in a GitHub Actions workflow of homeassistant-tapo-control - CVE-2025-55192
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.
Other sources
The homeassistant-tapo-control repository was vulnerable to code injection in the issues.yml GitHub Actions workflow.
— GitHub Security Lab
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-55192?
CVE-2025-55192 is classified as a code injection vulnerability affecting the GitHub Actions workflow.
How do I fix CVE-2025-55192?
To fix CVE-2025-55192, update HomeAssistant-Tapo-Control to at least version 2a3b80f or later.
What software is affected by CVE-2025-55192?
CVE-2025-55192 affects HomeAssistant-Tapo-Control versions prior to commit 2a3b80f.
Does CVE-2025-55192 impact end users of Home Assistant?
No, CVE-2025-55192 does not affect users of the Home Assistant integration itself.
What type of vulnerability is CVE-2025-55192?
CVE-2025-55192 is identified as a code injection vulnerability in the pipeline configuration.