Lucene search

K

20 matches found

CVE
CVE
added 2024/04/10 5:15 p.m.101 views

CVE-2024-2195

A critical Remote Code Execution (RCE) vulnerability was identified in the aimhubio/aim project, specifically within the /api/runs/search/run/ endpoint, affecting versions >= 3.0.0. The vulnerability resides in the run_search_api function of the aim/web/api/runs/views.py file, where improper res...

9.8CVSS9.9AI score0.06349EPSS
CVE
CVE
added 2024/04/10 5:15 p.m.84 views

CVE-2024-2196

aimhubio/aim is vulnerable to Cross-Site Request Forgery (CSRF), allowing attackers to perform actions such as deleting runs, updating data, and stealing data like log records and notes without the user's consent. The vulnerability stems from the lack of CSRF and CORS protection in the aim dashboar...

8.8CVSS8.6AI score0.00542EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.74 views

CVE-2025-0190

In version 3.25.0 of aimhubio/aim, a denial of service vulnerability exists. By tracking a large number of Text objects and then querying them simultaneously through the web API, the Aim web server becomes unresponsive to other requests for an extended period while processing and returning these ob...

7.5CVSS7.5AI score0.00144EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.68 views

CVE-2024-8769

A vulnerability in the LockManager.release_locks function in aimhubio/aim (commit bb76afe) allows for arbitrary file deletion through relative path traversal. The run_hash parameter, which is user-controllable, is concatenated without normalization as part of a path used to specify file deletion. T...

9.1CVSS9.2AI score0.00373EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.68 views

CVE-2025-0189

In version 3.25.0 of aimhubio/aim, the tracking server is vulnerable to a denial of service attack. The server overrides the maximum size for websocket messages, allowing very large images to be tracked. This causes the server to become unresponsive to other requests while processing the large imag...

7.5CVSS7.5AI score0.00144EPSS
CVE
CVE
added 2021/11/23 9:15 p.m.67 views

CVE-2021-43775

Aim is an open-source, self-hosted machine learning experiment tracking tool. Versions of Aim prior to 3.1.0 are vulnerable to a path traversal attack. By manipulating variables that reference files with “dot-dot-slash (../)” sequences and its variations or by using absolute file paths, it may be p...

8.6CVSS8.5AI score0.00571EPSS
CVE
CVE
added 2024/09/14 11:15 p.m.63 views

CVE-2024-8863

A vulnerability, which was classified as problematic, was found in aimhubio aim up to 3.24. Affected is the function dangerouslySetInnerHTML of the file textbox.tsx of the component Text Explorer. The manipulation of the argument query leads to cross site scripting. It is possible to launch the att...

5.4CVSS3.8AI score0.00031EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.60 views

CVE-2024-12778

A vulnerability in aimhubio/aim version 3.25.0 allows for a denial of service (DoS) attack. The issue arises when a large number of tracked metrics are retrieved simultaneously from the Aim web API, causing the web server to become unresponsive. The root cause is the lack of a limit on the number o...

7.5CVSS7.5AI score0.00151EPSS
CVE
CVE
added 2024/07/12 12:15 a.m.45 views

CVE-2024-6396

A vulnerability in the _backup_run function in aimhubio/aim version 3.19.3 allows remote attackers to overwrite any file on the host server and exfiltrate arbitrary data. The vulnerability arises due to improper handling of the run_hash and repo.path parameters, which can be manipulated to create a...

9.8CVSS9.8AI score0.82471EPSS
CVE
CVE
added 2024/07/08 7:15 p.m.39 views

CVE-2024-6227

A vulnerability in aimhubio/aim version 3.19.3 allows an attacker to cause an infinite loop by configuring the remote tracking server to point at itself. This results in the server endlessly connecting to itself, rendering it unable to respond to other connections.

7.5CVSS7.4AI score0.00087EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.38 views

CVE-2024-6829

A vulnerability in aimhubio/aim version 3.19.3 allows an attacker to exploit the tarfile.extractall() function to extract the contents of a maliciously crafted tarfile to arbitrary locations on the host server. The attacker can control repo.path and run_hash to bypass directory existence checks and...

9.1CVSS7.1AI score0.00086EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.37 views

CVE-2024-8101

A stored cross-site scripting (XSS) vulnerability exists in the Text Explorer component of aimhubio/aim version 3.23.0. The vulnerability arises due to the use of dangerouslySetInnerHTML without proper sanitization, allowing arbitrary JavaScript execution when rendering tracked texts. This can be e...

7.2CVSS6.5AI score0.00078EPSS
CVE
CVE
added 2024/07/29 7:15 p.m.36 views

CVE-2024-6578

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 fun...

7.2CVSS6.4AI score0.00082EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.36 views

CVE-2024-8238

In version 3.22.0 of aimhubio/aim, the AimQL query language uses an outdated version of the safer_getattr() function from RestrictedPython. This version does not protect against the str.format_map() method, allowing an attacker to leak server-side secrets or potentially gain unrestricted code execu...

8.1CVSS7.4AI score0.00099EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.35 views

CVE-2024-6483

A vulnerability in the runs/delete-batch endpoint of aimhubio/aim version 3.19.3 allows for arbitrary file or directory deletion through path traversal. The endpoint does not mitigate path traversal when handling user-specified run-names, which are used to specify log/metadata files for deletion. T...

5.3CVSS5.5AI score0.00291EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.35 views

CVE-2024-8061

In version 3.23.0 of aimhubio/aim, certain methods that request data from external servers do not have set timeouts, causing the server to wait indefinitely for a response. This can lead to a denial of service, as the tracking server does not respond to other requests while waiting. The issue arise...

7.5CVSS7AI score0.00151EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.34 views

CVE-2024-12777

A vulnerability in aimhubio/aim version 3.25.0 allows for a denial of service through the misuse of the sshfs-client. The tracking server, which is single-threaded, can be made unresponsive by requesting it to connect to an unresponsive socket via sshfs. The lack of an additional timeout setting in...

5.9CVSS5.7AI score0.00086EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.33 views

CVE-2024-10110

In version 3.23.0 of aimhubio/aim, the ScheduledStatusReporter object can be instantiated to run on the main thread of the tracking server, leading to the main thread being blocked indefinitely. This results in a denial of service as the tracking server becomes unable to respond to other requests.

7.5CVSS7.4AI score0.00151EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.33 views

CVE-2024-6851

In version 3.22.0 of aimhubio/aim, the LocalFileManager._cleanup function in the aim tracking server accepts a user-specified glob-pattern for deleting files. The function does not verify that the matched files are within the directory managed by LocalFileManager, allowing a maliciously crafted glo...

7.5CVSS7.5AI score0.00232EPSS
CVE
CVE
added 2025/03/20 10:15 a.m.29 views

CVE-2024-7760

aimhubio/aim version 3.22.0 contains a Cross-Site Request Forgery (CSRF) vulnerability in the tracking server. The vulnerability is due to overly permissive CORS settings, allowing cross-origin requests from all origins. This enables CSRF attacks on all endpoints of the tracking server, which can b...

9.6CVSS8.1AI score0.00062EPSS