CVE-2025-0189:
Aim Uncontrolled Resource Consumption vulnerability
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.18792%
CWE
Published
3/20/2025
Updated
3/22/2025
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
aim | pip |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly states the server overrides maximum websocket message size limits. This strongly suggests the websocket handler initialization function (commonly named init or similar) contains the vulnerable configuration. The lack of size restriction would be implemented at the websocket handler level, making this the most logical location. While exact code isn't available, the pattern matches common websocket implementations where max_size parameters control message limits.