CVE-2025-51464
BaseFortify
Publication date: 2025-07-22
Last updated on: 2025-09-11
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| aimstack | aim | 3.28.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-site Scripting (XSS) issue in aimhubio Aim version 3.28.0. It allows remote attackers to execute arbitrary JavaScript code in the browsers of victims by submitting malicious Python code to the /api/reports endpoint. This Python code is then interpreted and executed by Pyodide when the report is viewed, and there are no sanitisation or sandbox restrictions to prevent the execution of JavaScript via pyodide.code.run_js().
How can this vulnerability impact me? :
This vulnerability can allow attackers to run arbitrary JavaScript in the context of a victim's browser, potentially leading to theft of sensitive information, session hijacking, or other malicious actions that compromise user security and privacy.