CVE-2025-59053
Last modified
CVE-2025-59053 is a critical-severity vulnerability rated 9.6/10 on the CVSS scale. AIRI is a self-hosted, artificial intelligence based Grok Companion. In v0.7.2-beta.2 in the `packages/stage-ui/src/components/MarkdownRenderer.vue` path, the Markdown content is processed using the useMarkdown composable, and the processed HTML is rendered directly into the DOM using v-html. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
Description
AIRI is a self-hosted, artificial intelligence based Grok Companion. In v0.7.2-beta.2 in the `packages/stage-ui/src/components/MarkdownRenderer.vue` path, the Markdown content is processed using the useMarkdown composable, and the processed HTML is rendered directly into the DOM using v-html. An attacker creates a card file containing malicious HTML/JavaScript, then simply processes it using the highlightTagToHtml function (which simply replaces template tags without HTML escaping), and then directly renders it using v-html, leading to cross-site scripting (XSS). The project also exposes the Tauri API, which can be called from the frontend. The MCP plugin exposes a command execution interface function in `crates/tauri-plugin-mcp/src/lib.rs`. This allows arbitrary command execution. `connect_server` directly passes the user-supplied `command` and `args` parameters to `Command::new(command).args(args)` without any input validation or whitelisting. Thus, the previous XSS exploit could achieve command execution through this interface. v0.7.2-beta.3 fixes the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-59053?
How severe is CVE-2025-59053?
How do I fix CVE-2025-59053?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-59048OpenBao's AWS Plugin generates AWS access credentials based …8.1
- CVE-2025-59049Mockoon provides way to design and run mock APIs. Prior to v…7.5
- CVE-2025-5905A vulnerability was found in TOTOLINK T10 4.1.8cu.5207. It h…8.8
- CVE-2025-59050Greenshot is an open source Windows screenshot utility. Gree…7.8
- CVE-2025-59051The FreePBX Endpoint Manager module includes a Network Scann…8.6
- CVE-2025-59052Angular is a development platform for building mobile and de…7.1
- CVE-2025-59054dstack is a software development kit (SDK) to simplify the d…8.5
- CVE-2025-59055InstantCMS is a free and open source content management syst…7.2
- CVE-2025-59056FreePBX is an open-source web-based graphical user interface…7.5
- CVE-2025-59057React Router is a router for React. In @remix-run/react vers…7.6
- CVE-2025-59058httpsig-rs is a Rust implementation of IETF RFC 9421 http me…5.9
- CVE-2025-59059Remote Code Execution Vulnerability in NashornScriptEngineCr…9.8
Are you affected by CVE-2025-59053?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
