Vulnerability Description
MCP Appium is an MCP server that provides AI assistants with tools to automate mobile app testing on Android and iOS. In versions prior to 1.85.10, the createLocatorGeneratorUI function interpolates attacker-controlled element attributes — text, content-desc, resource-id, and locator selector values — directly into an HTML template literal without any HTML or JavaScript context escaping. An attacker who controls the UI of the app under test can inject arbitrary HTML and JavaScript into the MCP UI resource returned by the generate_locators tool. When a victim's MCP client renders this resource, the injected script executes and can invoke arbitrary MCP tools via window.parent.postMessage, leading to unauthorized MCP tool execution such as taking screenshots, reading page source, or any other registered capability. This issue has been fixed in version 1.85.10.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/appium/appium-mcp/commit/e222bbbd6fe2b656a320efcd143563f08061
- https://github.com/appium/appium-mcp/security/advisories/GHSA-x975-rgx4-5fh4
- https://github.com/appium/appium-mcp/security/advisories/GHSA-x975-rgx4-5fh4
FAQ
What is CVE-2026-58500?
CVE-2026-58500 is a vulnerability with a CVSS score of 8.2 (HIGH). MCP Appium is an MCP server that provides AI assistants with tools to automate mobile app testing on Android and iOS. In versions prior to 1.85.10, the createLocatorGeneratorUI function interpolates a...
How severe is CVE-2026-58500?
CVE-2026-58500 has been rated HIGH with a CVSS base score of 8.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-58500?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.