Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-70646 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-400Uncontrolled Resource Consumption[email protected]

Affected Products

ProductVersions
aiosend
<= 3.0.6 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 3.0.7moderate efforthttps://github.com/vovchic17/aiosend/releases/tag/v3.0.7
  • Workaround:low effort

    Restrict request body size at the reverse proxy or web framework.

  • Workaround:low effort

    Rate-limit webhook endpoints.

  • Workaround:low effort

    Reject oversized requests before JSON parsing.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-70646
NVD Published Date:
Aug 6, 2026
NVD Last Modified:
Sep 18, 2026
Source:
[email protected]
CVE-2026-70646 Details - Not Deferred