---
id: CVE-2024-12777
aliases:
  - GHSA-v5pj-jrpv-h6g2
  - PYSEC-2026-1095
title: Aim vulnerable to Synchronous Access of Remote Resource without Timeout
summary: Aim vulnerable to Synchronous Access of Remote Resource without Timeout
severity: medium
cvss: 5.9
cvssVector: 'CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'
vendor: aim
product: aim
ecosystem: pip
affected:
  - aim <= 3.25.0
published: '2025-03-20'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-v5pj-jrpv-h6g2'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-12777'
  - url: 'https://github.com/aimhubio/aim'
  - url: >-
      https://github.com/aimhubio/aim/blob/d4ad66ac87606b1f377d3e685e861abb2eef6c45/aim/ext/sshfs/utils.py#L151-L154
  - url: 'https://huntr.com/bounties/cdf8db79-c290-4fe5-9383-4c518bfba4a8'
tags:
  - osv
  - pip
epss: 0.00473
epssPercentile: 0.38336
ingestedAt: '2026-07-08T18:25:53.089Z'
---

## Overview

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.

## Affected packages

- `aim <= 3.25.0`

## Remediation

Refer to the advisory for the patched release.
