CVE-2026-70646
HIGHaiosend: Deserialization of request body before signature verification (Pre-auth DoS) in webhook handler
Title source: cnaDescription
aiosend is a synchronous and asynchronous Crypto Pay API client. Pror to version 3.0.7, `WebhookHandler.feed_update()` deserializes the entire request body before verifying the HMAC signature. This allows an unauthenticated attacker to force expensive parsing of arbitrary JSON payloads that will ultimately be rejected, leading to unnecessary CPU and memory consumption. Version 3.0.7 fixes the issue. Some workarounds are available. Restrict request body size at the reverse proxy or web framework, rate-limit webhook endpoints, and/or reject oversized requests before JSON parsing.
References (3)
Core 3
Core References
X_Refsource_Confirm x_refsource_confirm
https://github.com/vovchic17/aiosend/security/advisories/GHSA-7m8f-hgjq-8gc9
X_Refsource_Misc x_refsource_misc
https://github.com/vovchic17/aiosend/commit/db20f0a742209dfac181863d398ec5112687efa4
X_Refsource_Misc x_refsource_misc
https://github.com/vovchic17/aiosend/releases/tag/v3.0.7
Scores
CVSS v3
7.5
EPSS
0.0035
EPSS Percentile
27.7%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
yes
Technical Impact
partial
Details
CWE
CWE-400
Status
published
Products (2)
pypi/aiosend
0 - 3.0.7PyPI
vovchic17/aiosend
< 3.0.6
Published
Aug 06, 2026
Tracked Since
Aug 06, 2026