CVE Vulnerabilities

CVE-2024-8061

Synchronous Access of Remote Resource without Timeout

Published: Mar 20, 2025 | Modified: Oct 15, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

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 arises in the client used by the aim tracking server to communicate with external resources, specifically in the _run_read_instructions method and similar calls without timeouts.

Weakness

The code has a synchronous call to a remote resource, but there is no timeout for the call, or the timeout is set to infinite.

Affected Software

Name Vendor Start Version End Version
Aim Aimstack 3.23.0 (including) 3.23.0 (including)

Extended Description

This issue can prevent the product from running reliably, since an outage for the remote resource can cause the product to hang. If the relevant code is reachable by an attacker, then this reliability problem might introduce a vulnerability.

References