---
id: CVE-2024-12778
aliases:
  - GHSA-35p3-6j45-prwm
  - PYSEC-2026-1080
title: Aim Uncontrolled Resource Consumption vulnerability
summary: Aim Uncontrolled Resource Consumption vulnerability
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.0/AV:N/AC:L/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-35p3-6j45-prwm'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-12778'
  - url: 'https://github.com/aimhubio/aim'
  - url: 'https://huntr.com/bounties/892a9eee-0251-4e57-94a4-dad2e7f32715'
tags:
  - osv
  - pip
epss: 0.00779
epssPercentile: 0.53946
ingestedAt: '2026-07-08T18:25:44.831Z'
---

## Overview

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 of metrics that can be requested per call, combined with the server's single-threaded nature, leading to excessive resource consumption and blocking of the server.

## Affected packages

- `aim <= 3.25.0`

## Remediation

Refer to the advisory for the patched release.
