GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration
Common Weakness Enumeration

CWE-1088

Allowed

Synchronous Access of Remote Resource without Timeout

Abstraction: Base · Status: Incomplete

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.

13 vulnerabilities reference this CWE, most recent first.

GHSA-6W7P-XRVP-P7XV

Vulnerability from github – Published: 2025-03-20 12:32 – Updated: 2025-10-15 16:07
VLAI
Summary
Aim allows denial of service due to no timeouts for some tracking server endpoints
Details

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.

Show details on source website

{
  "affected": [
    {
      "package": {
        "ecosystem": "PyPI",
        "name": "aim"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "last_affected": "3.23.0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "aliases": [
    "CVE-2024-8061"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-1088",
      "CWE-400"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2025-03-21T21:24:33Z",
    "nvd_published_at": "2025-03-20T10:15:40Z",
    "severity": "HIGH"
  },
  "details": "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.",
  "id": "GHSA-6w7p-xrvp-p7xv",
  "modified": "2025-10-15T16:07:45Z",
  "published": "2025-03-20T12:32:47Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8061"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/aimhubio/aim"
    },
    {
      "type": "WEB",
      "url": "https://github.com/aimhubio/aim/blob/a6c6f2fee0f1abe37c1d66701b0329fb6af31a3d/aim/ext/transport/client.py#L258"
    },
    {
      "type": "WEB",
      "url": "https://huntr.com/bounties/c85d005c-b354-4c51-a88f-adda2f09622b"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Aim allows denial of service due to no timeouts for some tracking server endpoints"
}

GHSA-FHC2-8QX8-6VJ7

Vulnerability from github – Published: 2025-06-26 21:31 – Updated: 2025-06-27 21:43
VLAI
Summary
Vault Community Edition rekey and recovery key operations can cause denial of service
Details

Vault Community and Vault Enterprise rekey and recovery key operations can lead to a denial of service due to uncontrolled cancellation by a Vault operator. This vulnerability (CVE-2025-4656) has been remediated in Vault Community Edition 1.20.0 and Vault Enterprise 1.20.0, 1.19.6, 1.18.11, 1.17.17, and 1.16.22.

Show details on source website

{
  "affected": [
    {
      "package": {
        "ecosystem": "Go",
        "name": "github.com/hashicorp/vault"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "1.14.8"
            },
            {
              "fixed": "1.20.0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "aliases": [
    "CVE-2025-4656"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-1088"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2025-06-27T21:43:29Z",
    "nvd_published_at": "2025-06-25T17:15:38Z",
    "severity": "LOW"
  },
  "details": "Vault Community and Vault Enterprise rekey and recovery key operations can lead to a denial of service due to uncontrolled cancellation by a Vault operator. This vulnerability (CVE-2025-4656) has been remediated in Vault Community Edition 1.20.0 and Vault Enterprise 1.20.0, 1.19.6, 1.18.11, 1.17.17, and 1.16.22.",
  "id": "GHSA-fhc2-8qx8-6vj7",
  "modified": "2025-06-27T21:43:29Z",
  "published": "2025-06-26T21:31:12Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4656"
    },
    {
      "type": "WEB",
      "url": "https://github.com/hashicorp/vault/pull/30794"
    },
    {
      "type": "WEB",
      "url": "https://discuss.hashicorp.com/t/hcsec-2025-11-vault-vulnerable-to-recovery-key-cancellation-denial-of-service/75570"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/hashicorp/vault"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Vault Community Edition rekey and recovery key operations can cause denial of service"
}

GHSA-V5PJ-JRPV-H6G2

Vulnerability from github – Published: 2025-03-20 12:32 – Updated: 2025-03-21 17:57
VLAI
Summary
Aim vulnerable to Synchronous Access of Remote Resource without Timeout
Details

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 the sshfs-client causes the server to hang for a significant amount of time, preventing it from responding to other requests.

Show details on source website

{
  "affected": [
    {
      "package": {
        "ecosystem": "PyPI",
        "name": "aim"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "last_affected": "3.25.0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "aliases": [
    "CVE-2024-12777"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-1088"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2025-03-21T17:57:41Z",
    "nvd_published_at": "2025-03-20T10:15:30Z",
    "severity": "MODERATE"
  },
  "details": "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 the sshfs-client causes the server to hang for a significant amount of time, preventing it from responding to other requests.",
  "id": "GHSA-v5pj-jrpv-h6g2",
  "modified": "2025-03-21T17:57:41Z",
  "published": "2025-03-20T12:32:43Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12777"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/aimhubio/aim"
    },
    {
      "type": "WEB",
      "url": "https://github.com/aimhubio/aim/blob/d4ad66ac87606b1f377d3e685e861abb2eef6c45/aim/ext/sshfs/utils.py#L151-L154"
    },
    {
      "type": "WEB",
      "url": "https://huntr.com/bounties/cdf8db79-c290-4fe5-9383-4c518bfba4a8"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Aim vulnerable to Synchronous Access of Remote Resource without Timeout"
}

No mitigation information available for this CWE.

No CAPEC attack patterns related to this CWE.