Aim Stored Cross-site Scripting Vulnerability
Moderate severity
GitHub Reviewed
Published
Jul 29, 2024
to the GitHub Advisory Database
•
Updated Aug 20, 2024
Description
Published by the National Vulnerability Database
Jul 29, 2024
Published to the GitHub Advisory Database
Jul 29, 2024
Reviewed
Jul 30, 2024
Last updated
Aug 20, 2024
A stored cross-site scripting (XSS) vulnerability exists in aimhubio/aim version 3.19.3. The vulnerability arises from the improper neutralization of input during web page generation, specifically in the logs-tab for runs. The terminal output logs are displayed using the
dangerouslySetInnerHTML
function in React, which is susceptible to XSS attacks. An attacker can exploit this vulnerability by injecting malicious scripts into the logs, which will be executed when a user views the logs-tab.References